forked from reactjs/zh-hans.react.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsidebarHome.json
94 lines (94 loc) · 1.78 KB
/
sidebarHome.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"title": "React 文档",
"path": "/",
"routes": [
{
"hasSectionHeader": true,
"sectionHeader": "起步"
},
{
"title": "快速入门",
"path": "/learn"
},
{
"title": "安装",
"path": "/learn/installation"
},
{
"hasSectionHeader": true,
"sectionHeader": "学习 React"
},
{
"title": "描述 UI",
"path": "/learn/describing-the-ui"
},
{
"title": "添加交互",
"path": "/learn/adding-interactivity"
},
{
"title": "状态管理",
"path": "/learn/managing-state"
},
{
"title": "应急方案",
"path": "/learn/escape-hatches"
},
{
"hasSectionHeader": true,
"sectionHeader": "React API"
},
{
"title": "Hook",
"path": "/reference/react"
},
{
"title": "组件",
"path": "/reference/react/components"
},
{
"title": "API",
"path": "/reference/react/apis"
},
{
"title": "过时的 API",
"path": "/reference/react/legacy"
},
{
"hasSectionHeader": true,
"sectionHeader": "React DOM API"
},
{
"title": "组件",
"path": "/reference/react-dom/components"
},
{
"title": "API",
"path": "/reference/react-dom"
},
{
"title": "客户端 API",
"path": "/reference/react-dom/client"
},
{
"title": "服务端 API",
"path": "/reference/react-dom/server"
},
{
"hasSectionHeader": true,
"sectionHeader": "参与贡献"
},
{
"title": "React 社区",
"path": "/community"
},
{
"hasSectionHeader": true,
"sectionHeader": "时刻了解最新动态"
},
{
"title": "React 博客",
"path": "/blog"
}
]
}