summaryrefslogtreecommitdiff
path: root/cli/build.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-11-01 16:25:05 +0100
committerGitHub <noreply@github.com>2023-11-01 15:25:05 +0000
commit8ea2d926a9c75b0b13e7ad37e7181657d680560e (patch)
tree6a96beb4d9a877bf774dadb9f94cbf31134fe1fc /cli/build.rs
parentf8f4e776325efe0d8dd50207beecb425f0875999 (diff)
feat: deno doc --html (#21015)
This commit adds static documentation site generate to "deno doc" subcommand. Example: ``` $ deno doc --html --name="My library" ./mod.ts # outputs to ./docs/ $ deno doc --html --name="My library" --output=./documentation/ ./mod.ts ./file2.js # outputs to ./documentation/ $ deno doc --html --name="My library" ./**/mod.ts # generate docs for all files with "mod.ts" name ``` Closes https://github.com/denoland/deno/issues/8233
Diffstat (limited to 'cli/build.rs')
0 files changed, 0 insertions, 0 deletions