Documentation Changelog
All notable changes to this documentation set are recorded here.
[1.0.0] - 2026-07-28
Section titled “[1.0.0] - 2026-07-28”- Initial documentation release
- User guides covering installation, configuration, actions, icons, text formatting, themes, and addons
- Developer guides covering architecture, protocol, runtime API, addon authoring, and theme authoring
- Reference documentation for config schema, addon API, CLI commands, and more
- Two AI skills for scaffolding addons and themes
Structure
Section titled “Structure”docs/├── user/ # End-user guides├── developer/ # Developer guides├── reference/ # API and command references├── components/ # Reusable MDX components└── assets/ # Images and diagrams- This documentation is designed to be consumed by an Astro website
- Content is written in MDX with YAML frontmatter
- All pages include audience and order metadata for navigation