From 0f3b3253e1e581a027390a98edd8a9e0e9c75bf0 Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 6 Jul 2015 15:03:11 +0800 Subject: [PATCH] update document --- docs/getting-started.md | 6 +++--- docs/introduce.md | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index ac6c27206d..e28aea072e 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -5,13 +5,13 @@ --- -Ant Design 致力于提供设计开发人员一个愉悦的使用体验。 +Ant Design 致力于提供给用户愉悦的开发体验。 ## 第一个例子 Ant Design 封装了一套基于 React 实现的 UI 组件,可以用 React 的方式直接使用。 -一个简单的例子,使用了 [日期选择](http://ant.design/components/datepicker) 组件。 +下面有一个使用了 [日期选择](http://ant.design/components/datepicker) 组件的简单例子。 @@ -37,7 +37,7 @@ Ant Design 封装了一套基于 React 实现的 UI 组件,可以用 React 的 ``` -你可以在[这里](/components/progress/)找到更多组件进行选用。 +你可以在[这里](/components/progress/)选用更多组件。 ## 标准项目 diff --git a/docs/introduce.md b/docs/introduce.md index 06ae750244..7c04c5487c 100644 --- a/docs/introduce.md +++ b/docs/introduce.md @@ -31,6 +31,7 @@ React.render(, mountNode); - [首页](http://ant.design/) - [文档](http://ant.design/docs/introduce) - [组件](http://ant.design/components/) +- [发布计划](https://github.com/ant-design/ant-design/issues/9) - [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)