Browse Source

remove antd-bin from document

pull/795/head
afc163 9 years ago
parent
commit
b89b98374d
  1. 3
      README-zh_CN.md
  2. 3
      README.md
  3. 2
      docs/getting-started.md
  4. 2
      docs/install.md
  5. 2
      docs/install_en.md
  6. 3
      docs/introduce.md

3
README-zh_CN.md

@ -46,7 +46,8 @@ import 'antd/lib/index.css'; // or 'antd/style/index.less'
- [首页](http://ant.design/)
- [React UI 库](http://ant.design/docs/introduce)
- [修改记录](CHANGELOG.md)
- [构建调试工具](https://github.com/ant-tool/xtool/)
- [开发脚手架](https://github.com/ant-design/antd-init/)
- [本地调试工具集](https://github.com/dora-js/dora/)
- [React 组件](http://react-component.github.io/)
- [React 代码规范](https://github.com/react-component/react-component.github.io/blob/master/docs/zh-cn/component-code-style.md)
- [组件设计原则](https://github.com/react-component/react-component.github.io/blob/master/docs/zh-cn/component-design.md)

3
README.md

@ -46,7 +46,8 @@ Normal browsers and Internet Explorer 8+.
- [Home page](http://ant.design/)
- [React UI library](http://ant.design/docs/introduce)
- [ChangeLog](CHANGELOG.md)
- [Build/Debug tools](https://github.com/ant-tool/xtool/)
- [Scaffold tool](https://github.com/ant-design/antd-init/)
- [Debug tools set](https://github.com/dora-js/dora)
- [React components](http://react-component.github.io/)
- [React style guide](https://github.com/react-component/react-component.github.io/blob/master/docs/zh-cn/component-code-style.md)
- [React component design guide](https://github.com/react-component/react-component.github.io/blob/master/docs/zh-cn/component-design.md)

2
docs/getting-started.md

@ -27,7 +27,7 @@ Ant Design React 致力于提供给程序员**愉悦**的开发体验。
$ npm install antd-init -g
```
[更多使用说明](https://github.com/ant-tool/xtool/#使用说明)。
[更多使用说明](https://github.com/ant-design/antd-init/)。
### 2. 创建一个项目

2
docs/install.md

@ -40,4 +40,4 @@ $ npm install antd-init -g
在空目录运行 `antd-init` 可以初始化一个 antd 的前端应用。
> 更多 [使用方式](https://github.com/ant-tool/xtool/)。
> 更多 [使用方式](https://github.com/dora-js/dora/)。

2
docs/install_en.md

@ -34,4 +34,4 @@ $ npm install antd-init -g
Inside an empty folder run `antd-init` to init.
> [More tools](https://github.com/ant-tool/xtool/)。
> [More tools](https://github.com/dora-js/dora/)。

3
docs/introduce.md

@ -61,7 +61,8 @@ import 'antd/lib/index.css'; // or 'antd/style/index.less'
- [首页](http://ant.design/)
- [修改记录](http://ant.design/changelog)
- [构建调试工具](https://github.com/ant-tool/xtool/)
- [开发脚手架](https://github.com/ant-design/antd-init/)
- [本地调试工具集](https://github.com/dora-js/dora/)
- [React 组件](http://react-component.github.io/)
- [React 代码规范](https://github.com/react-component/react-component.github.io/blob/master/docs/zh-cn/component-code-style.md)
- [组件设计原则](https://github.com/react-component/react-component.github.io/blob/master/docs/zh-cn/component-design.md)

Loading…
Cancel
Save