@@ -72,7 +72,7 @@ The remaining steps refer to your base directory as `<k8s-base>`.
72
72
** Note:**
73
73
If you only need to generate, but not change, the reference docs, you don't need to
74
74
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.
76
76
{: .note}
77
77
78
78
## Editing the Kubernetes source code
@@ -90,7 +90,7 @@ source code.
90
90
91
91
Monitor your pull request, and respond to reviewer comments. Continue to monitor
92
92
your pull request until it is merged into the master branch of the
93
- kubernetes/kubernetes repository.
93
+ ` kubernetes/kubernetes ` repository.
94
94
95
95
## Cherry picking your change into a release branch
96
96
@@ -111,7 +111,7 @@ and a milestone in your pull request. If you don’t have those permissions, you
111
111
need to work with someone who can set the label and milestone for you.
112
112
{: .note}
113
113
114
- ## Overview update-imported-docs
114
+ ## Overview of update-imported-docs
115
115
116
116
The ` update-imported-docs ` tool performs these steps:
117
117
@@ -131,22 +131,6 @@ repository, you can submit them in a
131
131
[ pull request] ( https://kubernetes.io/docs/home/contribute/create-pull-request/ )
132
132
to ` kubernetes/website ` .
133
133
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
-
150
134
## Setting the branch
151
135
152
136
Open ` <web-base>/update-imported-docs/config.yaml ` for editing.
0 commit comments