Start Here

Published doc

Published 2026-02-17 22:12
entry-pointdocsworkflowdev-kit

This repo now uses a simple docs model:

  • One content type: doc.
  • One workflow state: status: draft or status: published.

What to edit first

  1. Keep working notes in src/docs/local-dev-stack.md (status: draft).
  2. Promote notes to published by changing status: published.
  3. Run npm run build after each meaningful update.

Writing contract

Use this frontmatter in every doc:

  • title
  • description
  • status
  • datetime (optional; if missing, build uses file mtime)
  • date (optional; if missing, build derives from datetime or file mtime)
  • labels (optional)

Scope for now

  • Keep docs small.
  • Prefer one concrete idea per doc.
  • If a doc is not actively used, delete it.