- Install Quarto and run
quarto renderto build the site. - Open
_site/index.htmllocally to preview.
- Use topic branches:
feat/...,fix/...,docs/...,ci/... - Conventional Commit messages, e.g.:
feat(k8s): add service mesh summaryfix(es-mx): correct kubectl flagsdocs: add release processci: enable link checker
- One logical change per PR; reference issues with
Closes #123. - Ensure local render passes:
quarto render. - For content changes, run a link check if possible.
- Source language: en-US (recommendation).
- Keep structure aligned across locales; mark untranslated sections with
TODO:.