File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments