diff --git a/docs/editdocs.md b/docs/editdocs.md index 3d38ad155d..e95ece585e 100644 --- a/docs/editdocs.md +++ b/docs/editdocs.md @@ -24,8 +24,6 @@ $( document ).ready(function() {

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.

-

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 page.version's value being "v1.1" or "v1.2" with an if/then statement. (This variable is set in our site's _config.yml file).

-