We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc36e9d commit 6a014f1Copy full SHA for 6a014f1
scripts/llms-generate.mjs
@@ -42,8 +42,8 @@ const packages = {
42
`${DOCS_DIR}/router/framework/react/overview.md`,
43
`${DOCS_DIR}/router/framework/react/quick-start.md`,
44
`${DOCS_DIR}/router/framework/react/devtools.md`,
45
- `${DOCS_DIR}/router/framework/react/migrate-from-react-router.md`,
46
- `${DOCS_DIR}/router/framework/react/migrate-from-react-location.md`,
+ `${DOCS_DIR}/router/framework/react/how-to/migrate-from-react-router.md`,
+ `${DOCS_DIR}/router/framework/react/installation/migrate-from-react-location.md`,
47
`${DOCS_DIR}/router/framework/react/faq.md`,
48
],
49
description: 'TanStack Router: Setup and Architecture',
0 commit comments