Documentation for Violinist
- NodeJS (Currently v22)
- npm
If the page is a configuration option, it should go inside docs/configuration/
. If it's a general documentation page, place a new mdx
(or md
) file in the preferred location.
$ npm start
The docs will probably be available on http://localhost:3000/
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