Skip to content

Commit

Permalink
docs: Update docs/config.json (#1294)
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 7a18e00 commit 7995d0a
Showing 1 changed file with 29 additions and 11 deletions.
40 changes: 29 additions & 11 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"apiKey": "8264730bab8a9b7fa6a0c85761d7a3fe",
"indexName": "tanstack"
},
"menu": [],
"frameworkMenus": [
"sections": [
{
"framework": "react",
"menuItems": [
"label": "Getting Started",
"children": [],
"frameworks": [
{
"label": "Getting Started",
"label": "react",
"children": [
{
"label": "Overview",
Expand Down Expand Up @@ -42,9 +42,15 @@
"to": "framework/react/decisions-on-dx"
}
]
},
}
]
},
{
"label": "Guide",
"children": [],
"frameworks": [
{
"label": "Guide",
"label": "react",
"children": [
{
"label": "Route Trees & Nesting",
Expand Down Expand Up @@ -151,18 +157,30 @@
"to": "framework/react/guide/ssr"
}
]
},
}
]
},
{
"label": "API",
"children": [],
"frameworks": [
{
"label": "API",
"label": "react",
"children": [
{
"label": "Reference",
"to": "framework/react/api/router"
}
]
},
}
]
},
{
"label": "Examples",
"children": [],
"frameworks": [
{
"label": "Examples",
"label": "react",
"children": [
{
"label": "Quickstart (file-based)",
Expand Down

0 comments on commit 7995d0a

Please sign in to comment.