Skip to content
Launched 2026-01-01 Release 0.1.0

Example feature

Copy this page for each real feature (docs/features/<slug>.md) and delete this one. Ground every statement in real code and link the resource: to the primary source file.

launched: and release: render as the badge under the title. For a new feature, leave them off — the Publish Docs pipeline stamps them on the first prod merge and cuts the next release.

How it works

  • Describe the flow in a few grounded bullet points.
  • Add a diagram for anything non-trivial (rendered by mkdocs-mermaid2-plugin):
stateDiagram-v2 [*] --> created created --> active: publish active --> archived

Related