Skip to content

Commit 58ff465

Browse files
committed
Merge remote-tracking branch 'upstream/main' into fix/buildlocation-href-rewrite
2 parents 088a429 + fd604a8 commit 58ff465

File tree

198 files changed

+1774
-1604
lines changed

Some content is hidden

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

198 files changed

+1774
-1604
lines changed

docs/router/config.json

Lines changed: 60 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
"label": "Overview",
1818
"to": "framework/react/overview"
1919
},
20-
{
21-
"label": "Installation",
22-
"to": "framework/react/installation"
23-
},
2420
{
2521
"label": "Quick Start",
2622
"to": "framework/react/quick-start"
@@ -29,18 +25,6 @@
2925
"label": "Devtools",
3026
"to": "framework/react/devtools"
3127
},
32-
{
33-
"label": "Comparison",
34-
"to": "framework/react/comparison"
35-
},
36-
{
37-
"label": "Migrate from React Router",
38-
"to": "framework/react/migrate-from-react-router"
39-
},
40-
{
41-
"label": "Migrate from React Location",
42-
"to": "framework/react/migrate-from-react-location"
43-
},
4428
{
4529
"label": "Decisions on DX",
4630
"to": "framework/react/decisions-on-dx"
@@ -58,10 +42,6 @@
5842
"label": "Overview",
5943
"to": "framework/solid/overview"
6044
},
61-
{
62-
"label": "Installation",
63-
"to": "framework/solid/installation"
64-
},
6545
{
6646
"label": "Quick Start",
6747
"to": "framework/solid/quick-start"
@@ -82,6 +62,66 @@
8262
}
8363
]
8464
},
65+
{
66+
"label": "Installation Guides",
67+
"children": [],
68+
"frameworks": [
69+
{
70+
"label": "react",
71+
"children": [
72+
{
73+
"label": "Manual Setup",
74+
"to": "framework/react/installation/manual"
75+
},
76+
{
77+
"label": "Vite",
78+
"to": "framework/react/installation/with-vite"
79+
},
80+
{
81+
"label": "Rspack/Rsbuild",
82+
"to": "framework/react/installation/with-rspack"
83+
},
84+
{
85+
"label": "Webpack",
86+
"to": "framework/react/installation/with-webpack"
87+
},
88+
{
89+
"label": "Esbuild",
90+
"to": "framework/react/installation/with-esbuild"
91+
},
92+
{
93+
"label": "Router CLI",
94+
"to": "framework/react/installation/with-router-cli"
95+
},
96+
{
97+
"label": "Migrate from React Router",
98+
"to": "framework/react/installation/migrate-from-react-router"
99+
},
100+
{
101+
"label": "Migrate from React Location",
102+
"to": "framework/react/installation/migrate-from-react-location"
103+
}
104+
]
105+
},
106+
{
107+
"label": "solid",
108+
"children": [
109+
{
110+
"label": "Manual Setup",
111+
"to": "framework/solid/installation/manual"
112+
},
113+
{
114+
"label": "Installation with Vite",
115+
"to": "framework/solid/routing/installation-with-vite"
116+
},
117+
{
118+
"label": "Installation with the Router CLI",
119+
"to": "framework/solid/routing/installation/with-router-cli"
120+
}
121+
]
122+
}
123+
]
124+
},
85125
{
86126
"label": "Routing",
87127
"children": [],
@@ -113,26 +153,6 @@
113153
"label": "Code-Based Routing",
114154
"to": "framework/react/routing/code-based-routing"
115155
},
116-
{
117-
"label": "Installation with Vite",
118-
"to": "framework/react/routing/installation-with-vite"
119-
},
120-
{
121-
"label": "Installation with Rspack/Rsbuild",
122-
"to": "framework/react/routing/installation-with-rspack"
123-
},
124-
{
125-
"label": "Installation with Webpack",
126-
"to": "framework/react/routing/installation-with-webpack"
127-
},
128-
{
129-
"label": "Installation with Esbuild",
130-
"to": "framework/react/routing/installation-with-esbuild"
131-
},
132-
{
133-
"label": "Installation with the Router CLI",
134-
"to": "framework/react/routing/installation-with-router-cli"
135-
},
136156
{
137157
"label": "File Naming Conventions",
138158
"to": "framework/react/routing/file-naming-conventions"
@@ -166,14 +186,6 @@
166186
"label": "Code-Based Routing",
167187
"to": "framework/solid/routing/code-based-routing"
168188
},
169-
{
170-
"label": "Installation with Vite",
171-
"to": "framework/solid/routing/installation-with-vite"
172-
},
173-
{
174-
"label": "Installation with the Router CLI",
175-
"to": "framework/solid/routing/installation-with-router-cli"
176-
},
177189
{
178190
"label": "File Naming Conventions",
179191
"to": "framework/solid/routing/file-naming-conventions"
@@ -418,25 +430,6 @@
418430
}
419431
]
420432
},
421-
{
422-
"label": "How-To",
423-
"children": [],
424-
"frameworks": [
425-
{
426-
"label": "react",
427-
"children": [
428-
{
429-
"label": "Install TanStack Router",
430-
"to": "framework/react/how-to/install"
431-
}
432-
]
433-
},
434-
{
435-
"label": "solid",
436-
"children": []
437-
}
438-
]
439-
},
440433
{
441434
"label": "API",
442435
"children": [

docs/router/framework/react/comparison.md

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

0 commit comments

Comments
 (0)