Authoring Public Docs
All new public pages for docs.ord.net live in apps/public-docs/src/content/docs/.
Add a page
Section titled “Add a page”- Create a new
.mdor.mdxfile under the appropriate section directory. - Add frontmatter with at least
titleanddescription. - Set
sidebar.orderwhen the page needs explicit ordering. - Run
npm run docs:checkfrom the repo root before pushing.
Keep public and internal docs separate
Section titled “Keep public and internal docs separate”- Public docs belong in this app.
- Internal engineering and ops docs belong in the repo’s top-level
docs/directory. - If a topic includes live hostnames, network details, secrets, incident procedures, or operator-only context, it stays internal.
Recommended structure
Section titled “Recommended structure”getting-started/for first-use and onboarding materialguides/for task-based walkthroughsreference/for stable public facts, interfaces, and definitions