Skip to content

Commit c745375

Browse files
📖 Update migration docs to reflect current tooling and options
Rewrites the migration documentation to focus on current migration paths: - AutoUpdate plugin for automated GitHub Actions-based updates - Alpha update command for local migration workflows - Alpha generate for manual re-scaffolding - Traditional manual migration for legacy projects Removes outdated information and clarifies when each approach should be used. Adds guidance on the PROJECT file and its role in automation.
1 parent 6c24279 commit c745375

13 files changed

+67
-1942
lines changed

docs/book/src/SUMMARY.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -49,22 +49,6 @@
4949

5050
- [Migrations](./migrations.md)
5151

52-
- [Legacy (before <= v3.0.0)](./migration/legacy.md)
53-
- [Kubebuilder v1 vs v2](migration/legacy/v1vsv2.md)
54-
55-
- [Migration Guide](./migration/legacy/migration_guide_v1tov2.md)
56-
57-
- [Kubebuilder v2 vs v3](migration/legacy/v2vsv3.md)
58-
59-
- [Migration Guide](migration/legacy/migration_guide_v2tov3.md)
60-
- [Migration by updating the files](migration/legacy/manually_migration_guide_v2_v3.md)
61-
- [From v3.0.0 with plugins](./migration/v3-plugins.md)
62-
- [go/v3 vs go/v4](migration/v3vsv4.md)
63-
64-
- [Migration Guide](migration/migration_guide_gov3_to_gov4.md)
65-
- [Migration by updating the files](migration/manually_migration_guide_gov3_to_gov4.md)
66-
- [Single Group to Multi-Group](./migration/multi-group.md)
67-
6852
- [Alpha Commands](./reference/alpha_commands.md)
6953

7054
- [alpha generate](./reference/commands/alpha_generate.md)

docs/book/src/migration/legacy.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)