Skip to content

Coaching — documentation

This site holds operations and deployment notes for the coaching application.

Use the navigation on the left for topics such as systemd timers and hosting this documentation at docs.diasantos.com.

Build locally

From the repository root:

cd documentation
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
mkdocs serve

Open http://127.0.0.1:8000 to preview.

Production build

cd documentation
pip install -r requirements.txt
mkdocs build

Static HTML is written to documentation/site/. Point your web server (see Hosting docs.diasantos.com) at that directory.