Skip to content

Commit

Permalink
mark docker-serve as deprecated in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SataQiu committed Jul 9, 2020
1 parent 059fb9e commit f8de428
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/en/docs/contribute/generate-ref-docs/kubectl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,10 @@ cd <web-base>
make docker-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.
Expand Down

0 comments on commit f8de428

Please sign in to comment.