diff --git a/components/tabs/demo/card-top.md b/components/tabs/demo/card-top.md index b1c9220b5e..56969315ed 100644 --- a/components/tabs/demo/card-top.md +++ b/components/tabs/demo/card-top.md @@ -1,6 +1,6 @@ --- order: 10 -title: +title: zh-CN: 卡片式页签容器 en-US: Container of card type Tab --- @@ -30,7 +30,7 @@ ReactDOM.render( ````css #components-tabs-demo-card-top .code-box-demo { - background: #ECECEC; + background: #ececec; overflow: hidden; padding: 24px; } diff --git a/docs/react/awesome-ant-design.md b/docs/react/awesome-ant-design.md index 0592543375..d932f0acdc 100644 --- a/docs/react/awesome-ant-design.md +++ b/docs/react/awesome-ant-design.md @@ -1,5 +1,5 @@ --- -order: 8 +order: 9 title: Awesome Ant Design link: https://github.com/websemantics/awesome-ant-design --- diff --git a/docs/react/i18n.en-US.md b/docs/react/i18n.en-US.md index 7d482df0b7..e618dbb45a 100644 --- a/docs/react/i18n.en-US.md +++ b/docs/react/i18n.en-US.md @@ -1,5 +1,5 @@ --- -order: 9 +order: 8 title: Internationalization --- @@ -34,8 +34,8 @@ Supported languages: - Dutch - nl_NL - Catalan - ca_ES -See usage and contributing way of a new locale package at [LocaleProvider](/components/locale-provider)。 +See usage and contributing way of a new locale package at [LocaleProvider](/components/locale-provider). ## i18n sample -We also provide you a complete sample of internationalization usage, which is using [react-intl](https://github.com/yahoo/react-intl) and LocaleProvider: https://github.com/ant-design/intl-example . +We also provide you a complete sample of internationalization usage, which is using [react-intl](https://github.com/yahoo/react-intl) and LocaleProvider: [ant-design/intl-example](https://github.com/ant-design/intl-example). diff --git a/docs/react/i18n.zh-CN.md b/docs/react/i18n.zh-CN.md index 409857a983..39f8f9cc34 100644 --- a/docs/react/i18n.zh-CN.md +++ b/docs/react/i18n.zh-CN.md @@ -1,5 +1,5 @@ --- -order: 9 +order: 8 title: 国际化 --- @@ -37,4 +37,4 @@ return ( ## i18n 项目示例 -我们还提供了一个使用了 [react-intl](https://github.com/yahoo/react-intl) 和 LocaleProvider 的完整的国际化项目示例:https://github.com/ant-design/intl-example ,欢迎参考使用。 +我们还提供了一个使用了 [react-intl](https://github.com/yahoo/react-intl) 和 LocaleProvider 的完整的国际化项目示例:[ant-design/intl-example](https://github.com/ant-design/intl-example),欢迎参考使用。