What problem does it solve?
It solves inconsistent, hard-to-scan documentation for Retikz component pages by enforcing a predictable structure and example/API conventions that help readers learn and reference components quickly.
Core Features & Use Cases
- 6-section component-page structure: Enforces the required Usage → Examples → API Reference order, with optional Composition / How it works / Related, following Retikz-specific rules.
- Copy-ready Examples organization: Guides how to group multiple demos by theme, keep Examples focused on usage, and avoid mixing in deep mechanism explanations.
- Clear boundary between Examples and How it works: Ensures deepdive content appears only where it’s truly needed (e.g., namespaces, transforms, bbox/compile behavior, edge-case conflicts).
Quick Start
Update or add a Retikz component page under apps/docs/src/contents/<module>/components/** following the docs-doc-component 6-section order and Examples/API table rules.