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 }  ] , 
42+       description : 'TanStack Router: Installation' , 
43+       name : 'installation' , 
44+       globs : [ 'src/**/*.ts' ,  'src/**/*.tsx' ] , 
45+     } , 
4046    { 
4147      paths : [ 
4248        `${ DOCS_DIR }  , 
4349        `${ DOCS_DIR }  , 
50+         `${ DOCS_DIR }  , 
4451        `${ DOCS_DIR }  , 
45-         `${ DOCS_DIR }  , 
46-         `${ DOCS_DIR }  , 
4752        `${ DOCS_DIR }  , 
4853      ] , 
4954      description : 'TanStack Router: Setup and Architecture' , 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments