Skip to content

Commit

Permalink
docs: Update docs/config.json (v3)
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Mar 13, 2024
1 parent 469a886 commit ba8ac02
Showing 1 changed file with 45 additions and 15 deletions.
60 changes: 45 additions & 15 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"apiKey": "93e0b83eb0b5af4549b6bf47f90af3f7",
"indexName": "tanstack-query"
},
"menu": [],
"frameworkMenus": [
"sections": [
{
"framework": "react",
"menuItems": [
"label": "Getting Started",
"children": [],
"frameworks": [
{
"label": "Getting Started",
"label": "react",
"children": [
{
"label": "Overview",
Expand Down Expand Up @@ -50,9 +50,15 @@
"to": "framework/react/react-native"
}
]
},
}
]
},
{
"label": "Guides & Concepts",
"children": [],
"frameworks": [
{
"label": "Guides & Concepts",
"label": "react",
"children": [
{
"label": "Important Defaults",
Expand Down Expand Up @@ -175,18 +181,30 @@
"to": "framework/react/guides/migrating-to-react-query-3"
}
]
},
}
]
},
{
"label": "Community Resources",
"children": [],
"frameworks": [
{
"label": "Community Resources",
"label": "react",
"children": [
{
"label": "TkDodo's Blog",
"to": "framework/react/community/tkdodos-blog"
}
]
},
}
]
},
{
"label": "Examples",
"children": [],
"frameworks": [
{
"label": "Examples",
"label": "react",
"children": [
{
"label": "Simple",
Expand Down Expand Up @@ -257,9 +275,15 @@
"to": "framework/react/examples/offline"
}
]
},
}
]
},
{
"label": "Plugins",
"children": [],
"frameworks": [
{
"label": "Plugins",
"label": "react",
"children": [
{
"label": "persistQueryClient (Experimental)",
Expand All @@ -278,9 +302,15 @@
"to": "framework/react/plugins/broadcastQueryClient"
}
]
},
}
]
},
{
"label": "API Reference",
"children": [],
"frameworks": [
{
"label": "API Reference",
"label": "react",
"children": [
{
"label": "useQuery",
Expand Down

0 comments on commit ba8ac02

Please sign in to comment.