diff --git a/docs/react/getting-started.en-US.md b/docs/react/getting-started.en-US.md index 856a955cdf..f69247cfd3 100755 --- a/docs/react/getting-started.en-US.md +++ b/docs/react/getting-started.en-US.md @@ -29,17 +29,12 @@ $ npm install antd-init -g Read [the documentation of `antd-init`](https://github.com/ant-design/antd-init/) and [the documentation of `ant-tool`](http://ant-tool.github.io/) to explore more features. -> Also, you can try other scaffolds which is provided below: -> -> - [Ant Design Pro](http://pro.ant.design/) -> - [antd-admin](https://github.com/zuiidea/antd-admin) -> - [reactSPA](https://github.com/JasonBai007/reactSPA) -> - [react-redux-antd by Justin-lu](https://github.com/Justin-lu/react-redux-antd) -> - [react-redux-antd by okoala](https://github.com/okoala/react-redux-antd) -> - [react-antd-admin](https://github.com/fireyy/react-antd-admin) -> - [react-antd-redux-router-starter](https://github.com/yuzhouisme/react-antd-redux-router-starter) -> - [react-redux-antd-starter](https://github.com/BetaRabbit/react-redux-antd-starter) -> - more scaffolds at [Scaffold Market](http://scaffold.ant.design/) +Also, you can try other scaffolds provided below: + +- [Ant Design Pro](http://pro.ant.design/) +- [antd-admin](https://github.com/zuiidea/antd-admin) +- [d2-admin](https://github.com/d2-projects/d2-admin) +- more scaffolds at [Scaffold Market](http://scaffold.ant.design/) ### 2. Create a New Project diff --git a/docs/react/getting-started.zh-CN.md b/docs/react/getting-started.zh-CN.md index 2c1d32a932..daddc9c24d 100755 --- a/docs/react/getting-started.zh-CN.md +++ b/docs/react/getting-started.zh-CN.md @@ -31,17 +31,12 @@ $ npm install antd-init -g 更多功能请参考 [脚手架工具](https://github.com/ant-design/antd-init/) 和 [开发工具文档](http://ant-tool.github.io/)。 -> 您也可以使用以下脚手架和范例: -> -> - [Ant Design Pro](http://pro.ant.design/) -> - [antd-admin](https://github.com/zuiidea/antd-admin) -> - [reactSPA](https://github.com/JasonBai007/reactSPA) -> - [react-redux-antd by Justin-lu](https://github.com/Justin-lu/react-redux-antd) -> - [react-redux-antd by okoala](https://github.com/okoala/react-redux-antd) -> - [react-antd-admin](https://github.com/fireyy/react-antd-admin) -> - [react-antd-redux-router-starter](https://github.com/yuzhouisme/react-antd-redux-router-starter) -> - [react-redux-antd-starter](https://github.com/BetaRabbit/react-redux-antd-starter) -> - 更多脚手架可以查看 [脚手架市场](http://scaffold.ant.design/) +您也可以使用以下脚手架和范例: + +- [Ant Design Pro](http://pro.ant.design/) +- [antd-admin](https://github.com/zuiidea/antd-admin) +- [d2-admin](https://github.com/d2-projects/d2-admin) +- 更多脚手架可以查看 [脚手架市场](http://scaffold.ant.design/) ### 2. 创建一个项目