Flow

Documentation

How this portal works, how to author pages, and how to deploy it.

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

On this page