adocserver
v0.1.14
Published
Zero-config AsciiDoc dev server with sidebar navigation and live reload
Maintainers
Readme
adocserver
Zero-config AsciiDoc documentation server with live reload and sidebar navigation.
Usage
npx adocserver ./docsSee docs/index.adoc for full documentation.
Quick reference
| Command | Description |
|---|---|
| adocserver ./docs | Serve docs from ./docs |
| adocserver ./docs --port 4000 --open | Custom port, open browser |
| adocserver ./docs --host localhost | Restrict to localhost |
PDF export
asciidoctor-pdf -r asciidoctor-mathematical -a mathematical-format=svg docs/index.adocRequires the asciidoctor-pdf and asciidoctor-mathematical Ruby gems.
