forked from reactjs/ja.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.12 KB
/
Copy pathsidebarCommunity.json
File metadata and controls
49 lines (49 loc) · 1.12 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 カンファレンス",
"path": "/community/conferences"
},
{
"title": "React ミーティング",
"path": "/community/meetups"
},
{
"title": "React 関連動画",
"path": "/community/videos"
},
{
"title": "チーム紹介",
"path": "/community/team"
},
{
"title": "ドキュメント貢献者",
"path": "/community/docs-contributors"
},
{
"title": "翻訳",
"path": "/community/translations"
},
{
"title": "謝辞",
"path": "/community/acknowledgements"
},
{
"title": "バージョニングポリシー",
"path": "/community/versioning-policy"
}
]
}
]
}