The helmwave's docs
pip install -r requirements.txt
mkdocs serve
mike serve
Done automatically via GitHub Actions.
Fresh-created branches will update latest
symlink, other pushes will just trigger deploy of a corresponding version.
The only thing you need to update is helmwave
version in:
- mkdocs.yml:
extra.ver
This documentation contains 4 different delimiters for different purposes.
delimiters | what | engine |
---|---|---|
{{ }} |
helmwave | go template |
[[ ]] |
gomplate for helmwave values | go template |
{% %} |
jekyll mkdocs | jinja2 |
⟨⟨ ⟩⟩ |
macros mkdocs | jinja2 |