Browse Source

tweak docs style

pull/5277/head
afc163 8 years ago
parent
commit
d0353eeb1b
  1. 2
      components/tabs/demo/card-top.md
  2. 2
      docs/react/awesome-ant-design.md
  3. 6
      docs/react/i18n.en-US.md
  4. 4
      docs/react/i18n.zh-CN.md

2
components/tabs/demo/card-top.md

@ -30,7 +30,7 @@ ReactDOM.render(
````css ````css
#components-tabs-demo-card-top .code-box-demo { #components-tabs-demo-card-top .code-box-demo {
background: #ECECEC; background: #ececec;
overflow: hidden; overflow: hidden;
padding: 24px; padding: 24px;
} }

2
docs/react/awesome-ant-design.md

@ -1,5 +1,5 @@
--- ---
order: 8 order: 9
title: Awesome Ant Design title: Awesome Ant Design
link: https://github.com/websemantics/awesome-ant-design link: https://github.com/websemantics/awesome-ant-design
--- ---

6
docs/react/i18n.en-US.md

@ -1,5 +1,5 @@
--- ---
order: 9 order: 8
title: Internationalization title: Internationalization
--- ---
@ -34,8 +34,8 @@ Supported languages:
- Dutch - nl_NL - Dutch - nl_NL
- Catalan - ca_ES - 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 ## 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).

4
docs/react/i18n.zh-CN.md

@ -1,5 +1,5 @@
--- ---
order: 9 order: 8
title: 国际化 title: 国际化
--- ---
@ -37,4 +37,4 @@ return (
## i18n 项目示例 ## 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),欢迎参考使用。

Loading…
Cancel
Save