Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
85 changes: 85 additions & 0 deletions docs/router/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,91 @@
}
]
},
{
"label": "How To",
"children": [
{
"label": "Install TanStack Router",
"to": "how-to/install"
},
{
"label": "Use Environment Variables",
"to": "how-to/use-environment-variables"
},
{
"label": "Deploy to Production",
"to": "how-to/deploy-to-production"
},
{
"label": "Set Up SSR",
"to": "how-to/setup-ssr"
},
{
"label": "Migrate from React Router",
"to": "how-to/migrate-from-react-router"
},
{
"label": "Set Up Authentication",
"to": "how-to/setup-authentication"
},
{
"label": "Integrate Auth Providers",
"to": "how-to/setup-auth-providers"
},
{
"label": "Set Up Role-Based Access Control",
"to": "how-to/setup-rbac"
},
{
"label": "Set Up Testing",
"to": "how-to/setup-testing"
},
{
"label": "Test File-Based Routing",
"to": "how-to/test-file-based-routing"
},
{
"label": "Debug Router Issues",
"to": "how-to/debug-router-issues"
},
{
"label": "Integrate Shadcn/ui",
"to": "how-to/integrate-shadcn-ui"
},
{
"label": "Integrate Material-UI",
"to": "how-to/integrate-material-ui"
},
{
"label": "Integrate Framer Motion",
"to": "how-to/integrate-framer-motion"
},
{
"label": "Integrate Chakra UI",
"to": "how-to/integrate-chakra-ui"
},
{
"label": "Set Up Basic Search Params",
"to": "how-to/setup-basic-search-params"
},
{
"label": "Navigate with Search Params",
"to": "how-to/navigate-with-search-params"
},
{
"label": "Validate Search Params",
"to": "how-to/validate-search-params"
},
{
"label": "Arrays, Objects & Dates in Search Params",
"to": "how-to/arrays-objects-dates-search-params"
},
{
"label": "Share Search Params Across Routes",
"to": "how-to/share-search-params-across-routes"
}
]
},
{
"label": "Router Examples",
"children": [],
Expand Down