Contributing
Contributions welcome! Please read our Contributing Guidelines and Code of Conduct.
Adding a new example
- Create a directory under
examples/<name>/ - Add a
README.mdexplaining the "why" and "how" - Include deployable manifests (
.yamlor.yaml.tplfor templated) - Add a row to the examples table in the root
README.md - Copy the README content into
misc/website/docs/examples/<name>.mdwith Docusaurus frontmatter
Local docs development
cd misc/website
npm install
npm start
The site opens at http://localhost:3000/sample-aws-eks-auto-mode/.