File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed
content/en/docs/contribute/generate-ref-docs Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -230,11 +230,9 @@ Build the Kubernetes documentation in your local `<web-base>`.
230
230
231
231
``` shell
232
232
cd < web-base>
233
- make docker-serve
233
+ git submodule update --init --recursive --depth 1 # if not already done
234
+ make container-serve
234
235
```
235
- {{< note >}}
236
- The use of ` make docker-serve ` is deprecated. Please use ` make container-serve ` instead.
237
- {{< /note >}}
238
236
239
237
View the [ local preview] ( https://localhost:1313/docs/reference/generated/kubectl/kubectl-commands/ ) .
240
238
Original file line number Diff line number Diff line change @@ -182,13 +182,10 @@ Verify the [local preview](http://localhost:1313/docs/reference/generated/kubern
182
182
183
183
```shell
184
184
cd <web-base>
185
- make docker-serve
185
+ git submodule update --init --recursive --depth 1 # if not already done
186
+ make container-serve
186
187
```
187
188
188
- {{< note >}}
189
- The use of ` make docker-serve ` is deprecated. Please use ` make container-serve ` instead.
190
- {{< /note >}}
191
-
192
189
## Commit the changes
193
190
194
191
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