You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,8 @@ Before submitting a pull request to create new content, please review the [Kuber
26
26
27
27
Kubernetes.io uses github issues to track documentation issues and requests. If you see a documentation issue, submit an issue using the following steps:
28
28
29
-
1. Check the [kubernetes.io issues list](https://github.com/kubernetes/kubernetes.github.io/issues) as you might find out the issue is a duplicate.
30
-
2. Use the [included template for every new issue](https://github.com/kubernetes/kubernetes.github.io/issues/new). When you create a bug report, include as many details as possible and include suggested fixes to the issue.
29
+
1. Check the [kubernetes.io issues list](https://github.com/kubernetes/website/issues) as you might find out the issue is a duplicate.
30
+
2. Use the [included template for every new issue](https://github.com/kubernetes/website/issues/new). When you create a bug report, include as many details as possible and include suggested fixes to the issue.
31
31
32
32
Note that code issues should be filed against the main kubernetes repository, while documentation issues should go in the kubernetes.io repository.
Copy file name to clipboardexpand all lines: docs/concepts/cluster-administration/manage-deployment.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ title: Managing Resources
9
9
You've deployed your application and exposed it via a service. Now what? Kubernetes provides a number of tools to help you manage your application deployment, including scaling and updating. Among the features that we will discuss in more depth are [configuration files](/docs/concepts/configuration/overview/) and [labels](/docs/concepts/overview/working-with-objects/labels/).
10
10
11
11
You can find all the files for this example [in our docs
Copy file name to clipboardexpand all lines: docs/getting-started-guides/centos/centos_manual_config.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ title: CentOS
7
7
* TOC
8
8
{:toc}
9
9
10
-
**Caution:** This guide was originally written for Kubernetes 1.1.0 and [is deprecated](https://github.com/kubernetes/kubernetes.github.io/issues/1613) and is replaced by [kubeadm](/docs/admin/kubeadm/).
10
+
**Caution:** This guide was originally written for Kubernetes 1.1.0 and [is deprecated](https://github.com/kubernetes/website/issues/1613) and is replaced by [kubeadm](/docs/admin/kubeadm/).
Copy file name to clipboardexpand all lines: docs/home/contribute/page-templates.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ title: Using Page Templates
13
13
<li><a href="#concept_template">Concept</a></li>
14
14
</ul>
15
15
16
-
<p>The page templates are in the <ahref="https://git.k8s.io/kubernetes.github.io/_includes/templates"target="_blank">_includes/templates</a> directory of the <ahref="https://github.com/kubernetes/kubernetes.github.io">kubernetes.github.io</a> repository.
16
+
<p>The page templates are in the <ahref="https://git.k8s.io/kubernetes.github.io/_includes/templates"target="_blank">_includes/templates</a> directory of the <ahref="https://github.com/kubernetes/website">kubernetes.github.io</a> repository.
This page explains how documentation issues are reviewed and prioritized for the [kubernetes/kubernetes.github.io](https://github.com/kubernetes/kubernetes.github.io){: target="_blank"} repository. The purpose is to provide a way to organize issues and make it easier to contribute to Kubernetes documentation. The following should be used as the standard way of prioritizing, labeling, and interacting with issues.
7
+
This page explains how documentation issues are reviewed and prioritized for the [kubernetes/website](https://github.com/kubernetes/website){: target="_blank"} repository. The purpose is to provide a way to organize issues and make it easier to contribute to Kubernetes documentation. The following should be used as the standard way of prioritizing, labeling, and interacting with issues.
<p>Click the button below to visit the repo for our site. You can then click the <b>Fork</b> button in the upper-right area of the screen to create a copy of our site in your GitHub account called a <i>fork</i>. Make any changes you want in your fork, and when you are ready to send those changes to us, go to the index page for your fork and click <b>New Pull Request</b> to let us know about it.</p>
46
46
47
-
<p><aclass="button"href="https://github.com/kubernetes/kubernetes.github.io/">Browse this site's source code</a></p>
47
+
<p><aclass="button"href="https://github.com/kubernetes/website/">Browse this site's source code</a></p>
0 commit comments