forked from reactjs/zh-hans.react.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsidebarCommunity.json
More file actions
49 lines (49 loc) · 1.03 KB
/
sidebarCommunity.json
File metadata and controls
49 lines (49 loc) · 1.03 KB
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
{
"title": "社区",
"path": "/community",
"routes": [
{
"hasSectionHeader": true,
"sectionHeader": "参与贡献"
},
{
"title": "社区",
"path": "/community",
"skipBreadcrumb": true,
"routes": [
{
"title": "React Conf",
"path": "/community/conferences"
},
{
"title": "React 见面会",
"path": "/community/meetups"
},
{
"title": "React 视频",
"path": "/community/videos"
},
{
"title": "React 团队",
"path": "/community/team"
},
{
"title": "文档贡献者",
"path": "/community/docs-contributors"
},
{
"title": "翻译",
"path": "/community/translations"
},
{
"title": "鸣谢",
"path": "/community/acknowledgements"
},
{
"title": "版本策略",
"path": "/community/versioning-policy"
}
]
}
]
}