Contributing to App Docs
Canonical location
Section titled “Canonical location”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.
Required app page contract
Section titled “Required app page contract”Each app directory must include:
00-overview.md01-local-development.md02-environment-variables.md03-architecture.md04-testing.md05-deploy-release.md06-operations-runbook.md07-troubleshooting.md
Required frontmatter keys
Section titled “Required frontmatter keys”Every canonical page must include:
statusownerlast_revieweddomainsuperseded_bytopic_idartifact_typetitledescription
Contribution workflow
Section titled “Contribution workflow”- Edit files under
/docs/apps. - Run docs app build (which runs sync + validation):
pnpm -C apps/knearme-dev-docs build- Run governance checks:
bash tools/docs-governance/check-frontmatter.sh