Skip to content

Contributing to App Docs

All app-level developer docs are canonical in:

  • /Users/aaronbaker/knearme-platform/docs/apps

The Astro docs app is a generated consumer of this canonical source.

Each app directory must include:

  • 00-overview.md
  • 01-local-development.md
  • 02-environment-variables.md
  • 03-architecture.md
  • 04-testing.md
  • 05-deploy-release.md
  • 06-operations-runbook.md
  • 07-troubleshooting.md

Every canonical page must include:

  • status
  • owner
  • last_reviewed
  • domain
  • superseded_by
  • topic_id
  • artifact_type
  • title
  • description
  1. Edit files under /docs/apps.
  2. Run docs app build (which runs sync + validation):
Terminal window
pnpm -C apps/knearme-dev-docs build
  1. Run governance checks:
Terminal window
bash tools/docs-governance/check-frontmatter.sh