Skip to content

Commit 43bb46d

Browse files
authored
Merge pull request #5224 from camilamacedo86/quick-start
📖 (doc): Improve note in the quick start to use autoupdate
2 parents 5a51775 + fdb8237 commit 43bb46d

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

docs/book/src/quick-start.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -295,19 +295,17 @@ It follows Kubernetes conventions and recommended good practices.
295295

296296
</aside>
297297

298-
### Keeping your project up to date with ecosystem changes
298+
<aside class="note">
299+
<h1> Keeping your project up to date with ecosystem changes </h1>
299300

300-
Kubebuilder provides the [AutoUpdate Plugin][autoupdate-v1-alpha]
301-
to help keep your project aligned with the latest ecosystem changes.
302-
When a new release is available, the plugin opens an **Issue** with a
303-
Pull Request compare link. You can then review the updates and, if helpful,
304-
use [GitHub AI models][ai-gh-models] to understand what changes are needed to keep your project current.
301+
Use the Kubebuilder [AutoUpdate Plugin][autoupdate-v1-alpha] to keep your project
302+
aligned with the latest ecosystem changes. When a new release is available,
303+
it automatically opens an issue with a PR comparison link so you can review and update easily.
305304

306305
```bash
307306
kubebuilder edit --plugins="autoupdate/v1-alpha"
308307
```
309-
310-
This command scaffolds a GitHub workflow file at `.github/workflows/autoupdate.yml`.
308+
</aside>
311309

312310
## Next Step
313311

0 commit comments

Comments
 (0)