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