File tree Expand file tree Collapse file tree
repo-scripts/generate-api-docs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ // Use IntelliSense to learn about possible attributes.
3+ // Hover to view descriptions of existing attributes.
4+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+ "version" : " 0.2.0" ,
6+ "configurations" : [
7+ {
8+ "type" : " node" ,
9+ "request" : " launch" ,
10+ "name" : " Launch Program" ,
11+ "program" : " ${workspaceFolder}/node_modules/@microsoft/api-documenter/lib/start.js" ,
12+ "cwd" : " ${workspaceFolder}" ,
13+ "args" : [
14+ " generate" ,
15+ " --input-folder" ,
16+ " ../../common/temp/api" ,
17+ " --output-folder" ,
18+ " ./dist"
19+ ]
20+ },
21+ ]
22+ }
Original file line number Diff line number Diff line change 1+ {
2+ "outputTarget" : " markdown" ,
3+
4+ "plugins" : [
5+ {
6+ "packageName" : " doc-plugin-rush-stack" ,
7+ "enabledFeatureNames" : [ " rush-stack-markdown-documenter" ]
8+ }
9+ ]
10+ }
Original file line number Diff line number Diff line change 1+ @ echo off
2+ .\node_modules\.bin\api-documenter generate --input-folder ..\..\common\temp\api --output-folder .\dist
You can’t perform that action at this time.
0 commit comments