How-To Guides¶
How-to guides are recipes. Each one assumes you already know your way around the components and just need the steps for a specific task. If you're new and want a guided lesson instead, see Tutorials; if you need the full input list for a component, see Reference; if you want the why behind a design choice, see Explanation.
Guides¶
- Pin and upgrade a component — choosing a version, reading a Renovate MR, what changes between minors pre-1.0.
- Add change-detection to a gate —
wiring a
changesinput, the["**/*"]escape hatch, why security stays exempt. - Set up OIDC for tofu-plan / tofu-apply —
the IAM trust policy, the provider config gotcha, choosing
jobvsrefplan retrieval. - Publish a release — choosing between
releaser-pleaser,release-plz, andtofu-module-publishfor your project's ecosystem. - Embed a Svelte frontend in a Go binary —
the
go:generate-vs-svelte-builddecision and how to wire whichever one fits. - Deploy a docs site —
zensical-pagesorhugo-pages, including how this very site is built.