Documentation
How this portal works, how to author pages, and how to deploy it.
Authoring
MDX conventions, components, glossary, and frontmatter.
Adding a project
Register a service in projects.json and create its content silo.
Deployment
Docker image, Azure Pipelines, and Helm for this portal.
Secret boundary
Never read, quote, or expose .env files (except .env.example), decrypted SOPS output, connection
strings, tokens, or keys. Name configuration keys from code only.
Verification
From the repository root:
pnpm --dir frontend/docs-app check
pnpm --dir frontend/docs-app verify # check + production build