Commit e351af7 1 parent 3e00768 commit e351af7 Copy full SHA for e351af7
File tree 1 file changed +24
-13
lines changed
1 file changed +24
-13
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " https://raw.githubusercontent.com/TanStack/tanstack.com/main /tanstack-docs-config.schema.json" ,
2
+ "$schema" : " https://raw.githubusercontent.com/TanStack/tanstack.com/docs-sidebar-restructure /tanstack-docs-config.schema.json" ,
3
3
"docSearch" : {
4
4
"appId" : " FQ0DQ6MA3C" ,
5
5
"apiKey" : " 8264730bab8a9b7fa6a0c85761d7a3fe" ,
6
6
"indexName" : " tanstack"
7
7
},
8
- "menu " : [
8
+ "sections " : [
9
9
{
10
10
"label" : " Getting Started" ,
11
11
"children" : [
22
22
"to" : " quick-start"
23
23
}
24
24
]
25
- }
26
- ],
27
- "frameworkMenus" : [
25
+ },
28
26
{
29
- "framework" : " react" ,
30
- "menuItems" : [
27
+ "label" : " Adapters" ,
28
+ "children" : [],
29
+ "frameworks" : [
31
30
{
32
- "label" : " Adapters " ,
31
+ "label" : " react " ,
33
32
"children" : [
34
33
{
35
34
"label" : " React Ranger" ,
36
35
"to" : " framework/react/react-ranger"
37
36
}
38
37
]
39
- },
38
+ }
39
+ ]
40
+ },
41
+ {
42
+ "label" : " API Reference" ,
43
+ "children" : [],
44
+ "frameworks" : [
40
45
{
41
- "label" : " API Reference " ,
46
+ "label" : " react " ,
42
47
"children" : [
43
48
{
44
49
"label" : " Basic" ,
61
66
"to" : " framework/react/api/update-on-drag"
62
67
}
63
68
]
64
- },
69
+ }
70
+ ]
71
+ },
72
+ {
73
+ "label" : " Examples" ,
74
+ "children" : [],
75
+ "frameworks" : [
65
76
{
66
- "label" : " Examples " ,
77
+ "label" : " react " ,
67
78
"children" : [
68
79
{
69
80
"label" : " Basic" ,
86
97
"to" : " framework/react/examples/update-on-drag"
87
98
}
88
99
]
89
- }
100
+ }
90
101
]
91
102
}
92
103
]
You can’t perform that action at this time.
0 commit comments