Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃摉 doc: small nits for the migration section #3933

Merged
merged 1 commit into from
May 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/book/src/migration/migration_guide_gov3_to_gov4.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ project that looks like a native go/v4 project layout (latest version).
To upgrade your project you might want to use the command `kubebuilder alpha generate [OPTIONS]`.
This command will re-scaffold the project using the current Kubebuilder version.
You can run `kubebuilder alpha generate --plugins=go/v4` to regenerate your project using `go/v4`
based in your [PROJECT][project-file] file config.
based in your [PROJECT][project-file] file config. ([More info](./../reference/rescaffold.md))

</aside>

Expand Down
2 changes: 1 addition & 1 deletion docs/book/src/migration/v3vsv4.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# go/v3 vs go/v4

This document covers all breaking changes when migrating from projects built using the plugin go/v3 (default for any scaffold done since `28 Apr 2021`) to the next alpha version of the Golang plugin `go/v4`.
This document covers all breaking changes when migrating from projects built using the plugin go/v3 (default for any scaffold done since `28 Apr 2021`) to the next version of the Golang plugin `go/v4`.

The details of all changes (breaking or otherwise) can be found in:

Expand Down
Loading