Building the Documentation
The documentation is managed by MkDocs using the Material for MkDocs theme.
To build the documentation, you can use just
and use the docs
recipe.
just docs
just
invokes uv
to create a virtual environment and install the necessary dependencies to build the documentation.
The configuration is subsequently generated to site
.
To view a live preview of the documentation run
just docs-serve