Commit 3ef5bf0 1 parent 022302b commit 3ef5bf0 Copy full SHA for 3ef5bf0
File tree 2 files changed +4
-7
lines changed
docs/home/contribute/generated-reference
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,7 @@ cd $GOPATH/src
38
38
go get github.com/kubernetes/federation
39
39
```
40
40
41
- TODO: Checkout the branch of interest. For 1.8 docs, release-1.8.
42
-
43
- Determine the base directory of your clone of the
41
+ Determine the base directory of your local
44
42
[ kubernetes/federation] ( https://github.com/kubernetes/federation ) repository.
45
43
For example, if you followed the preceding step to get the federation source
46
44
code, you base directory is ` $GOPATH/src/github.com/kubernetes/federation. `
@@ -78,10 +76,9 @@ These files are published at
78
76
79
77
{% capture whatsnext %}
80
78
81
- * [ Generating the kubectl Reference Docs] ( /docs/home/contribute/generated-reference/kubectl/ )
79
+ * [ Generating Reference Documentation for the Kubernetes API] ( /docs/home/contribute/generated-reference/kubernetes-api/ )
80
+ * [ Generating Reference Documentation for kubectl Commands] ( /docs/home/contribute/generated-reference/kubectl/ )
82
81
* [ Generating Reference Pages for Kubernetes Components and Tools] ( /docs/home/contribute/generated-reference/kubernetes-components/ )
83
- * [ Generating Kubernetes Federation Reference Pages] ( /docs/home/contribute/generated-reference/federation-components/ )
84
- * [ Generating the Kubernetes Federation API Reference Docs] ( /docs/home/contribute/generated-reference/federation-api/ )
85
82
86
83
{% endcapture %}
87
84
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ git pull https://github.com/kubernetes/kubernetes release-1.9
100
100
The reference documentation for the kubectl commands is automatically generated from
101
101
kubectl source code. If you want to change the reference documentation, the first step
102
102
is to change one or more comments in the kubectl source code. Make the change in your
103
- local kubernetes/repository, and then submit a pull request to the master branch of
103
+ local kubernetes/kubernetes repository, and then submit a pull request to the master branch of
104
104
[ github.com/kubernetes/kubernetes] ( https://github.com/kubernetes/kubernetes ) .
105
105
106
106
[ PR 56673] ( https://github.com/kubernetes/kubernetes/pull/56673/files )
You can’t perform that action at this time.
0 commit comments