This repository contains the HALPI2 User Guide source.
The documentation is written in Markdown format and is built using MkDocs Material. The output is a static website that can be hosted on any web server (in our case, GitHub Pages).
Python 3.11+ and uv must be installed.
Install dependencies:
uv syncPreview the documentation locally:
uv run mkdocs serveBuild for production:
uv run mkdocs build --strict