File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments