/docs

Documentation for Violinist

Primary LanguageHTMLMIT LicenseMIT

docs

Documentation for Violinist

Requirements

Hugo

Adding a new doc page

$ hugo new <filename.md>

Development mode

$ hugo server -D

The docs will probably be available on http://localhost:1313/

Build the docs

The docs are built automatically when you open a PR, and again on the default branch. So you do not need to incude any generated assets in your PR