Skip to content

Commit

Permalink
docs: Add TypeScript usage example (#1343)
Browse files Browse the repository at this point in the history
  • Loading branch information
walkermatt committed Nov 14, 2020
1 parent 24bbfd4 commit 00b3478
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ documentation readme index.js --section=API
# build docs for all values exported by index.js
documentation build --document-exported index.js

# build html docs for a TypeScript project
documentation build index.ts --parse-extension ts -f html -o docs

Commands:
serve [input..] generate, update, and display HTML documentation
build [input..] build documentation
Expand Down

0 comments on commit 00b3478

Please sign in to comment.