mark docker-serve as deprecated in the docs

This commit is contained in:
SataQiu
2020-07-09 14:19:20 +08:00
parent 059fb9e8e6
commit f8de42868f
2 changed files with 7 additions and 0 deletions
@@ -237,6 +237,9 @@ Build the Kubernetes documentation in your local `<web-base>`.
cd <web-base>
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/).