This is the WIP branch of the brand new dicehub documentation at docs.dicehub.com. The content is under heavy updates and re-organization.
Public documentation for dicehub.
This documentation uses mkdocs
. To contribute to the documentation python 3 is
required and the following steps have to be followed to setup the development
environment:
- Create virtual environment:
make venv
- Activate virtual environment:
source .venv/bin/activate
- Install python requirements:
make pip-install
- Start mkdocs server:
mkdocs serve
Now open http://localhost:8000
and the rendered documentation should be visible.