This repository contains the brewlet.sh static website, user-facing documentation, workshop material, and Brewlet branding assets. It contains no runtime, Kubernetes, plugin, specification, or test implementation; those components are independently versioned in the repositories below.
| Path | Purpose |
|---|---|
index.html, styles.css |
Static landing page |
docs/ |
User and operator documentation |
WORKSHOP.md |
Hands-on Brewlet workshop |
brewlet-logo.svg, brewlet-social.png |
Brand assets |
architecture-*.svg |
Architecture diagrams |
CNAME |
GitHub Pages custom domain |
- brewlet/brewlet — CLI, containerd shim, and core runtime
- brewlet/kubernetes — operator, provisioner, Helm chart, and manifests
- brewlet/maven-plugin — Maven publishing plugin
- brewlet/specs — specification and proposals
- brewlet/integration-tests — end-to-end integration suite
Landing page:
python3 -m http.server 8099Then open http://localhost:8099.
Documentation site (/docs/ with left navigation):
python3 -m pip install mkdocs mkdocs-material
mkdocs serveThen open http://localhost:8000/docs/.
Pushes to main that change the web assets, documentation, workshop, or Pages
workflow build and deploy the static landing page plus a rendered MkDocs site at
/docs/.