Skip to content

Commit 9b6da2d

Browse files
authored
Fixing path I should have noticed in review. (#1176)
1 parent 733e900 commit 9b6da2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
"scripts": {
163163
"apidocs": "node docgen/generate-docs.js",
164164
"docgen:v1:extract": "api-extractor run -c docgen/api-extractor.v1.json --local",
165-
"docgen:v1:toc": "ts-node docgen/toc.ts --input docgen/v1/markdown --output docgen/v1/markdown/toc --path /docs/functions/reference",
165+
"docgen:v1:toc": "ts-node docgen/toc.ts --input docgen/v1/markdown --output docgen/v1/markdown/toc --path /docs/reference/functions",
166166
"docgen:v1:gen": "api-documenter-fire markdown -i docgen/v1 -o docgen/v1/markdown --project functions && npm run docgen:v1:toc",
167167
"docgen:v1": "npm run build && npm run docgen:v1:extract && npm run docgen:v1:gen",
168168
"docgen:v2:extract": "api-extractor run -c docgen/api-extractor.v2.json --local",

0 commit comments

Comments
 (0)