Skip to content

Latest commit

 

History

History
134 lines (101 loc) · 6.7 KB

File metadata and controls

134 lines (101 loc) · 6.7 KB

Documentation index for developers

Last updated: 2026-02-06

Doc requirements

  • Audience: Developers (intermediate)
  • Scope: Overview and essential workflows for this area
  • Non-scope: Deep API reference or internal design rationale
  • Owner: Jamie Scott Craik (@jscraik)
  • Review cadence: Monthly or each release (whichever is sooner)

Contents

This index helps you find the right doc fast. Start here, then jump into the category you need.

Directory structure

apps/                # Navigation index (canonical apps under platforms/)
docs/
├── architecture/    # System design and architecture documents
├── audits/          # Design system audits and compliance reports
├── design-system/   # Design system governance and coverage artifacts
├── guides/          # How-to guides and quick starts
├── features/        # Feature design specs and parity notes
├── foundations/     # Source reference materials (PDFs, specs)
└── work/            # Work logs, audits, and validation notes

Start here

Documentation quality checks

Run documentation checks from the repo root:

pnpm doc:lint

Requirements:

  • Vale installed locally (for example, brew install vale).
  • pnpm install completed so repo scripts are available.

Architecture docs

Technical architecture and design decisions.

Audit reports

Design system compliance audits and color reference documentation.

Guides

Step-by-step guides for common tasks.

Design system governance

Transcripts

Root documentation

Key project documentation remains at the repository root:

Workflow docs