-
Notifications
You must be signed in to change notification settings - Fork 125
/
Copy pathsidebarHome.json
94 lines (94 loc) · 1.8 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 Docs",
"path": "/",
"routes": [
{
"hasSectionHeader": true,
"sectionHeader": "GET STARTED"
},
{
"title": "Quick Start",
"path": "/learn"
},
{
"title": "Installation",
"path": "/learn/installation"
},
{
"hasSectionHeader": true,
"sectionHeader": "LEARN REACT"
},
{
"title": "Describing the UI",
"path": "/learn/describing-the-ui"
},
{
"title": "Adding Interactivity",
"path": "/learn/adding-interactivity"
},
{
"title": "Managing State",
"path": "/learn/managing-state"
},
{
"title": "Escape Hatches",
"path": "/learn/escape-hatches"
},
{
"hasSectionHeader": true,
"sectionHeader": "REACT API"
},
{
"title": "Hooks",
"path": "/reference/react"
},
{
"title": "Components",
"path": "/reference/react/components"
},
{
"title": "APIs",
"path": "/reference/react/apis"
},
{
"title": "Legacy APIs",
"path": "/reference/react/legacy"
},
{
"hasSectionHeader": true,
"sectionHeader": "REACT DOM API"
},
{
"title": "Components",
"path": "/reference/react-dom/components"
},
{
"title": "APIs",
"path": "/reference/react-dom"
},
{
"title": "Client APIs",
"path": "/reference/react-dom/client"
},
{
"title": "Server APIs",
"path": "/reference/react-dom/server"
},
{
"hasSectionHeader": true,
"sectionHeader": "GET INVOLVED"
},
{
"title": "React Community",
"path": "/community"
},
{
"hasSectionHeader": true,
"sectionHeader": "STAY INFORMED"
},
{
"title": "React Blog",
"path": "/blog"
}
]
}