Skip to content

Documentation System

Design system documents are authored in vault/public/design-system. The sync script copies them into apps/docs/src/content/docs/design-system, where Astro Starlight publishes them.

Each component page should contain:

  1. Overview
  2. Anatomy
  3. Variants
  4. Sizes
  5. States
  6. Usage
  7. Do
  8. Do not
  9. Accessibility
  10. Design Tokens
  11. Code Example
  12. Related Components

A design system decision is accepted only when the same decision appears in docs, Storybook, and code where applicable.