Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 444 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 444 Bytes

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