Skip to content

Commit 9e13f25

Browse files
committed
Fine tune
1 parent 68e37f1 commit 9e13f25

File tree

1 file changed

+3
-19
lines changed

1 file changed

+3
-19
lines changed

docs/home/contribute/generated-reference/kubernetes-components.md

+3-19
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The remaining steps refer to your base directory as `<k8s-base>`.
7272
**Note:**
7373
If you only need to generate, but not change, the reference docs, you don't need to
7474
manually get the `kubernetes/kubernetes` repository. When you run the `update-imported-docs`
75-
tool, it will automatically clone the the `kubernetes/kubernetes` repository.
75+
tool, it automatically clones the the `kubernetes/kubernetes` repository.
7676
{: .note}
7777

7878
## Editing the Kubernetes source code
@@ -90,7 +90,7 @@ source code.
9090

9191
Monitor your pull request, and respond to reviewer comments. Continue to monitor
9292
your pull request until it is merged into the master branch of the
93-
kubernetes/kubernetes repository.
93+
`kubernetes/kubernetes` repository.
9494

9595
## Cherry picking your change into a release branch
9696

@@ -111,7 +111,7 @@ and a milestone in your pull request. If you don’t have those permissions, you
111111
need to work with someone who can set the label and milestone for you.
112112
{: .note}
113113

114-
## Overview update-imported-docs
114+
## Overview of update-imported-docs
115115

116116
The `update-imported-docs` tool performs these steps:
117117

@@ -131,22 +131,6 @@ repository, you can submit them in a
131131
[pull request](https://kubernetes.io/docs/home/contribute/create-pull-request/)
132132
to `kubernetes/website`.
133133

134-
## Cloning the kubernetes/website repository
135-
136-
If you don't already have the `kubernetes/website` repository, get it now:
137-
138-
```shell
139-
mkdir $GOPATH/src
140-
cd $GOPATH/src
141-
go get github.com/kubernetes/website
142-
```
143-
144-
Determine the base directory of your clone of the
145-
[kubernetes/website](https://github.com/kubernetes/website) repository.
146-
For example, if you followed the preceding step to get the repository,
147-
your base directory is `$GOPATH/src/github.com/kubernetes/website.`
148-
The remaining steps refer to your base directory as `<web-base>`.
149-
150134
## Setting the branch
151135

152136
Open `<web-base>/update-imported-docs/config.yaml` for editing.

0 commit comments

Comments
 (0)