Merge pull request #22401 from SataQiu/update-20200707
Mark `make docker-serve` as deprecated in the docs
This commit is contained in:
commit
3302b8013a
|
@ -237,6 +237,9 @@ Build the Kubernetes documentation in your local `<web-base>`.
|
||||||
cd <web-base>
|
cd <web-base>
|
||||||
make docker-serve
|
make docker-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/).
|
||||||
|
|
||||||
|
|
|
@ -185,6 +185,10 @@ cd <web-base>
|
||||||
make docker-serve
|
make docker-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.
|
||||||
|
|
Loading…
Reference in New Issue