Merge pull request #24520 from sftim/20201012_use_make_container_serve

Use make-container serve by default
pull/24524/head
Kubernetes Prow Robot 2020-10-12 08:16:48 -07:00 committed by GitHub
commit e6e8373ca8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 9 deletions

View File

@ -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/).

View File

@ -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.