Skip to content

Commit 3c44f60

Browse files
committed
Rename "User Guides" to "Migrations" in Book
This more accurately reflects the contents of the section, and avoids ambiguity with tutorials and reference. It also removes the mini-ToC in the migrations overview, as this will inevitably get out of date.
1 parent 863e785 commit 3c44f60

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

docs/book/src/SUMMARY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
- [User Guides](./user-guide.md)
4444

4545
- [Kubebuilder v1 vs v2](./migration/v1vsv2.md)
46-
- [Migration Guide](./migration/guide.md)
46+
47+
- [Migration Guide](./migration/guide.md)
4748

4849
---
4950

docs/book/src/migrations.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Migrations
2+
3+
Migrating between project structures in KubeBuilder generally involves
4+
a bit of manual work.
5+
6+
This section details what's required to migrate, between different
7+
versions of KubeBuilder scaffolding, as well as to more complex project
8+
layout structures.
9+
-
10+
-

docs/book/src/user-guide.md

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

0 commit comments

Comments
 (0)