File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
content/en/docs/contribute/generate-ref-docs Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -237,6 +237,9 @@ Build the Kubernetes documentation in your local `<web-base>`.
237
237
cd < web-base>
238
238
make docker-serve
239
239
```
240
+ {{< note >}}
241
+ The use of ` make docker-serve ` is deprecated. Please use ` make container-serve ` instead.
242
+ {{< /note >}}
240
243
241
244
View the [ local preview] ( https://localhost:1313/docs/reference/generated/kubectl/kubectl-commands/ ) .
242
245
Original file line number Diff line number Diff line change @@ -185,6 +185,10 @@ cd <web-base>
185
185
make docker-serve
186
186
```
187
187
188
+ {{< note >}}
189
+ The use of ` make docker-serve ` is deprecated. Please use ` make container-serve ` instead.
190
+ {{< /note >}}
191
+
188
192
## Commit the changes
189
193
190
194
In ` <web-base> ` run ` git add ` and ` git commit ` to commit the change.
You can’t perform that action at this time.
0 commit comments