You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4. Adapt the files `toc.yaml` and `fields.yaml` to reflect the changes between the two releases
82
+
3. In `api-ref-assets/config/`, adapt the files `toc.yaml` and `fields.yaml` to reflect the changes of the new release.
91
83
92
-
5. Next, build the pages:
84
+
4. Next, build the pages:
93
85
94
86
```bash
95
87
make api-reference
@@ -104,7 +96,7 @@ To update the reference pages for a new Kubernetes release (replace v1.20 in the
104
96
105
97
In a web browser, go to <http://localhost:1313/docs/reference/kubernetes-api/> to view the API reference.
106
98
107
-
6. When all changes of the new contract are reflected into the configuration files `toc.yaml` and `fields.yaml`, create a Pull Request with the newly generated API reference pages.
99
+
5. When all changes of the new contract are reflected into the configuration files `toc.yaml` and `fields.yaml`, create a Pull Request with the newly generated API reference pages.
0 commit comments