File tree 3 files changed +44
-44
lines changed
3 files changed +44
-44
lines changed Original file line number Diff line number Diff line change 6
6
"hasSectionHeader" : true ,
7
7
"sectionHeader" : " GET STARTED"
8
8
},
9
- {
10
- "title" : " Installation" ,
11
- "path" : " /learn/installation"
12
- },
13
9
{
14
10
"title" : " Quick Start" ,
15
11
"path" : " /learn"
16
12
},
13
+ {
14
+ "title" : " Installation" ,
15
+ "path" : " /learn/installation"
16
+ },
17
17
{
18
18
"hasSectionHeader" : true ,
19
19
"sectionHeader" : " LEARN REACT"
38
38
"hasSectionHeader" : true ,
39
39
"sectionHeader" : " REACT API"
40
40
},
41
- {
42
- "title" : " Components" ,
43
- "path" : " /reference/react/components"
44
- },
45
41
{
46
42
"title" : " Hooks" ,
47
43
"path" : " /reference/react"
48
44
},
45
+ {
46
+ "title" : " Components" ,
47
+ "path" : " /reference/react/components"
48
+ },
49
49
{
50
50
"title" : " APIs" ,
51
51
"path" : " /reference/react/apis"
Original file line number Diff line number Diff line change 6
6
"hasSectionHeader" : true ,
7
7
"sectionHeader" : " GET STARTED"
8
8
},
9
+ {
10
+ "title" : " Quick Start" ,
11
+ "path" : " /learn" ,
12
+ "routes" : [
13
+ {
14
+ "title" : " Tutorial: Tic-Tac-Toe" ,
15
+ "path" : " /learn/tutorial-tic-tac-toe"
16
+ },
17
+ {
18
+ "title" : " Thinking in React" ,
19
+ "path" : " /learn/thinking-in-react"
20
+ }
21
+ ]
22
+ },
9
23
{
10
24
"title" : " Installation" ,
11
25
"path" : " /learn/installation" ,
28
42
}
29
43
]
30
44
},
31
- {
32
- "title" : " Quick Start" ,
33
- "path" : " /learn" ,
34
- "routes" : [
35
- {
36
- "title" : " Tutorial: Tic-Tac-Toe" ,
37
- "path" : " /learn/tutorial-tic-tac-toe"
38
- },
39
- {
40
- "title" : " Thinking in React" ,
41
- "path" : " /learn/thinking-in-react"
42
- }
43
- ]
44
- },
45
45
{
46
46
"hasSectionHeader" : true ,
47
47
"sectionHeader" : " LEARN REACT"
Original file line number Diff line number Diff line change 6
6
"hasSectionHeader" : true ,
7
7
"sectionHeader" :
" [email protected] "
8
8
},
9
- {
10
- "title" : " Components" ,
11
- "path" : " /reference/react/components" ,
12
- "routes" : [
13
- {
14
- "title" : " <Fragment> (<>)" ,
15
- "path" : " /reference/react/Fragment"
16
- },
17
- {
18
- "title" : " <Profiler>" ,
19
- "path" : " /reference/react/Profiler"
20
- },
21
- {
22
- "title" : " <StrictMode>" ,
23
- "path" : " /reference/react/StrictMode"
24
- },
25
- {
26
- "title" : " <Suspense>" ,
27
- "path" : " /reference/react/Suspense"
28
- }
29
- ]
30
- },
31
9
{
32
10
"title" : " Hooks" ,
33
11
"path" : " /reference/react" ,
94
72
}
95
73
]
96
74
},
75
+ {
76
+ "title" : " Components" ,
77
+ "path" : " /reference/react/components" ,
78
+ "routes" : [
79
+ {
80
+ "title" : " <Fragment> (<>)" ,
81
+ "path" : " /reference/react/Fragment"
82
+ },
83
+ {
84
+ "title" : " <Profiler>" ,
85
+ "path" : " /reference/react/Profiler"
86
+ },
87
+ {
88
+ "title" : " <StrictMode>" ,
89
+ "path" : " /reference/react/StrictMode"
90
+ },
91
+ {
92
+ "title" : " <Suspense>" ,
93
+ "path" : " /reference/react/Suspense"
94
+ }
95
+ ]
96
+ },
97
97
{
98
98
"title" : " APIs" ,
99
99
"path" : " /reference/react/apis" ,
You can’t perform that action at this time.
0 commit comments