This document describes how to build the documentation yourself using MkDocs.
- Fork the GitHub project and create a local working copy.
- Install uv.
- Open a terminal, cd into the working copy you just created and run:
sh scripts/set_up_project.sh
To build the documentation, run:
sh scripts/build_guide.shTo browse the local copy, run:
sh scripts/serve_guide.shRefer to the MkDocs user guide.