File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,6 @@ export function getLearnSidebarTree(
152152) : PageTree . Root {
153153 const category = pathname . split ( '/' ) [ 2 ] ;
154154 const root = cloneRoot ( tree ) ;
155- console . log ( 'category' , category ) ;
156155 for ( const node of tree . children ) {
157156 if (
158157 node . type === 'folder' &&
Original file line number Diff line number Diff line change 1212 "dev" : " pnpm --filter @next-i18n/const --filter @next-i18n/utils --filter @next-i18n/translate --filter @next-i18n/crawler --filter @next-i18n/docs --parallel dev" ,
1313 "translate" : " pnpm --filter @next-i18n/docs translate" ,
1414 "build:docs" : " pnpm --filter @next-i18n/docs build" ,
15+ "start:docs" : " pnpm --filter @next-i18n/docs start" ,
1516 "update-search-index" : " pnpm --filter @next-i18n/docs update-search-index"
1617 },
1718 "keywords" : [],
You can’t perform that action at this time.
0 commit comments