Skip to content

Commit

Permalink
Merge pull request #22401 from SataQiu/update-20200707
Browse files Browse the repository at this point in the history
Mark `make docker-serve` as deprecated in the docs
  • Loading branch information
k8s-ci-robot authored Jul 9, 2020
2 parents c63154c + f8de428 commit 3302b80
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 3302b80

Please sign in to comment.