Skip to content

Commit 3ef5bf0

Browse files
committed
More
1 parent 022302b commit 3ef5bf0

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

docs/home/contribute/generated-reference/federation-api.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ cd $GOPATH/src
3838
go get github.com/kubernetes/federation
3939
```
4040

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
4442
[kubernetes/federation](https://github.com/kubernetes/federation) repository.
4543
For example, if you followed the preceding step to get the federation source
4644
code, you base directory is `$GOPATH/src/github.com/kubernetes/federation.`
@@ -78,10 +76,9 @@ These files are published at
7876

7977
{% capture whatsnext %}
8078

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/)
8281
* [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/)
8582

8683
{% endcapture %}
8784

docs/home/contribute/generated-reference/kubectl.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ git pull https://github.com/kubernetes/kubernetes release-1.9
100100
The reference documentation for the kubectl commands is automatically generated from
101101
kubectl source code. If you want to change the reference documentation, the first step
102102
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
104104
[github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes).
105105

106106
[PR 56673](https://github.com/kubernetes/kubernetes/pull/56673/files)

0 commit comments

Comments
 (0)