Browse Source

fixed title of docs

pull/164/head
nikogu 8 years ago
parent
commit
7cc62e5f58
  1. 2
      src/components/Charts/index.md
  2. 2
      src/components/DescriptionList/index.md
  3. 2
      src/components/Exception/index.md
  4. 2
      src/components/FooterToolbar/index.md
  5. 2
      src/components/GlobalFooter/index.md
  6. 2
      src/components/HeaderSearch/index.md
  7. 2
      src/components/NoticeIcon/index.md
  8. 7
      src/components/NumberInfo/demo/basic.md
  9. 2
      src/components/NumberInfo/index.md
  10. 2
      src/components/PageHeader/index.md
  11. 2
      src/components/Result/index.md
  12. 2
      src/components/TagSelect/index.md
  13. 2
      src/components/Trend/index.md

2
src/components/Charts/index.md

@ -1,7 +1,7 @@
---
title:
en-US: Charts
zh-CN: 图表
zh-CN: Charts
subtitle: 图表
order: 2
cols: 2

2
src/components/DescriptionList/index.md

@ -1,7 +1,7 @@
---
title:
en-US: DescriptionList
zh-CN: 描述列表
zh-CN: DescriptionList
subtitle: 描述列表
cols: 1
order: 4

2
src/components/Exception/index.md

@ -1,7 +1,7 @@
---
title:
en-US: Exception
zh-CN: 异常
zh-CN: Exception
subtitle: 异常
cols: 1
order: 5

2
src/components/FooterToolbar/index.md

@ -1,7 +1,7 @@
---
title:
en-US: FooterToolbar
zh-CN: 底部工具栏
zh-CN: FooterToolbar
subtitle: 底部工具栏
cols: 1
order: 6

2
src/components/GlobalFooter/index.md

@ -1,7 +1,7 @@
---
title:
en-US: GlobalFooter
zh-CN: 全局页脚
zh-CN: GlobalFooter
subtitle: 全局页脚
cols: 1
order: 7

2
src/components/HeaderSearch/index.md

@ -1,7 +1,7 @@
---
title:
en-US: HeaderSearch
zh-CN: 顶部搜索框
zh-CN: HeaderSearch
subtitle: 顶部搜索框
cols: 1
order: 8

2
src/components/NoticeIcon/index.md

@ -1,7 +1,7 @@
---
title:
en-US: NoticeIcon
zh-CN: 通知菜单
zh-CN: NoticeIcon
subtitle: 通知菜单
cols: 1
order: 9

7
src/components/NumberInfo/demo/basic.md

@ -17,13 +17,6 @@ ReactDOM.render(
status="up"
subTotal={17.1}
/>
<NumberInfo
subTitle={<span>本周访问</span>}
total={numeral(12321).format('0,0')}
status="up"
subTotal={17.1}
style={{ marginTop: 16 }}
/>
</div>
, mountNode);
````

2
src/components/NumberInfo/index.md

@ -1,7 +1,7 @@
---
title:
en-US: NumberInfo
zh-CN: 数据文本
zh-CN: NumberInfo
subtitle: 数据文本
cols: 1
order: 10

2
src/components/PageHeader/index.md

@ -1,7 +1,7 @@
---
title:
en-US: PageHeader
zh-CN: 页头
zh-CN: PageHeader
subtitle: 页头
cols: 1
order: 11

2
src/components/Result/index.md

@ -1,7 +1,7 @@
---
title:
en-US: Result
zh-CN: 处理结果
zh-CN: Result
subtitle: 处理结果
cols: 1
order: 12

2
src/components/TagSelect/index.md

@ -1,7 +1,7 @@
---
title:
en-US: TagSelect
zh-CN: 标签选择器
zh-CN: TagSelect
subtitle: 标签选择器
cols: 1
order: 13

2
src/components/Trend/index.md

@ -1,7 +1,7 @@
---
title:
en-US: Trend
zh-CN: 趋势标记
zh-CN: Trend
subtitle: 趋势标记
cols: 1
order: 14

Loading…
Cancel
Save