fa691dafe7
* Show current version of docs in nav * Branch in edit link * WIP version selector * An actual working but not pretty version dropdown * update URLs for versions v1.7: https://kubernetes.io/docs/home/ v1.6: https://v1-6.docs.kubernetes.io/docs/home/ v1.5: https://v1-5.docs.kubernetes.io/docs/home/ v1.4: https://v1-4.docs.kubernetes.io/docs/home/ * fix v1.4 and v1.5 paths * Tidier drop downs * Make font visible always * Make background match main nav always * change to major.minor version number * show only major.minor version in drop down list * switch from githubbranch to docsbranch * update githubbranch * update githubbranch values * Border radius for bottom of dropdown * Tabs are hard
2.5 KiB
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/{{ page.docsbranch }}/" + 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:
- Click the button below to edit the page you were just on.
- Click Commit Changes at the bottom of the screen to create a copy of our site in your GitHub account called a fork.
- You can make other changes in your fork after it is created, if you want.
- 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.
For more information about contributing to the Kubernetes documentation, see: