Skip to content

Commit 01ac545

Browse files
authored
[en] Mention kubernetes/websites everywhere in the same way (#40493)
* Mention kubernetes/websites everywhere in the same way * Acidentially ignored file during replacement * Apply suggestions from code review
1 parent 1eeb7d7 commit 01ac545

File tree

5 files changed

+14
-11
lines changed

5 files changed

+14
-11
lines changed

content/en/blog/_posts/2018-11-08-kubernetes-docs-update-i18n.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Prow automatically applies language labels based on file path. Thanks to SIG Doc
3737
/language ko
3838
```
3939

40-
These repo labels let reviewers filter for PRs and issues by language. For example, you can now filter the k/website dashboard for [PRs with Chinese content](https://github.com/kubernetes/website/pulls?utf8=%E2%9C%93&q=is%3Aopen+is%3Apr+label%3Alanguage%2Fzh).
40+
These repo labels let reviewers filter for PRs and issues by language. For example, you can now filter the kubernetes/website dashboard for [PRs with Chinese content](https://github.com/kubernetes/website/pulls?utf8=%E2%9C%93&q=is%3Aopen+is%3Apr+label%3Alanguage%2Fzh).
4141

4242
### Team review
4343

content/en/docs/contribute/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ end
7676
subgraph second[Review]
7777
direction TB
7878
T[ ] -.-
79-
D[Look over the<br>K8s/website<br>repository] --- E[Check out the<br>Hugo static site<br>generator]
79+
D[Look over the<br>kubernetes/website<br>repository] --- E[Check out the<br>Hugo static site<br>generator]
8080
E --- F[Understand basic<br>GitHub commands]
8181
F --- G[Review open PR<br>and change review <br>processes]
8282
end
@@ -123,7 +123,7 @@ flowchart LR
123123
direction TB
124124
S[ ] -.-
125125
G[Review PRs from other<br>K8s members] -->
126-
A[Check K8s/website<br>issues list for<br>good first PRs] --> B[Open a PR!!]
126+
A[Check kubernetes/website<br>issues list for<br>good first PRs] --> B[Open a PR!!]
127127
end
128128
subgraph first[Suggested Prep]
129129
direction TB

content/en/docs/contribute/new-content/open-a-pr.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ opening a pull request. Figure 1 outlines the steps and the details follow.
3737

3838
{{< mermaid >}}
3939
flowchart LR
40-
A([fa:fa-user New<br>Contributor]) --- id1[(K8s/Website<br>GitHub)]
40+
A([fa:fa-user New<br>Contributor]) --- id1[(kubernetes/website<br>GitHub)]
4141
subgraph tasks[Changes using GitHub]
4242
direction TB
4343
0[ ] -.-
@@ -132,7 +132,7 @@ Figure 2 shows the steps to follow when you work from a local fork. The details
132132

133133
{{< mermaid >}}
134134
flowchart LR
135-
1[Fork the K8s/website<br>repository] --> 2[Create local clone<br>and set upstream]
135+
1[Fork the kubernetes/website<br>repository] --> 2[Create local clone<br>and set upstream]
136136
subgraph changes[Your changes]
137137
direction TB
138138
S[ ] -.-
@@ -359,7 +359,9 @@ Alternately, install and use the `hugo` command on your computer:
359359

360360
### Open a pull request from your fork to kubernetes/website {#open-a-pr}
361361

362-
Figure 3 shows the steps to open a PR from your fork to the K8s/website. The details follow.
362+
Figure 3 shows the steps to open a PR from your fork to the [kubernetes/website](https://github.com/kubernetes/website). The details follow.
363+
364+
Please, note that contributors can mention `kubernetes/website` as `k/website`.
363365

364366
<!-- See https://github.com/kubernetes/website/issues/28808 for live-editor URL to this figure -->
365367
<!-- You can also cut/paste the mermaid code into the live editor at https://mermaid-js.github.io/mermaid-live-editor to play around with it -->
@@ -368,7 +370,7 @@ Figure 3 shows the steps to open a PR from your fork to the K8s/website. The det
368370
flowchart LR
369371
subgraph first[ ]
370372
direction TB
371-
1[1. Go to K8s/website repository] --> 2[2. Select New Pull Request]
373+
1[1. Go to kubernetes/website repository] --> 2[2. Select New Pull Request]
372374
2 --> 3[3. Select compare across forks]
373375
3 --> 4[4. Select your fork from<br>head repository drop-down menu]
374376
end
@@ -387,7 +389,7 @@ class 1,2,3,4,5,6,7,8 grey
387389
class first,second white
388390
{{</ mermaid >}}
389391

390-
Figure 3. Steps to open a PR from your fork to the K8s/website.
392+
Figure 3. Steps to open a PR from your fork to the [kubernetes/website](https://github.com/kubernetes/website).
391393

392394
1. In a web browser, go to the [`kubernetes/website`](https://github.com/kubernetes/website/) repository.
393395
1. Select **New Pull Request**.

content/en/docs/contribute/style/diagram-guide.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,8 @@ You should use the [local](/docs/contribute/new-content/open-a-pr/#preview-local
260260
and Netlify previews to verify the diagram is properly rendered.
261261

262262
{{< caution >}}
263-
The Mermaid live editor feature set may not support the K8s/website Mermaid feature set.
263+
The Mermaid live editor feature set may not support the [kubernetes/website](https://github.com/kubernetes/website) Mermaid feature set.
264+
And please, note that contributors can mention `kubernetes/website` as `k/website`.
264265
You might see a syntax error or a blank screen after the Hugo build.
265266
If that is the case, consider using the Mermaid+SVG method.
266267
{{< /caution >}}
@@ -342,7 +343,7 @@ The following lists advantages of the Mermaid+SVG method:
342343

343344
* Live editor tool.
344345
* Live editor tool supports the most current Mermaid feature set.
345-
* Employ existing K8s/website methods for handling `.svg` image files.
346+
* Employ existing [kubernetes/website](https://github.com/kubernetes/website) methods for handling `.svg` image files.
346347
* Environment doesn't require Mermaid support.
347348

348349
Be sure to check that your diagram renders properly using the

content/en/releases/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type: docs
44
auto_generated: true
55
---
66

7-
<!-- THIS CONTENT IS AUTO-GENERATED via ./scripts/releng/update-release-info.sh in k/website -->
7+
<!-- THIS CONTENT IS AUTO-GENERATED via ./scripts/releng/update-release-info.sh in kubernetes/website -->
88

99
{{< warning >}}
1010
This content is auto-generated and links may not function. The source of the document is located [here](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-release/release.md).

0 commit comments

Comments
 (0)