Source code for the official CRC user manual.
Start by installing the project dependencies:
pip install -r requirements.txt
To generate a live preview locally, use the serve
command:
mkdocs serve
A new version of the documentation is built and pushed to production every time the main branch is updated.