Skip to content

Commit 00b3478

Browse files
authoredNov 14, 2020
docs: Add TypeScript usage example (#1343)
1 parent 24bbfd4 commit 00b3478

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎README.md

+3
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ documentation readme index.js --section=API
7777
# build docs for all values exported by index.js
7878
documentation build --document-exported index.js
7979

80+
# build html docs for a TypeScript project
81+
documentation build index.ts --parse-extension ts -f html -o docs
82+
8083
Commands:
8184
serve [input..] generate, update, and display HTML documentation
8285
build [input..] build documentation

0 commit comments

Comments
 (0)
Please sign in to comment.