Skip to content

Commit

Permalink
docs: Update docs/config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Mar 12, 2024
1 parent 3e00768 commit e351af7
Showing 1 changed file with 24 additions and 13 deletions.
37 changes: 24 additions & 13 deletions docs/config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"$schema": "https://raw.githubusercontent.com/TanStack/tanstack.com/main/tanstack-docs-config.schema.json",
"$schema": "https://raw.githubusercontent.com/TanStack/tanstack.com/docs-sidebar-restructure/tanstack-docs-config.schema.json",
"docSearch": {
"appId": "FQ0DQ6MA3C",
"apiKey": "8264730bab8a9b7fa6a0c85761d7a3fe",
"indexName": "tanstack"
},
"menu": [
"sections": [
{
"label": "Getting Started",
"children": [
Expand All @@ -22,23 +22,28 @@
"to": "quick-start"
}
]
}
],
"frameworkMenus": [
},
{
"framework": "react",
"menuItems": [
"label": "Adapters",
"children": [],
"frameworks": [
{
"label": "Adapters",
"label": "react",
"children": [
{
"label": "React Ranger",
"to": "framework/react/react-ranger"
}
]
},
}
]
},
{
"label": "API Reference",
"children": [],
"frameworks": [
{
"label": "API Reference",
"label": "react",
"children": [
{
"label": "Basic",
Expand All @@ -61,9 +66,15 @@
"to": "framework/react/api/update-on-drag"
}
]
},
}
]
},
{
"label": "Examples",
"children": [],
"frameworks": [
{
"label": "Examples",
"label": "react",
"children": [
{
"label": "Basic",
Expand All @@ -86,7 +97,7 @@
"to": "framework/react/examples/update-on-drag"
}
]
}
}
]
}
]
Expand Down

0 comments on commit e351af7

Please sign in to comment.