Update editdocs.md

pull/43/head
johndmulhausen 2016-03-01 01:24:55 -08:00
parent 23e7d8bd74
commit 133c995631
1 changed files with 0 additions and 2 deletions

View File

@ -24,8 +24,6 @@ $( document ).ready(function() {
<p>Click the below link to edit the page you were just on. When you are done, press "Commit Changes" at the bottom of the screen. This will create a copy of our site on your GitHub account called a "fork." You can make other changes in your fork after it is created, if you want. When you are ready to send us all your changes, go to the index page for your fork and click "New Pull Request" to let us know about it.</p>
<p>Note that you'll be editing the master file, which is not version-specific. This means that you'll be editing the docs for all versions of Kubernetes! If you need to document something that is specific to only *some* versions (or just one verison) of Kubernetes, check for <code>page.version</code>'s value being "v1.1" or "v1.2" with <a href="https://github.com/Shopify/liquid/wiki/Liquid-for-Designers#user-content-if--else">an if/then statement</a>. (This variable is set in <a href="https://github.com/kubernetes/kubernetes.github.io/blob/master/_config.yml">our site's _config.yml file</a>).</p>
<p><a id="continueEditButton" class="button"></a></p>
</div>