Skip to content

Commit 542c0c6

Browse files
(docs) fix AutoUpdate and Alpha Update docs
1 parent 066210f commit 542c0c6

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/book/src/reference/commands/alpha_update.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,19 @@ not re-applying your code.
99
By default, the final result is **squashed into a single commit** on a dedicated output branch.
1010
If you prefer to keep the full history (no squash), use `--show-commits`.
1111

12-
> **Tip:** You can reduce the burden of keeping your project up to date by using the
12+
<aside class="note">
13+
<H1> Automate this process </H1>
14+
15+
You can reduce the burden of keeping your project up to date by using the
1316
[`autoupdate.kubebuilder.io/v1-alpha`][autoupdate-plugin] plugin which
1417
automates the process of running `kubebuilder alpha update` on a schedule
1518
workflow when new Kubebuilder releases are available.
16-
>
17-
> Moreover, you will be able to get help from AI models to understand what changes are needed to keep your project up to date
19+
20+
Moreover, you will be able to get help from [AI models][ai-gh-models] to understand what changes are needed to keep your project up to date
1821
and how to solve conflicts if any are faced.
1922

23+
</aside>
24+
2025
## When to Use It
2126

2227
Use this command when you:
@@ -267,3 +272,4 @@ so the current behavior may differ slightly from what is shown in the demo.
267272
[project-config]: ../../reference/project-config.md
268273
[autoupdate-plugin]: ./../../plugins/available/autoupdate-v1-alpha.md
269274
[design-proposal]: ./../../../../../designs/update_action.md
275+
[ai-gh-models]: https://docs.github.com/en/github-models/about-github-models

0 commit comments

Comments
 (0)