site: fix documentation order

This commit is contained in:
afc163
2018-10-28 17:35:09 +08:00
parent 98489f4717
commit 8d6c5af790
8 changed files with 8 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
---
order: 3
order: 2
title: Real project with umi and dva
---

View File

@@ -1,5 +1,5 @@
---
order: 3
order: 2
title: 项目实战
---

View File

@@ -1,5 +1,5 @@
---
order: 5
order: 4
title: Use in TypeScript
---
@@ -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.

View File

@@ -1,5 +1,5 @@
---
order: 5
order: 4
title: 在 TypeScript 中使用
---

View File

@@ -1,5 +1,5 @@
---
order: 4
order: 3
title: Use in create-react-app
---

View File

@@ -1,5 +1,5 @@
---
order: 4
order: 3
title: 在 create-react-app 中使用
---

View File

@@ -1,6 +1,6 @@
---
category: Principles
order: 6
order: 7
title: Keep it Lightweight
---

View File

@@ -1,6 +1,6 @@
---
category: 原则
order: 6
order: 7
title: 简化交互
---