mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-09 02:49:18 +08:00
site: fix documentation order
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
order: 3
|
||||
order: 2
|
||||
title: Real project with umi and dva
|
||||
---
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
order: 3
|
||||
order: 2
|
||||
title: 项目实战
|
||||
---
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
order: 5
|
||||
order: 4
|
||||
title: 在 TypeScript 中使用
|
||||
---
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
order: 4
|
||||
order: 3
|
||||
title: Use in create-react-app
|
||||
---
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
order: 4
|
||||
order: 3
|
||||
title: 在 create-react-app 中使用
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
category: Principles
|
||||
order: 6
|
||||
order: 7
|
||||
title: Keep it Lightweight
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
category: 原则
|
||||
order: 6
|
||||
order: 7
|
||||
title: 简化交互
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user