Maintainer Guide¶
This section is intended for contributors and release maintainers.
If you are an end user, start with Quick Start.
Scope¶
Maintainer documentation covers:
- Architecture and internal component model
- Helm packaging and OCI chart publishing
- Event injection and deeper validation workflows
- Release planning and roadmap references
Core Maintainer Pages¶
- Architecture
- Components
- Helm Distribution
- Helm Quick Reference
- Helm Publishing Setup
- Event Injection Testing
- Roadmap
Documentation Standards¶
Keep docs professional and audience-specific:
- Put installation and run commands in end-user guides first.
- Keep implementation details in maintainer pages.
- Prefer copy-paste-ready commands over placeholders.
- Mark unstable or planned features explicitly.
- Keep Kubernetes examples production-safe (Secrets for webhook URLs).