Contributing
Contributions are welcome.
Contributing to the Docs
Building documentation requires Python 3.8+ and uv.
Install Dependencies
Create a virtual environment and install mkdocs, themes, and extensions using uv.
1 2 |
|
Serving
To serve the documentation locally, make sure your virtual environment is activated and run:
1 2 |
|
and visit the docs at http://127.0.0.1:8000/
Deploying
If you have write access to the repo, docs can be updated using
1 |
|