This repository contains the RootService documentation site, built with Zensical.
Create a virtualenv and install Zensical:
python3 -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
pip install zensicalServe locally:
zensical serveBuild once:
zensical build --cleandocs/– documentation contentzensical.toml– Zensical configurationzensical_overrides/– minimal Zensical theme overrides (e.g. additional meta tags)overrides/– legacy MkDocs-Material overrides (kept for reference; not enabled)site/– build output (generated).github/workflows/docs.yml– GitHub Pages build/deploy workflow
GitHub Actions workflow:
- Documentation (
.github/workflows/docs.yml)- Trigger:
pushtomain(andmaster) - Builds:
zensical build --clean - Deploys:
site/to GitHub Pages
- Trigger:
If you change configuration, navigation, or workflows, update this README in the same PR/commit.