Skip to content

Commit e351af7

Browse files
docs: Update docs/config.json
1 parent 3e00768 commit e351af7

File tree

1 file changed

+24
-13
lines changed

1 file changed

+24
-13
lines changed

docs/config.json

+24-13
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
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",
33
"docSearch": {
44
"appId": "FQ0DQ6MA3C",
55
"apiKey": "8264730bab8a9b7fa6a0c85761d7a3fe",
66
"indexName": "tanstack"
77
},
8-
"menu": [
8+
"sections": [
99
{
1010
"label": "Getting Started",
1111
"children": [
@@ -22,23 +22,28 @@
2222
"to": "quick-start"
2323
}
2424
]
25-
}
26-
],
27-
"frameworkMenus": [
25+
},
2826
{
29-
"framework": "react",
30-
"menuItems": [
27+
"label": "Adapters",
28+
"children": [],
29+
"frameworks": [
3130
{
32-
"label": "Adapters",
31+
"label": "react",
3332
"children": [
3433
{
3534
"label": "React Ranger",
3635
"to": "framework/react/react-ranger"
3736
}
3837
]
39-
},
38+
}
39+
]
40+
},
41+
{
42+
"label": "API Reference",
43+
"children": [],
44+
"frameworks": [
4045
{
41-
"label": "API Reference",
46+
"label": "react",
4247
"children": [
4348
{
4449
"label": "Basic",
@@ -61,9 +66,15 @@
6166
"to": "framework/react/api/update-on-drag"
6267
}
6368
]
64-
},
69+
}
70+
]
71+
},
72+
{
73+
"label": "Examples",
74+
"children": [],
75+
"frameworks": [
6576
{
66-
"label": "Examples",
77+
"label": "react",
6778
"children": [
6879
{
6980
"label": "Basic",
@@ -86,7 +97,7 @@
8697
"to": "framework/react/examples/update-on-drag"
8798
}
8899
]
89-
}
100+
}
90101
]
91102
}
92103
]

0 commit comments

Comments
 (0)