Add a documentation page
- Create an MDX file under
Internal-Documentation/src/content/docs/<section>/your-page.mdx. - Add frontmatter:
title,description. - Follow the documentation standards.
- Register the page in
Internal-Documentation/astro.config.mjssidebar. - Run
pnpm devinInternal-Documentation/and verify the page renders. - Cross-link from related pages (onboarding map, glossary, domain index).
If the page documents new behavior, remove or update any stale references elsewhere (grep for old endpoint names).