Merge pull request #24520 from sftim/20201012_use_make_container_serve

Use make-container serve by default
This commit is contained in:
Kubernetes Prow Robot
2020-10-12 08:16:48 -07:00
committed by GitHub
2 changed files with 4 additions and 9 deletions
@@ -230,11 +230,9 @@ Build the Kubernetes documentation in your local `<web-base>`.
```shell
cd <web-base>
make docker-serve
git submodule update --init --recursive --depth 1 # if not already done
make container-serve
```
{{< note >}}
The use of `make docker-serve` is deprecated. Please use `make container-serve` instead.
{{< /note >}}
View the [local preview](https://localhost:1313/docs/reference/generated/kubectl/kubectl-commands/).
@@ -182,13 +182,10 @@ Verify the [local preview](http://localhost:1313/docs/reference/generated/kubern
```shell
cd <web-base>
make docker-serve
git submodule update --init --recursive --depth 1 # if not already done
make container-serve
```
{{< note >}}
The use of `make docker-serve` is deprecated. Please use `make container-serve` instead.
{{< /note >}}
## Commit the changes
In `<web-base>` run `git add` and `git commit` to commit the change.