Reference#
Information-oriented technical specifications for cdk8s-plone.
The reference has two parts that play different roles:
- API reference
The complete, authoritative list of every construct, interface, option, type, default value, and enum. It is generated from the TypeScript source with
npx projen docgen, so it never drifts from the code. Use it to look up exactly what an option does, its type, and whether it is required.- Configuration guide
A hand-written, task-oriented tour of the most common configuration, with copy-pasteable examples. It links into the API reference rather than repeating it. Use it to see how options fit together for a real deployment.
Getting started? Begin with the Tutorials for hands-on learning.
Solving a specific problem? Check the How-to guides for task-oriented solutions.
Understanding concepts? Read the Explanation for architecture and design.