Skip to content

Commit 7a7ee82

Browse files
committed
feat: add docs:start
1 parent d0c9411 commit 7a7ee82

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

apps/docs/src/lib/pageTree.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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' &&

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
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": [],

0 commit comments

Comments
 (0)