Skip to content

Commit

Permalink
docs: Update docs/config.json (#89)
Browse files Browse the repository at this point in the history
* docs: Update docs/config.json

* Update schema
  • Loading branch information
lachlancollins authored Mar 12, 2024
1 parent 3e00768 commit 5bdf486
Showing 1 changed file with 23 additions and 12 deletions.
35 changes: 23 additions & 12 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"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 5bdf486

Please sign in to comment.