From 355901d815a2fbbc7de38ed9e77ef55317e71e2f Mon Sep 17 00:00:00 2001 From: Swastik_Gour Date: Fri, 20 Jan 2023 19:43:08 +0530 Subject: [PATCH 1/2] corrected layout --- .../manually_migration_guide_gov3_to_gov4.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/book/src/migration/manually_migration_guide_gov3_to_gov4.md b/docs/book/src/migration/manually_migration_guide_gov3_to_gov4.md index e776bb5beb9..c039958bff7 100644 --- a/docs/book/src/migration/manually_migration_guide_gov3_to_gov4.md +++ b/docs/book/src/migration/manually_migration_guide_gov3_to_gov4.md @@ -135,19 +135,20 @@ Note that if your project has multiple groups (`multigroup:true`) then the above The PROJECT tracks the paths of all APIs used in your project. Ensure that they now point to `api/...` as the following example: -Before update: +**Before update:** + group: crew kind: Captain path: sigs.k8s.io/kubebuilder/testdata/project-v4/apis/crew/v1 -``` -After Update: -``` +**After Update:** + + group: crew kind: Captain path: sigs.k8s.io/kubebuilder/testdata/project-v4/api/crew/v1 -``` + ### Update kustomize manifests with the changes made so far From 9b697130099db14d0aca0e0489df652bb6d2c631 Mon Sep 17 00:00:00 2001 From: Swastik_Gour Date: Fri, 20 Jan 2023 22:52:27 +0530 Subject: [PATCH 2/2] co_doc --- .../migration/manually_migration_guide_gov3_to_gov4.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/book/src/migration/manually_migration_guide_gov3_to_gov4.md b/docs/book/src/migration/manually_migration_guide_gov3_to_gov4.md index c039958bff7..14215fd9089 100644 --- a/docs/book/src/migration/manually_migration_guide_gov3_to_gov4.md +++ b/docs/book/src/migration/manually_migration_guide_gov3_to_gov4.md @@ -136,19 +136,19 @@ Note that if your project has multiple groups (`multigroup:true`) then the above The PROJECT tracks the paths of all APIs used in your project. Ensure that they now point to `api/...` as the following example: **Before update:** - +``` group: crew kind: Captain path: sigs.k8s.io/kubebuilder/testdata/project-v4/apis/crew/v1 - +``` **After Update:** - +``` group: crew kind: Captain path: sigs.k8s.io/kubebuilder/testdata/project-v4/api/crew/v1 - +``` ### Update kustomize manifests with the changes made so far