The site is hosted on GitHub Pages powered by Jekyll.
When authoring any changes you can try them out locally by running (requires ruby):
> bundle exec jekyll serve -wD
The /docs/
location is served by the docs repository. Its contents
should be considered disposable and eventually will be updated via CI.
The documentation in docs-src
is not intended to be viewed at the /docs-src/
location. Instead the generated static files (_site/docs-src/*
) are merged into the docs
repository,
keeping a nice urls structure.