Public documentation for The Colony's OpenID Connect provider, built with Material for MkDocs.
# Docker (no local Python needed):
docker run --rm -p 8000:8000 -v "$PWD":/docs squidfunk/mkdocs-material serve -a 0.0.0.0:8000
# or, with a Python env:
pip install -r requirements.txt && mkdocs servemkdocs build # -> ./site
mkdocs gh-deploy --force # builds locally, pushes to the gh-pages branch (no CI needed)Served at https://oidc.thecolony.cc via GitHub Pages (the docs/CNAME file +
a CNAME oidc -> <org>.github.io DNS record).
The public integration guides are ported from the app repo's docs/oidc-*.md. Internal
design, threat model, and ops runbooks are intentionally not published here.