User documentation site for ExploCallout by RevealForge, built with MkDocs and the Material for MkDocs theme. Published at https://docs.revealforge.com/ via GitHub Pages.
This repository contains documentation only — no package source, no
.blend files, no internal planning material.
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
mkdocs serveBuild check (used in CI):
mkdocs build --strictPushes to main trigger .github/workflows/deploy.yml, which builds
the site and publishes it to GitHub Pages via the official Pages
Actions.