Skip to content

Commit da54c08

Browse files
authored
Merge pull request #3176 from swastik959/docs_corr
📖 [docs] : corrected layout of manually_migration_guide_gov3_to_gov4.md
2 parents 36bc3c4 + 9b69713 commit da54c08

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/book/src/migration/manually_migration_guide_gov3_to_gov4.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,15 +135,16 @@ Note that if your project has multiple groups (`multigroup:true`) then the above
135135

136136
The PROJECT tracks the paths of all APIs used in your project. Ensure that they now point to `api/...` as the following example:
137137

138-
Before update:
138+
**Before update:**
139+
```
139140
group: crew
140141
kind: Captain
141142
path: sigs.k8s.io/kubebuilder/testdata/project-v4/apis/crew/v1
142143
```
143144
144-
After Update:
145-
145+
**After Update:**
146146
```
147+
147148
group: crew
148149
kind: Captain
149150
path: sigs.k8s.io/kubebuilder/testdata/project-v4/api/crew/v1

0 commit comments

Comments
 (0)