Getting Started
The public docs.ord.net site lives in apps/public-docs/.
Local development
Section titled “Local development”- Install the docs app dependencies.
npm --prefix apps/public-docs install- Start the Starlight dev server from the repo root.
npm run docs:dev- Run the docs checks before pushing changes.
npm run docs:checkContent boundary
Section titled “Content boundary”- Public docs content belongs under
apps/public-docs/src/content/docs/. - The repo’s top-level
docs/tree stays internal-only. - Do not copy topology, host inventory, secret-source, or runbook material into the public docs app.