Files
website/editdocs.md
T
Ahmet Alp Balkan 0667180dd4 Remove self-links with domain names in docs (#4299)
* Remove self-links with domain names in docs

Fixes #4191. Skipping the tutorials we import from kubernetes/examples.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>

* update federation/index.md user-guide links

* update assign-pod-node.md links

* update dns-pod-service.md link

* update link in jobs-run-to-completion.md

* update link in minikube.md

* update PS link in minikube.md

* update links in stackpoint.md

* update links in storage.md

* fix link in vsphere.md

* fix links in deprecation-policy.md

* Update pick-right-solution.md

* Update web-ui-dashboard.md

* Update ingress.md

* Update federation-service-discovery.md

* Update user-guide.md

* Update expose-external-ip-address.md

* Update README.md

* Update README.md
2017-07-10 15:13:19 -07:00

2.5 KiB

layout, title
layout title
docwithnav Contributing to the Kubernetes Documentation

 

<script language="JavaScript"> var forwarding=window.location.hash.replace("#",""); $( document ).ready(function() { if(forwarding) { $("#generalInstructions").hide(); $("#continueEdit").show(); $("#continueEditButton").text("Edit " + forwarding); $("#continueEditButton").attr("href", "https://github.com/kubernetes/kubernetes.github.io/edit/master/" + forwarding) $("#viewOnGithubButton").text("View " + forwarding + " on GitHub"); $("#viewOnGithubButton").attr("href", "https://git.k8s.io/kubernetes.github.io/" + forwarding) } else { $("#generalInstructions").show(); $("#continueEdit").hide(); } }); </script>

Continue your edit

To make changes to the document, do the following:

  1. Click the button below to edit the page you were just on.
  2. Click Commit Changes at the bottom of the screen to create a copy of our site in your GitHub account called a fork.
  3. You can make other changes in your fork after it is created, if you want.
  4. On the index page, click New Pull Request to let us know about it.

Edit our site in the cloud

Click the button below to visit the repo for our site. You can then click the Fork button in the upper-right area of the screen to create a copy of our site in your GitHub account called a fork. 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 New Pull Request to let us know about it.

Browse this site's source code


For more information about contributing to the Kubernetes documentation, see: