About this Documentation
This documentation is built using mdBook.
Pre-requisites
Before contributing, please ensure you have the following installed:
Any further dependencies can be installed using just commands:
just install-requirements
Building and Serving the Documentation
To run the documentation locally, use:
just docs-serve
Contributing to the Documentation
mdBook uses Markdown for documentation.
The documentation is organized into chapters and sections, which are defined in the SUMMARY.md file.
Each section corresponds to a Markdown file in the src directory.
To configure the documentation (e.g. adding plugins), modify the book.toml file.
Deployment
This documentation is deployed to GitHub Pages automatically on every push to main via the gh-pages.yml workflow.