Skip to content

Commit 772da5a

Browse files
authored
Fix TOC path for v9 docs (#6498)
1 parent 82a6add commit 772da5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/docgen/docgen.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ async function generateToc() {
8989
'--input',
9090
'temp',
9191
'-p',
92-
'docs/reference/js/v9',
92+
'docs/reference/js',
9393
'-j'
9494
],
9595
{ stdio: 'inherit' }

0 commit comments

Comments
 (0)