We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24bbfd4 commit 00b3478Copy full SHA for 00b3478
README.md
@@ -77,6 +77,9 @@ documentation readme index.js --section=API
77
# build docs for all values exported by index.js
78
documentation build --document-exported index.js
79
80
+# build html docs for a TypeScript project
81
+documentation build index.ts --parse-extension ts -f html -o docs
82
+
83
Commands:
84
serve [input..] generate, update, and display HTML documentation
85
build [input..] build documentation
0 commit comments