Forgejo-first MkDocs site for the LangeVC organization's public documentation.
- Canonical repository:
https://git.langevc.com/langevc/lvc-docs - Intended public URL:
https://docs.langevc.com(not deployed yet) - Deploy target path:
/srv/docs/langevc/site
This repository is a scaffold. It ships:
- a Material for MkDocs configuration (
mkdocs.yml); - a placeholder brand system (
docs/assets/) — not the final LangeVC branding; - a single placeholder page (
docs/index.md); - a disabled Forgejo-first deploy workflow (
.forgejo/workflows/deploy.yml).
The deploy workflow has no push trigger and is additionally gated behind the
repository variable LVC_DOCS_DEPLOY_ENABLED. It performs no deployment until
the LVC-DOCS-G0 gate passes and an operator explicitly enables it. Do not
change DNS or Caddy as part of enabling it without the gate.
This repository is Forgejo-canonical. A public GitHub mirror under the LangeVC
org is planned but not activated; it is held behind LVC-MIR-G0.
pip install mkdocs mkdocs-material
mkdocs serve