Skip to content

Commit b3036b8

Browse files
committed
llm script fix?
1 parent 6cc67e5 commit b3036b8

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

scripts/llms-generate.mjs

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,18 @@ const packages = {
3737
name: 'routing',
3838
globs: ['src/**/*.ts', 'src/**/*.tsx'],
3939
},
40+
{
41+
paths: [`${DOCS_DIR}/router/framework/react/installation`],
42+
description: 'TanStack Router: Installation',
43+
name: 'installation',
44+
globs: ['src/**/*.ts', 'src/**/*.tsx'],
45+
},
4046
{
4147
paths: [
4248
`${DOCS_DIR}/router/framework/react/overview.md`,
4349
`${DOCS_DIR}/router/framework/react/quick-start.md`,
50+
`${DOCS_DIR}/router/framework/react/decisions-on-dx.md`,
4451
`${DOCS_DIR}/router/framework/react/devtools.md`,
45-
`${DOCS_DIR}/router/framework/react/how-to/migrate-from-react-router.md`,
46-
`${DOCS_DIR}/router/framework/react/installation/migrate-from-react-location.md`,
4752
`${DOCS_DIR}/router/framework/react/faq.md`,
4853
],
4954
description: 'TanStack Router: Setup and Architecture',

0 commit comments

Comments
 (0)