Skip to content

Content governance

Updated 13 Jul 2026jirkamotejl

Documentation needs operational rules of its own. Without them, it quickly turns into another archive of text that nobody trusts.

Every important page should have:

  • owner,
  • audience,
  • state,
  • last verification date,
  • source of truth.

Starlight frontmatter currently carries mostly navigation metadata. Domain metadata can be added later either by extending the content schema or by using a convention in the introduction of each page.

Page typeRecommended rhythm
Client guidesOn every larger UX change or quarterly.
API documentationWhen OpenAPI/specs change.
Internal domain modelWhen models, interactions, or migrations change.
RunbooksAfter an incident or operational change.

A page is useful when:

  • the reader understands whether it is for them,
  • core terms are clear,
  • there is an example or scenario,
  • common edge cases are described,
  • the source of truth is explicit.
  • factual error,
  • unclear paragraph,
  • lack of trust in the source,
  • missing client scenario,
  • conflict between documentation and production behavior,
  • broken link or outdated screenshot.