Skip to content

Commit

Permalink
site: fix documentation order
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Oct 28, 2018
1 parent 98489f4 commit 8d6c5af
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/react/practical-projects.en-US.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
order: 3
order: 2
title: Real project with umi and dva
---

Expand Down
2 changes: 1 addition & 1 deletion docs/react/practical-projects.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
order: 3
order: 2
title: 项目实战
---

Expand Down
3 changes: 1 addition & 2 deletions docs/react/use-in-typescript.en-US.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
order: 5
order: 4
title: Use in TypeScript
---

Expand Down Expand Up @@ -224,4 +224,3 @@ $ create-react-app my-project --scripts-version=react-scripts-ts-antd
### error TS2605: JSX element type Xxx is not a constructor function for JSX elements.

Before antd 3, You need setting `allowSyntheticDefaultImports` to `true` in tsconfig.json.

2 changes: 1 addition & 1 deletion docs/react/use-in-typescript.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
order: 5
order: 4
title: 在 TypeScript 中使用
---

Expand Down
2 changes: 1 addition & 1 deletion docs/react/use-with-create-react-app.en-US.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
order: 4
order: 3
title: Use in create-react-app
---

Expand Down
2 changes: 1 addition & 1 deletion docs/react/use-with-create-react-app.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
order: 4
order: 3
title: 在 create-react-app 中使用
---

Expand Down
2 changes: 1 addition & 1 deletion docs/spec/lightweight.en-US.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
category: Principles
order: 6
order: 7
title: Keep it Lightweight
---

Expand Down
2 changes: 1 addition & 1 deletion docs/spec/lightweight.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
category: 原则
order: 6
order: 7
title: 简化交互
---

Expand Down

0 comments on commit 8d6c5af

Please sign in to comment.