File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/zh/docs/contribute/generate-ref-docs Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -178,8 +178,7 @@ pull request until it is merged into the master branch of the kubernetes/kuberne
178
178
[ PR 56673] ( https://github.com/kubernetes/kubernetes/pull/56673/files ) 是一个对 kubectl
179
179
源码中的笔误进行修复的 PR 示例。
180
180
181
- 跟踪你的 PR,并回应评审人的评论。继续跟踪你的 PR,直到它合入到 kubernetes/kubernetes 仓库的
182
- master 分支中。
181
+ 跟踪你的 PR,并回应评审人的评论。继续跟踪你的 PR,直到它合入到 kubernetes/kubernetes 仓库的 master 分支中。
183
182
184
183
<!--
185
184
## Cherry picking your change into a release branch
@@ -381,7 +380,8 @@ Build the Kubernetes documentation in your local `<web-base>`.
381
380
382
381
``` shell
383
382
cd < web-base>
384
- make docker-serve
383
+ git submodule update --init --recursive --depth 1 # if not already done
384
+ make container-serve
385
385
```
386
386
387
387
<!-- View the [local preview](https://localhost:1313/docs/reference/generated/kubectl/kubectl-commands/). -->
You can’t perform that action at this time.
0 commit comments