Skip to content

Commit 90adfe9

Browse files
feat: restructure query-integration (#4643)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent cc499c3 commit 90adfe9

File tree

47 files changed

+1162
-494
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+1162
-494
lines changed

docs/router/config.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,25 @@
461461
}
462462
]
463463
},
464+
{
465+
"label": "Integrations",
466+
"children": [],
467+
"frameworks": [
468+
{
469+
"label": "react",
470+
"children": [
471+
{
472+
"label": "TanStack Query",
473+
"to": "integrations/query"
474+
}
475+
]
476+
},
477+
{
478+
"label": "solid",
479+
"children": []
480+
}
481+
]
482+
},
464483
{
465484
"label": "ESLint",
466485
"children": [

docs/router/framework/react/guide/tanstack-start.md

Lines changed: 0 additions & 252 deletions
This file was deleted.

0 commit comments

Comments
 (0)