Merge pull request #24520 from sftim/20201012_use_make_container_serve
Use make-container serve by default
This commit is contained in:
@@ -230,11 +230,9 @@ Build the Kubernetes documentation in your local `<web-base>`.
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
cd <web-base>
|
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 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
|
```shell
|
||||||
cd <web-base>
|
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
|
## Commit the changes
|
||||||
|
|
||||||
In `<web-base>` run `git add` and `git commit` to commit the change.
|
In `<web-base>` run `git add` and `git commit` to commit the change.
|
||||||
|
|||||||
Reference in New Issue
Block a user