Source for the LegionForge documentation hub served at docs.legionforge.org.
This is the central documentation site for the entire LegionForge ecosystem:
- The framework (LegionForge/LegionForge)
- Guardian (LegionForge/guardian)
- Tools: llm-valet, mcp-probe, headroom, hermes-tool-test-suite, dev-rig, idn-analyzer
- Apps: jeli, ADHD-OS, ConvoBox
- Orchestration and research: Briarios, Intelligence Delivery Network
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
mkdocs serveThen open http://127.0.0.1:8000/.
mkdocs build --strictOutput goes to site/ (gitignored).
Pushes to main trigger .github/workflows/deploy.yml, which builds with MkDocs and deploys to GitHub Pages. The custom domain is set via the CNAME file in the repo root and the docs.legionforge.org DNS record at Namecheap.
Every page has an "edit this page" pencil icon in the top-right that links straight to the source markdown on GitHub. Easiest way to make a small correction.
Documentation is dual: prose under AGPL-3.0 (matching the framework), code examples under the license of their source project.