From 8b3cbc318cf72eb492bcce6afa0484c96cd2fad7 Mon Sep 17 00:00:00 2001 From: johndmulhausen Date: Wed, 24 Feb 2016 15:44:18 -0800 Subject: [PATCH] Update editdocs.md --- _includes/masterdocs/editdocs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/masterdocs/editdocs.md b/_includes/masterdocs/editdocs.md index 2f96e8d4d6..4d96b5e3be 100644 --- a/_includes/masterdocs/editdocs.md +++ b/_includes/masterdocs/editdocs.md @@ -22,7 +22,7 @@ $( 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 note something that is specific only some versions of Kubernetes, check for page.version's value being "v1.1" or "v1.2" with an if/then statement.

+

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).