Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
b5975c6
update overview for router in solid and react
LadyBluenotes Oct 8, 2025
7ce5458
update overview for react / solid in start docs
LadyBluenotes Oct 8, 2025
c885a8a
quick-start pages for start
LadyBluenotes Oct 8, 2025
fcb7651
quick-start router react
LadyBluenotes Oct 8, 2025
03344ef
quick-start router solid
LadyBluenotes Oct 8, 2025
9b1667e
reorder quickstart
LadyBluenotes Oct 8, 2025
8865218
fix quick-start page
LadyBluenotes Oct 8, 2025
51dc52a
rm tailwind
LadyBluenotes Oct 8, 2025
a543dd1
update faq
LadyBluenotes Oct 9, 2025
55cbca1
update structures
LadyBluenotes Oct 9, 2025
e478285
fix titles, add back manual setup
LadyBluenotes Oct 9, 2025
3d2ad2d
fix title in quick-start
LadyBluenotes Oct 9, 2025
4eb1cd1
add in commands for solid and package.json
LadyBluenotes Oct 9, 2025
6aa2f16
guide section for start
LadyBluenotes Oct 10, 2025
c233fbd
fix solid files
LadyBluenotes Oct 10, 2025
beb12f1
move tailwind to guide section
LadyBluenotes Oct 10, 2025
d99dfba
Docs: Updating Vite plugin usage for Tanstack Start (#5405)
cameronapak Oct 8, 2025
a5f80f0
fix(router-devtools-core): bundle solid for smaller package (#5406)
benmccann Oct 8, 2025
5f86fe1
docs: Move the streaming docs to the "Getting started" section, becau…
fulopkovacs Oct 8, 2025
1bc2c57
fix(start-plugin-core): Properly declare start-client-core in depende…
onlywei Oct 8, 2025
24ee097
chore: switch to tinyglobby (#5395)
benmccann Oct 8, 2025
f546d90
release: v1.132.51
tannerlinsley Oct 8, 2025
2ca89d6
Docs(Router-SSR): Resolve typos (#5425)
nlynzaad Oct 9, 2025
8ee07fc
Docs(Relative Navigation): add extra context around the from location…
nlynzaad Oct 9, 2025
13a2f5c
guide section for start
LadyBluenotes Oct 10, 2025
353c3ac
update links in getting started section
LadyBluenotes Oct 10, 2025
8751c3a
fix links in guide section
LadyBluenotes Oct 10, 2025
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
111 changes: 52 additions & 59 deletions docs/router/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
"label": "Overview",
"to": "framework/react/overview"
},
{
"label": "Installation",
"to": "framework/react/installation"
},
{
"label": "Quick Start",
"to": "framework/react/quick-start"
Expand All @@ -29,18 +25,6 @@
"label": "Devtools",
"to": "framework/react/devtools"
},
{
"label": "Comparison",
"to": "framework/react/comparison"
},
{
"label": "Migrate from React Router",
"to": "framework/react/migrate-from-react-router"
},
{
"label": "Migrate from React Location",
"to": "framework/react/migrate-from-react-location"
},
{
"label": "Decisions on DX",
"to": "framework/react/decisions-on-dx"
Expand All @@ -58,10 +42,6 @@
"label": "Overview",
"to": "framework/solid/overview"
},
{
"label": "Installation",
"to": "framework/solid/installation"
},
{
"label": "Quick Start",
"to": "framework/solid/quick-start"
Expand All @@ -82,6 +62,58 @@
}
]
},
{
"label": "Installation Guides",
"children": [],
"frameworks": [
{
"label": "react",
"children": [
{
"label": "Manual Setup",
"to": "framework/react/installation/manual"
},
{
"label": "Vite",
"to": "framework/react/installation/with-vite"
},
{
"label": "Rspack/Rsbuild",
"to": "framework/react/installation/with-rspack"
},
{
"label": "Webpack",
"to": "framework/react/installation/with-webpack"
},
{
"label": "ESbuild",
"to": "framework/react/installation/with-esbuild"
},
{
"label": "Router CLI",
"to": "framework/react/installation/with-router-cli"
},
{
"label": "Migrate from React Router",
"to": "framework/react/installation/migrate-from-react-router"
},
{
"label": "Migrate from React Location",
"to": "framework/react/installation/migrate-from-react-location"
}
]
},
{
"label": "solid",
"children": [
{
"label": "Manual Setup",
"to": "framework/solid/installation/manual"
}
]
}
]
},
{
"label": "Routing",
"children": [],
Expand Down Expand Up @@ -113,26 +145,6 @@
"label": "Code-Based Routing",
"to": "framework/react/routing/code-based-routing"
},
{
"label": "Installation with Vite",
"to": "framework/react/routing/installation-with-vite"
},
{
"label": "Installation with Rspack/Rsbuild",
"to": "framework/react/routing/installation-with-rspack"
},
{
"label": "Installation with Webpack",
"to": "framework/react/routing/installation-with-webpack"
},
{
"label": "Installation with Esbuild",
"to": "framework/react/routing/installation-with-esbuild"
},
{
"label": "Installation with the Router CLI",
"to": "framework/react/routing/installation-with-router-cli"
},
{
"label": "File Naming Conventions",
"to": "framework/react/routing/file-naming-conventions"
Expand Down Expand Up @@ -418,25 +430,6 @@
}
]
},
{
"label": "How-To",
"children": [],
"frameworks": [
{
"label": "react",
"children": [
{
"label": "Install TanStack Router",
"to": "framework/react/how-to/install"
}
]
},
{
"label": "solid",
"children": []
}
]
},
{
"label": "API",
"children": [
Expand Down
94 changes: 0 additions & 94 deletions docs/router/framework/react/comparison.md

This file was deleted.

Loading