```{image} ../_static/kup6s-icon-reference.svg :align: center :class: section-icon-large ``` # Reference **Information-oriented technical specifications and configurations for cdk8s-mailu.** Reference guides provide detailed technical information about cdk8s-mailu's API, configuration options, and component specifications. They describe how things work and what parameters are available. ## API Reference *This section will contain auto-generated or detailed documentation for:* - `MailuChart` - Main chart class - `MailuConfig` - Configuration interface - Individual construct classes (AdminConstruct, FrontConstruct, etc.) - Utility functions and validators ## Configuration Reference ```{toctree} --- maxdepth: 1 titlesonly: true --- configuration-options ``` ## Component Specifications ```{toctree} --- maxdepth: 1 titlesonly: true --- component-specifications ``` ## API Documentation See the `api/` directory for detailed construct documentation: ```{toctree} --- maxdepth: 1 glob: true --- api/* ``` --- **Getting started?** Begin with the [Tutorials](../tutorials/index.md) for hands-on learning. **Solving a specific problem?** Check the [How-To Guides](../how-to/index.md) for task-oriented solutions. **Understanding concepts?** Read the [Explanation](../explanation/index.md) section for architecture and design.