diff --git a/cmd/mungedocs/unversioned_warning.go b/cmd/mungedocs/unversioned_warning.go
index a4a004f2c98..e61e6fe8d2a 100644
--- a/cmd/mungedocs/unversioned_warning.go
+++ b/cmd/mungedocs/unversioned_warning.go
@@ -16,28 +16,40 @@ limitations under the License.
package main
+import "fmt"
+
const unversionedWarningTag = "UNVERSIONED_WARNING"
var beginUnversionedWarning = beginMungeTag(unversionedWarningTag)
var endUnversionedWarning = endMungeTag(unversionedWarningTag)
-const unversionedWarning = `
+const unversionedWarningFmt = `
-
-
-
+
+
+
+
+
-
PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/%s).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
`
@@ -52,5 +64,5 @@ func updateUnversionedWarning(file string, markdown []byte) ([]byte, error) {
if !hasMacroBlock(lines, beginUnversionedWarning, endUnversionedWarning) {
lines = append([]string{beginUnversionedWarning, endUnversionedWarning}, lines...)
}
- return updateMacroBlock(lines, beginUnversionedWarning, endUnversionedWarning, unversionedWarning)
+ return updateMacroBlock(lines, beginUnversionedWarning, endUnversionedWarning, fmt.Sprintf(unversionedWarningFmt, file))
}
diff --git a/docs/README.md b/docs/README.md
index d5ba29c1170..82773825f4d 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/admin/README.md b/docs/admin/README.md
index 0da8d2f6a96..b170991ffa5 100644
--- a/docs/admin/README.md
+++ b/docs/admin/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/admin/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/admin/accessing-the-api.md b/docs/admin/accessing-the-api.md
index 195f73e8da1..7fb0812c092 100644
--- a/docs/admin/accessing-the-api.md
+++ b/docs/admin/accessing-the-api.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/admin/accessing-the-api.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/admin/admission-controllers.md b/docs/admin/admission-controllers.md
index 8fe2396bb33..0ddf20c36ee 100644
--- a/docs/admin/admission-controllers.md
+++ b/docs/admin/admission-controllers.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/admin/admission-controllers.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/admin/authentication.md b/docs/admin/authentication.md
index 4f23a898e2e..22b30731314 100644
--- a/docs/admin/authentication.md
+++ b/docs/admin/authentication.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/admin/authentication.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/admin/authorization.md b/docs/admin/authorization.md
index c503615ed9a..fcedd1063bb 100644
--- a/docs/admin/authorization.md
+++ b/docs/admin/authorization.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/admin/authorization.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/admin/cluster-large.md b/docs/admin/cluster-large.md
index 06f46f4b8d6..55f8eee483c 100644
--- a/docs/admin/cluster-large.md
+++ b/docs/admin/cluster-large.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/admin/cluster-large.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/admin/cluster-management.md b/docs/admin/cluster-management.md
index ad8b91afa57..e75ed5c340a 100644
--- a/docs/admin/cluster-management.md
+++ b/docs/admin/cluster-management.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/admin/cluster-management.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/admin/cluster-troubleshooting.md b/docs/admin/cluster-troubleshooting.md
index d016caaaf50..f0232bc1c73 100644
--- a/docs/admin/cluster-troubleshooting.md
+++ b/docs/admin/cluster-troubleshooting.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/admin/cluster-troubleshooting.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/admin/dns.md b/docs/admin/dns.md
index 9ac8b88c8db..dd93548ea98 100644
--- a/docs/admin/dns.md
+++ b/docs/admin/dns.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/admin/dns.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/admin/high-availability.md b/docs/admin/high-availability.md
index a745a05a7d5..931f1021960 100644
--- a/docs/admin/high-availability.md
+++ b/docs/admin/high-availability.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/admin/high-availability.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/admin/multi-cluster.md b/docs/admin/multi-cluster.md
index a105d75641d..e82049667a8 100644
--- a/docs/admin/multi-cluster.md
+++ b/docs/admin/multi-cluster.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/admin/multi-cluster.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/admin/namespaces.md b/docs/admin/namespaces.md
index 9f53d67a6c3..81a958ff015 100644
--- a/docs/admin/namespaces.md
+++ b/docs/admin/namespaces.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/admin/namespaces.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/admin/networking.md b/docs/admin/networking.md
index 6f74372c4e3..7a01ab3b835 100644
--- a/docs/admin/networking.md
+++ b/docs/admin/networking.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/admin/networking.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/admin/node.md b/docs/admin/node.md
index fde3f03c8fa..716dd8e2384 100644
--- a/docs/admin/node.md
+++ b/docs/admin/node.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/admin/node.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/admin/ovs-networking.md b/docs/admin/ovs-networking.md
index c4e0f703661..d6627285adf 100644
--- a/docs/admin/ovs-networking.md
+++ b/docs/admin/ovs-networking.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/admin/ovs-networking.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/admin/resource-quota.md b/docs/admin/resource-quota.md
index 002e2a7d13b..12d7866844f 100644
--- a/docs/admin/resource-quota.md
+++ b/docs/admin/resource-quota.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/admin/resource-quota.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/admin/salt.md b/docs/admin/salt.md
index 183fb7528a8..91983c4423b 100644
--- a/docs/admin/salt.md
+++ b/docs/admin/salt.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/admin/salt.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/admin/service-accounts-admin.md b/docs/admin/service-accounts-admin.md
index d270c84f469..2e3c360dc9e 100644
--- a/docs/admin/service-accounts-admin.md
+++ b/docs/admin/service-accounts-admin.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/admin/service-accounts-admin.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/api.md b/docs/api.md
index e34d6b2e4f4..b97d8450749 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/api.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/design/README.md b/docs/design/README.md
index 2c0455daf32..b0f3115aee1 100644
--- a/docs/design/README.md
+++ b/docs/design/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/design/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/design/access.md b/docs/design/access.md
index c3ac41a07b5..e42d78597fc 100644
--- a/docs/design/access.md
+++ b/docs/design/access.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/design/access.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/design/admission_control.md b/docs/design/admission_control.md
index a80de2b2720..aaa6ed164b2 100644
--- a/docs/design/admission_control.md
+++ b/docs/design/admission_control.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/design/admission_control.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/design/admission_control_limit_range.md b/docs/design/admission_control_limit_range.md
index addd84831b6..824d4a35a76 100644
--- a/docs/design/admission_control_limit_range.md
+++ b/docs/design/admission_control_limit_range.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/design/admission_control_limit_range.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/design/admission_control_resource_quota.md b/docs/design/admission_control_resource_quota.md
index ec2cb20d922..e262eb2d1b5 100644
--- a/docs/design/admission_control_resource_quota.md
+++ b/docs/design/admission_control_resource_quota.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/design/admission_control_resource_quota.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/design/architecture.md b/docs/design/architecture.md
index 1591068f991..2e4afc622c2 100644
--- a/docs/design/architecture.md
+++ b/docs/design/architecture.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/design/architecture.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/design/clustering.md b/docs/design/clustering.md
index e5307fd7f0b..8673284f4a0 100644
--- a/docs/design/clustering.md
+++ b/docs/design/clustering.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/design/clustering.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/design/clustering/README.md b/docs/design/clustering/README.md
index cf5a3d50ba8..f05168d667c 100644
--- a/docs/design/clustering/README.md
+++ b/docs/design/clustering/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/design/clustering/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/design/command_execution_port_forwarding.md b/docs/design/command_execution_port_forwarding.md
index 998d1cbd9a7..c7408b58bd3 100644
--- a/docs/design/command_execution_port_forwarding.md
+++ b/docs/design/command_execution_port_forwarding.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/design/command_execution_port_forwarding.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/design/event_compression.md b/docs/design/event_compression.md
index 294d3f41da2..0b458c8d94b 100644
--- a/docs/design/event_compression.md
+++ b/docs/design/event_compression.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/design/event_compression.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/design/expansion.md b/docs/design/expansion.md
index f81db3c41d6..5cc08c6cda2 100644
--- a/docs/design/expansion.md
+++ b/docs/design/expansion.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/design/expansion.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/design/identifiers.md b/docs/design/identifiers.md
index e66d2d7a296..eda7254be69 100644
--- a/docs/design/identifiers.md
+++ b/docs/design/identifiers.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/design/identifiers.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/design/namespaces.md b/docs/design/namespaces.md
index 70f5e860390..7bd7ab67b63 100644
--- a/docs/design/namespaces.md
+++ b/docs/design/namespaces.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/design/namespaces.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/design/networking.md b/docs/design/networking.md
index 052ec128afe..ac6e5794627 100644
--- a/docs/design/networking.md
+++ b/docs/design/networking.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/design/networking.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/design/persistent-storage.md b/docs/design/persistent-storage.md
index 1cbed7715e0..f919baa9e76 100644
--- a/docs/design/persistent-storage.md
+++ b/docs/design/persistent-storage.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/design/persistent-storage.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/design/principles.md b/docs/design/principles.md
index 212f04bdfaf..1ae3bc3a133 100644
--- a/docs/design/principles.md
+++ b/docs/design/principles.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/design/principles.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/design/resources.md b/docs/design/resources.md
index 4172cdb4361..0457eb4484b 100644
--- a/docs/design/resources.md
+++ b/docs/design/resources.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/design/resources.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/design/secrets.md b/docs/design/secrets.md
index b4bc8385fbd..8aab1088436 100644
--- a/docs/design/secrets.md
+++ b/docs/design/secrets.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/design/secrets.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/design/security.md b/docs/design/security.md
index e2ab4fb7f87..2989148bbd4 100644
--- a/docs/design/security.md
+++ b/docs/design/security.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/design/security.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/design/security_context.md b/docs/design/security_context.md
index 6b0601e6678..6940aae240c 100644
--- a/docs/design/security_context.md
+++ b/docs/design/security_context.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/design/security_context.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/design/service_accounts.md b/docs/design/service_accounts.md
index ddb127f2821..c53b4633dea 100644
--- a/docs/design/service_accounts.md
+++ b/docs/design/service_accounts.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/design/service_accounts.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/design/simple-rolling-update.md b/docs/design/simple-rolling-update.md
index b74264d6023..b142c6e5134 100644
--- a/docs/design/simple-rolling-update.md
+++ b/docs/design/simple-rolling-update.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/design/simple-rolling-update.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/design/versioning.md b/docs/design/versioning.md
index 85e3f56fcb4..3f9bf614b17 100644
--- a/docs/design/versioning.md
+++ b/docs/design/versioning.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/design/versioning.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/devel/README.md b/docs/devel/README.md
index aed7276d062..a06efc8d96b 100644
--- a/docs/devel/README.md
+++ b/docs/devel/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/devel/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/devel/api-conventions.md b/docs/devel/api-conventions.md
index 3014d0cb8e4..50e1e1d2abc 100644
--- a/docs/devel/api-conventions.md
+++ b/docs/devel/api-conventions.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/devel/api-conventions.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/devel/api_changes.md b/docs/devel/api_changes.md
index 2d571eb5289..c7458d53945 100644
--- a/docs/devel/api_changes.md
+++ b/docs/devel/api_changes.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/devel/api_changes.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/devel/cherry-picks.md b/docs/devel/cherry-picks.md
index b971f2fcda8..1d59eaef0eb 100644
--- a/docs/devel/cherry-picks.md
+++ b/docs/devel/cherry-picks.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/devel/cherry-picks.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/devel/cli-roadmap.md b/docs/devel/cli-roadmap.md
index f2b9f8c178f..45c2682751b 100644
--- a/docs/devel/cli-roadmap.md
+++ b/docs/devel/cli-roadmap.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/devel/cli-roadmap.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/devel/client-libraries.md b/docs/devel/client-libraries.md
index ef9a1f69e94..ae7cb6236fd 100644
--- a/docs/devel/client-libraries.md
+++ b/docs/devel/client-libraries.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/devel/client-libraries.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/devel/coding-conventions.md b/docs/devel/coding-conventions.md
index 76ba29e8a53..ac3d353f4a2 100644
--- a/docs/devel/coding-conventions.md
+++ b/docs/devel/coding-conventions.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/devel/coding-conventions.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/devel/collab.md b/docs/devel/collab.md
index caadc8de4a8..38b6d586b8a 100644
--- a/docs/devel/collab.md
+++ b/docs/devel/collab.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/devel/collab.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/devel/developer-guides/vagrant.md b/docs/devel/developer-guides/vagrant.md
index 0ef31c68d0a..5b4013e3fd0 100644
--- a/docs/devel/developer-guides/vagrant.md
+++ b/docs/devel/developer-guides/vagrant.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/devel/developer-guides/vagrant.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/devel/development.md b/docs/devel/development.md
index e2ec2068a53..1255b7a86e5 100644
--- a/docs/devel/development.md
+++ b/docs/devel/development.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/devel/development.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/devel/faster_reviews.md b/docs/devel/faster_reviews.md
index 335d2a3efec..20e3e9903f6 100644
--- a/docs/devel/faster_reviews.md
+++ b/docs/devel/faster_reviews.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/devel/faster_reviews.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/devel/flaky-tests.md b/docs/devel/flaky-tests.md
index 86c898d9a2a..52ba45a2015 100644
--- a/docs/devel/flaky-tests.md
+++ b/docs/devel/flaky-tests.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/devel/flaky-tests.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/devel/getting-builds.md b/docs/devel/getting-builds.md
index 372d080d421..e41c4fbfc46 100644
--- a/docs/devel/getting-builds.md
+++ b/docs/devel/getting-builds.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/devel/getting-builds.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/devel/instrumentation.md b/docs/devel/instrumentation.md
index 95786c52fb7..8cc9e2b2b1c 100644
--- a/docs/devel/instrumentation.md
+++ b/docs/devel/instrumentation.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/devel/instrumentation.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/devel/issues.md b/docs/devel/issues.md
index 689a18ff918..46beb9ce17e 100644
--- a/docs/devel/issues.md
+++ b/docs/devel/issues.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/devel/issues.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/devel/logging.md b/docs/devel/logging.md
index 1a536d07dea..3870c4c32ac 100644
--- a/docs/devel/logging.md
+++ b/docs/devel/logging.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/devel/logging.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/devel/making-release-notes.md b/docs/devel/making-release-notes.md
index 5703965a538..b362d8571ee 100644
--- a/docs/devel/making-release-notes.md
+++ b/docs/devel/making-release-notes.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/devel/making-release-notes.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/devel/profiling.md b/docs/devel/profiling.md
index 863dc4c1ddc..215f0c4116b 100644
--- a/docs/devel/profiling.md
+++ b/docs/devel/profiling.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/devel/profiling.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/devel/pull-requests.md b/docs/devel/pull-requests.md
index bdb7a1728c3..e42faa51115 100644
--- a/docs/devel/pull-requests.md
+++ b/docs/devel/pull-requests.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/devel/pull-requests.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/devel/releasing.md b/docs/devel/releasing.md
index 484620f0b85..8469fc400c7 100644
--- a/docs/devel/releasing.md
+++ b/docs/devel/releasing.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/devel/releasing.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/devel/scheduler.md b/docs/devel/scheduler.md
index 912d112844b..1fccc7adc19 100644
--- a/docs/devel/scheduler.md
+++ b/docs/devel/scheduler.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/devel/scheduler.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/devel/scheduler_algorithm.md b/docs/devel/scheduler_algorithm.md
index 146c01906c3..791de7c4b39 100644
--- a/docs/devel/scheduler_algorithm.md
+++ b/docs/devel/scheduler_algorithm.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/devel/scheduler_algorithm.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/devel/writing-a-getting-started-guide.md b/docs/devel/writing-a-getting-started-guide.md
index d7463a4c6bf..3e67b632012 100644
--- a/docs/devel/writing-a-getting-started-guide.md
+++ b/docs/devel/writing-a-getting-started-guide.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/devel/writing-a-getting-started-guide.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/getting-started-guides/README.md b/docs/getting-started-guides/README.md
index 4ce621a6a8f..053a2deac27 100644
--- a/docs/getting-started-guides/README.md
+++ b/docs/getting-started-guides/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/getting-started-guides/aws-coreos.md b/docs/getting-started-guides/aws-coreos.md
index 5bc34baa92d..99d694eb942 100644
--- a/docs/getting-started-guides/aws-coreos.md
+++ b/docs/getting-started-guides/aws-coreos.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/aws-coreos.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/getting-started-guides/aws.md b/docs/getting-started-guides/aws.md
index 9319ae7bbbd..1d4c459ec06 100644
--- a/docs/getting-started-guides/aws.md
+++ b/docs/getting-started-guides/aws.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/aws.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/getting-started-guides/aws/kubectl.md b/docs/getting-started-guides/aws/kubectl.md
index b3ce510e99e..a2941dfa269 100644
--- a/docs/getting-started-guides/aws/kubectl.md
+++ b/docs/getting-started-guides/aws/kubectl.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/aws/kubectl.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/getting-started-guides/azure.md b/docs/getting-started-guides/azure.md
index 19b138e741f..560c1f7876e 100644
--- a/docs/getting-started-guides/azure.md
+++ b/docs/getting-started-guides/azure.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/azure.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/getting-started-guides/binary_release.md b/docs/getting-started-guides/binary_release.md
index 140e4742dfb..a7144f8b09f 100644
--- a/docs/getting-started-guides/binary_release.md
+++ b/docs/getting-started-guides/binary_release.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/binary_release.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/getting-started-guides/centos/centos_manual_config.md b/docs/getting-started-guides/centos/centos_manual_config.md
index 955c20e6f22..80a66257482 100644
--- a/docs/getting-started-guides/centos/centos_manual_config.md
+++ b/docs/getting-started-guides/centos/centos_manual_config.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/centos/centos_manual_config.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/getting-started-guides/cloudstack.md b/docs/getting-started-guides/cloudstack.md
index a5f51d2a312..9dee1a0e339 100644
--- a/docs/getting-started-guides/cloudstack.md
+++ b/docs/getting-started-guides/cloudstack.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/cloudstack.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/getting-started-guides/coreos.md b/docs/getting-started-guides/coreos.md
index 38ee1e9d12d..66c6bf378c8 100644
--- a/docs/getting-started-guides/coreos.md
+++ b/docs/getting-started-guides/coreos.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/coreos.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/getting-started-guides/coreos/azure/README.md b/docs/getting-started-guides/coreos/azure/README.md
index 0cf8654a89b..442d25fda17 100644
--- a/docs/getting-started-guides/coreos/azure/README.md
+++ b/docs/getting-started-guides/coreos/azure/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/coreos/azure/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/getting-started-guides/coreos/bare_metal_offline.md b/docs/getting-started-guides/coreos/bare_metal_offline.md
index 63b34e4fd0f..31880409513 100644
--- a/docs/getting-started-guides/coreos/bare_metal_offline.md
+++ b/docs/getting-started-guides/coreos/bare_metal_offline.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/coreos/bare_metal_offline.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/getting-started-guides/coreos/coreos_multinode_cluster.md b/docs/getting-started-guides/coreos/coreos_multinode_cluster.md
index 99cfca40968..0adc1ee3c41 100644
--- a/docs/getting-started-guides/coreos/coreos_multinode_cluster.md
+++ b/docs/getting-started-guides/coreos/coreos_multinode_cluster.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/coreos/coreos_multinode_cluster.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/getting-started-guides/docker-multinode.md b/docs/getting-started-guides/docker-multinode.md
index d3e7bb3dc98..53d1afd0362 100644
--- a/docs/getting-started-guides/docker-multinode.md
+++ b/docs/getting-started-guides/docker-multinode.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/docker-multinode.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/getting-started-guides/docker-multinode/master.md b/docs/getting-started-guides/docker-multinode/master.md
index b70ce59bb7c..be43f98f681 100644
--- a/docs/getting-started-guides/docker-multinode/master.md
+++ b/docs/getting-started-guides/docker-multinode/master.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/docker-multinode/master.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/getting-started-guides/docker-multinode/testing.md b/docs/getting-started-guides/docker-multinode/testing.md
index d55a05e8067..6c8ba6db700 100644
--- a/docs/getting-started-guides/docker-multinode/testing.md
+++ b/docs/getting-started-guides/docker-multinode/testing.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/docker-multinode/testing.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/getting-started-guides/docker-multinode/worker.md b/docs/getting-started-guides/docker-multinode/worker.md
index 0f365c55ab3..8924c1a3f26 100644
--- a/docs/getting-started-guides/docker-multinode/worker.md
+++ b/docs/getting-started-guides/docker-multinode/worker.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/docker-multinode/worker.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/getting-started-guides/docker.md b/docs/getting-started-guides/docker.md
index 5681479c7df..88a9413bd2a 100644
--- a/docs/getting-started-guides/docker.md
+++ b/docs/getting-started-guides/docker.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/docker.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/getting-started-guides/fedora/fedora_ansible_config.md b/docs/getting-started-guides/fedora/fedora_ansible_config.md
index 78322dd8574..84d41a21848 100644
--- a/docs/getting-started-guides/fedora/fedora_ansible_config.md
+++ b/docs/getting-started-guides/fedora/fedora_ansible_config.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/fedora/fedora_ansible_config.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/getting-started-guides/fedora/fedora_manual_config.md b/docs/getting-started-guides/fedora/fedora_manual_config.md
index bf58b5ef05b..62537b6c706 100644
--- a/docs/getting-started-guides/fedora/fedora_manual_config.md
+++ b/docs/getting-started-guides/fedora/fedora_manual_config.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/fedora/fedora_manual_config.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/getting-started-guides/fedora/flannel_multi_node_cluster.md b/docs/getting-started-guides/fedora/flannel_multi_node_cluster.md
index 10b802dd001..2db5115f6e1 100644
--- a/docs/getting-started-guides/fedora/flannel_multi_node_cluster.md
+++ b/docs/getting-started-guides/fedora/flannel_multi_node_cluster.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/fedora/flannel_multi_node_cluster.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/getting-started-guides/gce.md b/docs/getting-started-guides/gce.md
index 9d8cdcfddd6..f02673eb999 100644
--- a/docs/getting-started-guides/gce.md
+++ b/docs/getting-started-guides/gce.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/gce.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/getting-started-guides/juju.md b/docs/getting-started-guides/juju.md
index 871b0a5f14b..cde113db6f2 100644
--- a/docs/getting-started-guides/juju.md
+++ b/docs/getting-started-guides/juju.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/juju.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/getting-started-guides/libvirt-coreos.md b/docs/getting-started-guides/libvirt-coreos.md
index 781bc5244ea..a0c54595d28 100644
--- a/docs/getting-started-guides/libvirt-coreos.md
+++ b/docs/getting-started-guides/libvirt-coreos.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/libvirt-coreos.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/getting-started-guides/locally.md b/docs/getting-started-guides/locally.md
index 490b2373a74..4bd6867f853 100644
--- a/docs/getting-started-guides/locally.md
+++ b/docs/getting-started-guides/locally.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/locally.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/getting-started-guides/logging-elasticsearch.md b/docs/getting-started-guides/logging-elasticsearch.md
index 383255a1210..7784db89490 100644
--- a/docs/getting-started-guides/logging-elasticsearch.md
+++ b/docs/getting-started-guides/logging-elasticsearch.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/logging-elasticsearch.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/getting-started-guides/logging.md b/docs/getting-started-guides/logging.md
index bdac9350053..1680551ba94 100644
--- a/docs/getting-started-guides/logging.md
+++ b/docs/getting-started-guides/logging.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/logging.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/getting-started-guides/mesos.md b/docs/getting-started-guides/mesos.md
index 1de6e27f7e6..0f0927ae5c2 100644
--- a/docs/getting-started-guides/mesos.md
+++ b/docs/getting-started-guides/mesos.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/mesos.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/getting-started-guides/ovirt.md b/docs/getting-started-guides/ovirt.md
index 3ab65d18b15..3e725c218b2 100644
--- a/docs/getting-started-guides/ovirt.md
+++ b/docs/getting-started-guides/ovirt.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/ovirt.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/getting-started-guides/rackspace.md b/docs/getting-started-guides/rackspace.md
index d864794bd6d..34e3aa10a72 100644
--- a/docs/getting-started-guides/rackspace.md
+++ b/docs/getting-started-guides/rackspace.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/rackspace.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/getting-started-guides/rkt/README.md b/docs/getting-started-guides/rkt/README.md
index 4b819b647a5..5d2130bad68 100644
--- a/docs/getting-started-guides/rkt/README.md
+++ b/docs/getting-started-guides/rkt/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/rkt/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/getting-started-guides/scratch.md b/docs/getting-started-guides/scratch.md
index aca51de9d14..c1b3bd8cbb0 100644
--- a/docs/getting-started-guides/scratch.md
+++ b/docs/getting-started-guides/scratch.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/scratch.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/getting-started-guides/ubuntu.md b/docs/getting-started-guides/ubuntu.md
index f6d62364099..81a757656f2 100644
--- a/docs/getting-started-guides/ubuntu.md
+++ b/docs/getting-started-guides/ubuntu.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/ubuntu.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/getting-started-guides/vagrant.md b/docs/getting-started-guides/vagrant.md
index 3ed494f3087..fac2052b9a0 100644
--- a/docs/getting-started-guides/vagrant.md
+++ b/docs/getting-started-guides/vagrant.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/vagrant.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/getting-started-guides/vsphere.md b/docs/getting-started-guides/vsphere.md
index f0a9a1e48a5..c409113edd3 100644
--- a/docs/getting-started-guides/vsphere.md
+++ b/docs/getting-started-guides/vsphere.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/vsphere.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/kube-apiserver.md b/docs/kube-apiserver.md
index 553d719f358..ddbbaf188bd 100644
--- a/docs/kube-apiserver.md
+++ b/docs/kube-apiserver.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/kube-apiserver.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/kube-controller-manager.md b/docs/kube-controller-manager.md
index 02779efeed6..df1f8260bd8 100644
--- a/docs/kube-controller-manager.md
+++ b/docs/kube-controller-manager.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/kube-controller-manager.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/kube-proxy.md b/docs/kube-proxy.md
index 5ea7b13ce21..ae8805b5153 100644
--- a/docs/kube-proxy.md
+++ b/docs/kube-proxy.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/kube-proxy.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/kube-scheduler.md b/docs/kube-scheduler.md
index 57d90374e27..5b5ee993901 100644
--- a/docs/kube-scheduler.md
+++ b/docs/kube-scheduler.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/kube-scheduler.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/kubelet.md b/docs/kubelet.md
index 6e5665ea8cf..b407b0afe4c 100644
--- a/docs/kubelet.md
+++ b/docs/kubelet.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/kubelet.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/proposals/autoscaling.md b/docs/proposals/autoscaling.md
index 150716455df..ebc49905f5e 100644
--- a/docs/proposals/autoscaling.md
+++ b/docs/proposals/autoscaling.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/proposals/autoscaling.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/proposals/federation.md b/docs/proposals/federation.md
index a573050fba9..713db4b3451 100644
--- a/docs/proposals/federation.md
+++ b/docs/proposals/federation.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/proposals/federation.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/proposals/high-availability.md b/docs/proposals/high-availability.md
index b61148f9573..fd6bef7b4c0 100644
--- a/docs/proposals/high-availability.md
+++ b/docs/proposals/high-availability.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/proposals/high-availability.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/roadmap.md b/docs/roadmap.md
index f9a6428ab8f..372ff502900 100644
--- a/docs/roadmap.md
+++ b/docs/roadmap.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/roadmap.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md
index 1e061f83592..0382bea7951 100644
--- a/docs/troubleshooting.md
+++ b/docs/troubleshooting.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/troubleshooting.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/README.md b/docs/user-guide/README.md
index 120014585eb..3ec9a1efa7b 100644
--- a/docs/user-guide/README.md
+++ b/docs/user-guide/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/accessing-the-cluster.md b/docs/user-guide/accessing-the-cluster.md
index a426bd0ac53..08ca5b58d85 100644
--- a/docs/user-guide/accessing-the-cluster.md
+++ b/docs/user-guide/accessing-the-cluster.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/accessing-the-cluster.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/annotations.md b/docs/user-guide/annotations.md
index c314f974d1e..f3432be767c 100644
--- a/docs/user-guide/annotations.md
+++ b/docs/user-guide/annotations.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/annotations.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/application-troubleshooting.md b/docs/user-guide/application-troubleshooting.md
index d78d395d880..0ae6c3cd556 100644
--- a/docs/user-guide/application-troubleshooting.md
+++ b/docs/user-guide/application-troubleshooting.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/application-troubleshooting.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/compute-resources.md b/docs/user-guide/compute-resources.md
index 6410e4f4644..be7c3b7231e 100644
--- a/docs/user-guide/compute-resources.md
+++ b/docs/user-guide/compute-resources.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/compute-resources.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/configuring-containers.md b/docs/user-guide/configuring-containers.md
index 07cac3e94d0..a535ee9c9b3 100644
--- a/docs/user-guide/configuring-containers.md
+++ b/docs/user-guide/configuring-containers.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/configuring-containers.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/connecting-applications.md b/docs/user-guide/connecting-applications.md
index 0e4dd2322dc..9a73548c22a 100644
--- a/docs/user-guide/connecting-applications.md
+++ b/docs/user-guide/connecting-applications.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/connecting-applications.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/connecting-to-applications-port-forward.md b/docs/user-guide/connecting-to-applications-port-forward.md
index 421beb88c7e..24ad7aea91c 100644
--- a/docs/user-guide/connecting-to-applications-port-forward.md
+++ b/docs/user-guide/connecting-to-applications-port-forward.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/connecting-to-applications-port-forward.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/connecting-to-applications-proxy.md b/docs/user-guide/connecting-to-applications-proxy.md
index cad066b9c30..4ec329eca44 100644
--- a/docs/user-guide/connecting-to-applications-proxy.md
+++ b/docs/user-guide/connecting-to-applications-proxy.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/connecting-to-applications-proxy.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/container-environment.md b/docs/user-guide/container-environment.md
index 4a0437e08ce..c4772db6262 100644
--- a/docs/user-guide/container-environment.md
+++ b/docs/user-guide/container-environment.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/container-environment.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/containers.md b/docs/user-guide/containers.md
index 825fae2dfee..c41154cf6a3 100644
--- a/docs/user-guide/containers.md
+++ b/docs/user-guide/containers.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/containers.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/debugging-services.md b/docs/user-guide/debugging-services.md
index 509c0aa41e8..06a9ae9f165 100644
--- a/docs/user-guide/debugging-services.md
+++ b/docs/user-guide/debugging-services.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/debugging-services.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/deploying-applications.md b/docs/user-guide/deploying-applications.md
index 01cb4be54a6..526c1339af9 100644
--- a/docs/user-guide/deploying-applications.md
+++ b/docs/user-guide/deploying-applications.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/deploying-applications.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/docker-cli-to-kubectl.md b/docs/user-guide/docker-cli-to-kubectl.md
index f06ab9bb306..3032a5c04dc 100644
--- a/docs/user-guide/docker-cli-to-kubectl.md
+++ b/docs/user-guide/docker-cli-to-kubectl.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/docker-cli-to-kubectl.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/downward-api.md b/docs/user-guide/downward-api.md
index 8f720bc5701..823bdf02b9a 100644
--- a/docs/user-guide/downward-api.md
+++ b/docs/user-guide/downward-api.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/downward-api.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/downward-api/README.md b/docs/user-guide/downward-api/README.md
index d242360d2fc..e3d2e55ccde 100644
--- a/docs/user-guide/downward-api/README.md
+++ b/docs/user-guide/downward-api/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/downward-api/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/environment-guide/README.md b/docs/user-guide/environment-guide/README.md
index 45f20baa879..91a3141d750 100644
--- a/docs/user-guide/environment-guide/README.md
+++ b/docs/user-guide/environment-guide/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/environment-guide/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/environment-guide/containers/README.md b/docs/user-guide/environment-guide/containers/README.md
index 265be8e665a..92d708e15f5 100644
--- a/docs/user-guide/environment-guide/containers/README.md
+++ b/docs/user-guide/environment-guide/containers/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/environment-guide/containers/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/getting-into-containers.md b/docs/user-guide/getting-into-containers.md
index 048587989ab..8aa03840092 100644
--- a/docs/user-guide/getting-into-containers.md
+++ b/docs/user-guide/getting-into-containers.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/getting-into-containers.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/identifiers.md b/docs/user-guide/identifiers.md
index 5ab765cc1f9..f28ab9af59e 100644
--- a/docs/user-guide/identifiers.md
+++ b/docs/user-guide/identifiers.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/identifiers.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/images.md b/docs/user-guide/images.md
index 026e287941c..81075cdd410 100644
--- a/docs/user-guide/images.md
+++ b/docs/user-guide/images.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/images.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/introspection-and-debugging.md b/docs/user-guide/introspection-and-debugging.md
index 50e0ae0d869..5385e1045a0 100644
--- a/docs/user-guide/introspection-and-debugging.md
+++ b/docs/user-guide/introspection-and-debugging.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/introspection-and-debugging.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/kubeconfig-file.md b/docs/user-guide/kubeconfig-file.md
index f8eee8a02a1..b7c14265e59 100644
--- a/docs/user-guide/kubeconfig-file.md
+++ b/docs/user-guide/kubeconfig-file.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/kubeconfig-file.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/kubectl/kubectl.md b/docs/user-guide/kubectl/kubectl.md
index 3265723a60e..8be799f462c 100644
--- a/docs/user-guide/kubectl/kubectl.md
+++ b/docs/user-guide/kubectl/kubectl.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/kubectl/kubectl.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/kubectl/kubectl_api-versions.md b/docs/user-guide/kubectl/kubectl_api-versions.md
index 240fb6006cc..4dee8f86135 100644
--- a/docs/user-guide/kubectl/kubectl_api-versions.md
+++ b/docs/user-guide/kubectl/kubectl_api-versions.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/kubectl/kubectl_api-versions.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/kubectl/kubectl_cluster-info.md b/docs/user-guide/kubectl/kubectl_cluster-info.md
index 43c0d004290..efd85435a30 100644
--- a/docs/user-guide/kubectl/kubectl_cluster-info.md
+++ b/docs/user-guide/kubectl/kubectl_cluster-info.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/kubectl/kubectl_cluster-info.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/kubectl/kubectl_config.md b/docs/user-guide/kubectl/kubectl_config.md
index 44f06038f0f..12f07de5f56 100644
--- a/docs/user-guide/kubectl/kubectl_config.md
+++ b/docs/user-guide/kubectl/kubectl_config.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/kubectl/kubectl_config.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/kubectl/kubectl_config_set-cluster.md b/docs/user-guide/kubectl/kubectl_config_set-cluster.md
index 3a6b7c7e89c..19efbbf412a 100644
--- a/docs/user-guide/kubectl/kubectl_config_set-cluster.md
+++ b/docs/user-guide/kubectl/kubectl_config_set-cluster.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/kubectl/kubectl_config_set-cluster.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/kubectl/kubectl_config_set-context.md b/docs/user-guide/kubectl/kubectl_config_set-context.md
index c50fcc2a0bf..34646086221 100644
--- a/docs/user-guide/kubectl/kubectl_config_set-context.md
+++ b/docs/user-guide/kubectl/kubectl_config_set-context.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/kubectl/kubectl_config_set-context.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/kubectl/kubectl_config_set-credentials.md b/docs/user-guide/kubectl/kubectl_config_set-credentials.md
index 572fed66029..b1ffe5738c4 100644
--- a/docs/user-guide/kubectl/kubectl_config_set-credentials.md
+++ b/docs/user-guide/kubectl/kubectl_config_set-credentials.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/kubectl/kubectl_config_set-credentials.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/kubectl/kubectl_config_set.md b/docs/user-guide/kubectl/kubectl_config_set.md
index df7945e5e3b..618547fbd66 100644
--- a/docs/user-guide/kubectl/kubectl_config_set.md
+++ b/docs/user-guide/kubectl/kubectl_config_set.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/kubectl/kubectl_config_set.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/kubectl/kubectl_config_unset.md b/docs/user-guide/kubectl/kubectl_config_unset.md
index 7f5b2f7a426..3f93f4d0f2e 100644
--- a/docs/user-guide/kubectl/kubectl_config_unset.md
+++ b/docs/user-guide/kubectl/kubectl_config_unset.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/kubectl/kubectl_config_unset.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/kubectl/kubectl_config_use-context.md b/docs/user-guide/kubectl/kubectl_config_use-context.md
index 2e9d4c42723..715d8fbd7b8 100644
--- a/docs/user-guide/kubectl/kubectl_config_use-context.md
+++ b/docs/user-guide/kubectl/kubectl_config_use-context.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/kubectl/kubectl_config_use-context.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/kubectl/kubectl_config_view.md b/docs/user-guide/kubectl/kubectl_config_view.md
index c3ed173cfd2..b4413a70395 100644
--- a/docs/user-guide/kubectl/kubectl_config_view.md
+++ b/docs/user-guide/kubectl/kubectl_config_view.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/kubectl/kubectl_config_view.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/kubectl/kubectl_create.md b/docs/user-guide/kubectl/kubectl_create.md
index 7f6fc6c6cb9..525ec347f4c 100644
--- a/docs/user-guide/kubectl/kubectl_create.md
+++ b/docs/user-guide/kubectl/kubectl_create.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/kubectl/kubectl_create.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/kubectl/kubectl_delete.md b/docs/user-guide/kubectl/kubectl_delete.md
index 7639f352958..f9252357e25 100644
--- a/docs/user-guide/kubectl/kubectl_delete.md
+++ b/docs/user-guide/kubectl/kubectl_delete.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/kubectl/kubectl_delete.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/kubectl/kubectl_describe.md b/docs/user-guide/kubectl/kubectl_describe.md
index e2f8cdadb82..5c05fe3bbaa 100644
--- a/docs/user-guide/kubectl/kubectl_describe.md
+++ b/docs/user-guide/kubectl/kubectl_describe.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/kubectl/kubectl_describe.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/kubectl/kubectl_exec.md b/docs/user-guide/kubectl/kubectl_exec.md
index 8c7495648a6..a96d97bd8b8 100644
--- a/docs/user-guide/kubectl/kubectl_exec.md
+++ b/docs/user-guide/kubectl/kubectl_exec.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/kubectl/kubectl_exec.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/kubectl/kubectl_expose.md b/docs/user-guide/kubectl/kubectl_expose.md
index 710f9547d02..9dce59ee9c3 100644
--- a/docs/user-guide/kubectl/kubectl_expose.md
+++ b/docs/user-guide/kubectl/kubectl_expose.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/kubectl/kubectl_expose.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/kubectl/kubectl_get.md b/docs/user-guide/kubectl/kubectl_get.md
index d7296e9b8e7..35d8be377d1 100644
--- a/docs/user-guide/kubectl/kubectl_get.md
+++ b/docs/user-guide/kubectl/kubectl_get.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/kubectl/kubectl_get.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/kubectl/kubectl_label.md b/docs/user-guide/kubectl/kubectl_label.md
index d14c6d4df3e..02eed69490f 100644
--- a/docs/user-guide/kubectl/kubectl_label.md
+++ b/docs/user-guide/kubectl/kubectl_label.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/kubectl/kubectl_label.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/kubectl/kubectl_logs.md b/docs/user-guide/kubectl/kubectl_logs.md
index 9fb0da7db78..c625148fd96 100644
--- a/docs/user-guide/kubectl/kubectl_logs.md
+++ b/docs/user-guide/kubectl/kubectl_logs.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/kubectl/kubectl_logs.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/kubectl/kubectl_namespace.md b/docs/user-guide/kubectl/kubectl_namespace.md
index dfae0d80b5e..341c282e67a 100644
--- a/docs/user-guide/kubectl/kubectl_namespace.md
+++ b/docs/user-guide/kubectl/kubectl_namespace.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/kubectl/kubectl_namespace.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/kubectl/kubectl_patch.md b/docs/user-guide/kubectl/kubectl_patch.md
index 4ccc2f0d2a0..cf0ade964f9 100644
--- a/docs/user-guide/kubectl/kubectl_patch.md
+++ b/docs/user-guide/kubectl/kubectl_patch.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/kubectl/kubectl_patch.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/kubectl/kubectl_port-forward.md b/docs/user-guide/kubectl/kubectl_port-forward.md
index cb004c7905f..6963632f42f 100644
--- a/docs/user-guide/kubectl/kubectl_port-forward.md
+++ b/docs/user-guide/kubectl/kubectl_port-forward.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/kubectl/kubectl_port-forward.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/kubectl/kubectl_proxy.md b/docs/user-guide/kubectl/kubectl_proxy.md
index acab7611e0c..cb6878dc851 100644
--- a/docs/user-guide/kubectl/kubectl_proxy.md
+++ b/docs/user-guide/kubectl/kubectl_proxy.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/kubectl/kubectl_proxy.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/kubectl/kubectl_replace.md b/docs/user-guide/kubectl/kubectl_replace.md
index f281fec92bf..a4fa525f202 100644
--- a/docs/user-guide/kubectl/kubectl_replace.md
+++ b/docs/user-guide/kubectl/kubectl_replace.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/kubectl/kubectl_replace.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/kubectl/kubectl_rolling-update.md b/docs/user-guide/kubectl/kubectl_rolling-update.md
index a0a5b5ea1ba..50b32ac2a1a 100644
--- a/docs/user-guide/kubectl/kubectl_rolling-update.md
+++ b/docs/user-guide/kubectl/kubectl_rolling-update.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/kubectl/kubectl_rolling-update.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/kubectl/kubectl_run.md b/docs/user-guide/kubectl/kubectl_run.md
index 4427d2d2317..3d2295f24d2 100644
--- a/docs/user-guide/kubectl/kubectl_run.md
+++ b/docs/user-guide/kubectl/kubectl_run.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/kubectl/kubectl_run.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/kubectl/kubectl_scale.md b/docs/user-guide/kubectl/kubectl_scale.md
index 94b2dd6ea92..880587b4ceb 100644
--- a/docs/user-guide/kubectl/kubectl_scale.md
+++ b/docs/user-guide/kubectl/kubectl_scale.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/kubectl/kubectl_scale.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/kubectl/kubectl_stop.md b/docs/user-guide/kubectl/kubectl_stop.md
index 98faf50ac26..5a9a99d08a2 100644
--- a/docs/user-guide/kubectl/kubectl_stop.md
+++ b/docs/user-guide/kubectl/kubectl_stop.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/kubectl/kubectl_stop.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/kubectl/kubectl_version.md b/docs/user-guide/kubectl/kubectl_version.md
index 15e186e7dde..f7a03c0a32d 100644
--- a/docs/user-guide/kubectl/kubectl_version.md
+++ b/docs/user-guide/kubectl/kubectl_version.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/kubectl/kubectl_version.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/labels.md b/docs/user-guide/labels.md
index d5278da1fb0..11317e50b6d 100644
--- a/docs/user-guide/labels.md
+++ b/docs/user-guide/labels.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/labels.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/limitrange/README.md b/docs/user-guide/limitrange/README.md
index cbb3ed33736..eb8bdc91b9f 100644
--- a/docs/user-guide/limitrange/README.md
+++ b/docs/user-guide/limitrange/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/limitrange/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/liveness/README.md b/docs/user-guide/liveness/README.md
index a61e3d116ec..07250889941 100644
--- a/docs/user-guide/liveness/README.md
+++ b/docs/user-guide/liveness/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/liveness/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/logging-demo/README.md b/docs/user-guide/logging-demo/README.md
index 7e2603d654f..166ae8d2aa1 100644
--- a/docs/user-guide/logging-demo/README.md
+++ b/docs/user-guide/logging-demo/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/logging-demo/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/logging.md b/docs/user-guide/logging.md
index 00daebcbd51..7c0bf65d537 100644
--- a/docs/user-guide/logging.md
+++ b/docs/user-guide/logging.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/logging.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/managing-deployments.md b/docs/user-guide/managing-deployments.md
index acd5938804f..5b12ce4b76f 100644
--- a/docs/user-guide/managing-deployments.md
+++ b/docs/user-guide/managing-deployments.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/managing-deployments.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/monitoring.md b/docs/user-guide/monitoring.md
index 200fc521812..5038fe5598d 100644
--- a/docs/user-guide/monitoring.md
+++ b/docs/user-guide/monitoring.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/monitoring.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/namespaces.md b/docs/user-guide/namespaces.md
index 8496a7f1466..92da0638c4a 100644
--- a/docs/user-guide/namespaces.md
+++ b/docs/user-guide/namespaces.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/namespaces.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/namespaces/README.md b/docs/user-guide/namespaces/README.md
index fa80d2c837b..135a248004e 100644
--- a/docs/user-guide/namespaces/README.md
+++ b/docs/user-guide/namespaces/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/namespaces/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/node-selection/README.md b/docs/user-guide/node-selection/README.md
index 514df648a90..96026f7ebfd 100644
--- a/docs/user-guide/node-selection/README.md
+++ b/docs/user-guide/node-selection/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/node-selection/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/overview.md b/docs/user-guide/overview.md
index eae55f8e1d2..6d5d5eaffd3 100644
--- a/docs/user-guide/overview.md
+++ b/docs/user-guide/overview.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/overview.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/persistent-volumes.md b/docs/user-guide/persistent-volumes.md
index 538a6b82880..fcca240fcb3 100644
--- a/docs/user-guide/persistent-volumes.md
+++ b/docs/user-guide/persistent-volumes.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/persistent-volumes.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/persistent-volumes/README.md b/docs/user-guide/persistent-volumes/README.md
index 5ef7ddaa862..fe6fbcfd715 100644
--- a/docs/user-guide/persistent-volumes/README.md
+++ b/docs/user-guide/persistent-volumes/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/persistent-volumes/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/pod-states.md b/docs/user-guide/pod-states.md
index 95119a8ead9..f7d4e00d45b 100644
--- a/docs/user-guide/pod-states.md
+++ b/docs/user-guide/pod-states.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/pod-states.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/pods.md b/docs/user-guide/pods.md
index 70f266f9e7a..bbab2ac9439 100644
--- a/docs/user-guide/pods.md
+++ b/docs/user-guide/pods.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/pods.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/prereqs.md b/docs/user-guide/prereqs.md
index 7c5578869a8..f781169ea94 100644
--- a/docs/user-guide/prereqs.md
+++ b/docs/user-guide/prereqs.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/prereqs.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/production-pods.md b/docs/user-guide/production-pods.md
index bd84fce4bfa..ae539e95f4b 100644
--- a/docs/user-guide/production-pods.md
+++ b/docs/user-guide/production-pods.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/production-pods.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/quick-start.md b/docs/user-guide/quick-start.md
index 54221ec95c6..d6a292616fd 100644
--- a/docs/user-guide/quick-start.md
+++ b/docs/user-guide/quick-start.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/quick-start.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/replication-controller.md b/docs/user-guide/replication-controller.md
index 68daefc0a0f..8cf3a5b7d83 100644
--- a/docs/user-guide/replication-controller.md
+++ b/docs/user-guide/replication-controller.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/replication-controller.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/resourcequota/README.md b/docs/user-guide/resourcequota/README.md
index effe602b392..4ff9623c48f 100644
--- a/docs/user-guide/resourcequota/README.md
+++ b/docs/user-guide/resourcequota/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/resourcequota/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/secrets.md b/docs/user-guide/secrets.md
index 9676e08ecfa..85160de92f9 100644
--- a/docs/user-guide/secrets.md
+++ b/docs/user-guide/secrets.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/secrets.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/secrets/README.md b/docs/user-guide/secrets/README.md
index 2b4ca0f9014..458c27f7f1a 100644
--- a/docs/user-guide/secrets/README.md
+++ b/docs/user-guide/secrets/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/secrets/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/security-context.md b/docs/user-guide/security-context.md
index 9ecd7d3ae7f..7a8902e0ab0 100644
--- a/docs/user-guide/security-context.md
+++ b/docs/user-guide/security-context.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/security-context.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/service-accounts.md b/docs/user-guide/service-accounts.md
index 8410b05a4c6..3795cf4fea3 100644
--- a/docs/user-guide/service-accounts.md
+++ b/docs/user-guide/service-accounts.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/service-accounts.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/services-firewalls.md b/docs/user-guide/services-firewalls.md
index 0001ad63e5a..518289bb190 100644
--- a/docs/user-guide/services-firewalls.md
+++ b/docs/user-guide/services-firewalls.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/services-firewalls.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/services.md b/docs/user-guide/services.md
index c700df96d58..759ab65782c 100644
--- a/docs/user-guide/services.md
+++ b/docs/user-guide/services.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/services.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/sharing-clusters.md b/docs/user-guide/sharing-clusters.md
index 187cb3608c5..35204e8e70b 100644
--- a/docs/user-guide/sharing-clusters.md
+++ b/docs/user-guide/sharing-clusters.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/sharing-clusters.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/simple-nginx.md b/docs/user-guide/simple-nginx.md
index 3739b2f7985..3a496bbdc3b 100644
--- a/docs/user-guide/simple-nginx.md
+++ b/docs/user-guide/simple-nginx.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/simple-nginx.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/simple-yaml.md b/docs/user-guide/simple-yaml.md
index dcd9947c46f..96dbd0f3633 100644
--- a/docs/user-guide/simple-yaml.md
+++ b/docs/user-guide/simple-yaml.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/simple-yaml.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/ui.md b/docs/user-guide/ui.md
index d2093f15aab..f3fe97a73ab 100644
--- a/docs/user-guide/ui.md
+++ b/docs/user-guide/ui.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/ui.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/update-demo/README.md b/docs/user-guide/update-demo/README.md
index 0b216f86714..cba5b0a86f6 100644
--- a/docs/user-guide/update-demo/README.md
+++ b/docs/user-guide/update-demo/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/update-demo/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/volumes.md b/docs/user-guide/volumes.md
index ed2a8bb101a..adc1d0446bf 100644
--- a/docs/user-guide/volumes.md
+++ b/docs/user-guide/volumes.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/volumes.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/walkthrough/README.md b/docs/user-guide/walkthrough/README.md
index a14fc048140..42d2bdff5e2 100644
--- a/docs/user-guide/walkthrough/README.md
+++ b/docs/user-guide/walkthrough/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/walkthrough/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/walkthrough/k8s201.md b/docs/user-guide/walkthrough/k8s201.md
index b2592aa77d7..a66da4e5d03 100644
--- a/docs/user-guide/walkthrough/k8s201.md
+++ b/docs/user-guide/walkthrough/k8s201.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/walkthrough/k8s201.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/docs/user-guide/working-with-resources.md b/docs/user-guide/working-with-resources.md
index 70554d2a46a..1a3df277f2d 100644
--- a/docs/user-guide/working-with-resources.md
+++ b/docs/user-guide/working-with-resources.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/docs/user-guide/working-with-resources.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/examples/README.md b/examples/README.md
index 9939909654b..4d9bf2afdb5 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/examples/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/examples/aws_ebs/README.md b/examples/aws_ebs/README.md
index 758656a90e3..8becc068b92 100644
--- a/examples/aws_ebs/README.md
+++ b/examples/aws_ebs/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/examples/aws_ebs/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/examples/blog-logging/diagrams/README.md b/examples/blog-logging/diagrams/README.md
index 3f12686d115..374da3d27ae 100644
--- a/examples/blog-logging/diagrams/README.md
+++ b/examples/blog-logging/diagrams/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/examples/blog-logging/diagrams/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/examples/cassandra/README.md b/examples/cassandra/README.md
index 54ef55ac719..35a3b873cae 100644
--- a/examples/cassandra/README.md
+++ b/examples/cassandra/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/examples/cassandra/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/examples/celery-rabbitmq/README.md b/examples/celery-rabbitmq/README.md
index cef9fb1c333..08ba1716776 100644
--- a/examples/celery-rabbitmq/README.md
+++ b/examples/celery-rabbitmq/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/examples/celery-rabbitmq/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/examples/cluster-dns/README.md b/examples/cluster-dns/README.md
index e75192683f6..006b96faff8 100644
--- a/examples/cluster-dns/README.md
+++ b/examples/cluster-dns/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/examples/cluster-dns/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/examples/elasticsearch/README.md b/examples/elasticsearch/README.md
index 04db5a023c7..a2f46b58e5f 100644
--- a/examples/elasticsearch/README.md
+++ b/examples/elasticsearch/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/examples/elasticsearch/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/examples/explorer/README.md b/examples/explorer/README.md
index 6cef7b9c405..1d4a1650414 100644
--- a/examples/explorer/README.md
+++ b/examples/explorer/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/examples/explorer/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/examples/glusterfs/README.md b/examples/glusterfs/README.md
index 760560cd1be..bfe9263af1d 100644
--- a/examples/glusterfs/README.md
+++ b/examples/glusterfs/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/examples/glusterfs/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/examples/guestbook-go/README.md b/examples/guestbook-go/README.md
index 3bc72d02bff..e52a519b907 100644
--- a/examples/guestbook-go/README.md
+++ b/examples/guestbook-go/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/examples/guestbook-go/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/examples/guestbook-go/_src/README.md b/examples/guestbook-go/_src/README.md
index 2bdf222c286..0665ddbd520 100644
--- a/examples/guestbook-go/_src/README.md
+++ b/examples/guestbook-go/_src/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/examples/guestbook-go/_src/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/examples/guestbook/README.md b/examples/guestbook/README.md
index ff0e6873b1b..a6476eb6100 100644
--- a/examples/guestbook/README.md
+++ b/examples/guestbook/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/examples/guestbook/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/examples/hazelcast/README.md b/examples/hazelcast/README.md
index f172097fefe..d6fc1238f1a 100644
--- a/examples/hazelcast/README.md
+++ b/examples/hazelcast/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/examples/hazelcast/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/examples/https-nginx/README.md b/examples/https-nginx/README.md
index cfbc4093372..d50fcd67b85 100644
--- a/examples/https-nginx/README.md
+++ b/examples/https-nginx/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/examples/https-nginx/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/examples/iscsi/README.md b/examples/iscsi/README.md
index a476a881ddf..35977572290 100644
--- a/examples/iscsi/README.md
+++ b/examples/iscsi/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/examples/iscsi/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/examples/k8petstore/README.md b/examples/k8petstore/README.md
index ff4fee846e2..0f7262ea9b9 100644
--- a/examples/k8petstore/README.md
+++ b/examples/k8petstore/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/examples/k8petstore/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/examples/k8petstore/bps-data-generator/README.md b/examples/k8petstore/bps-data-generator/README.md
index ba8dde99f3c..5b6e5fe58f0 100644
--- a/examples/k8petstore/bps-data-generator/README.md
+++ b/examples/k8petstore/bps-data-generator/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/examples/k8petstore/bps-data-generator/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/examples/kubectl-container/README.md b/examples/kubectl-container/README.md
index 6861cc608cb..8ce12261628 100644
--- a/examples/kubectl-container/README.md
+++ b/examples/kubectl-container/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/examples/kubectl-container/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/examples/meteor/README.md b/examples/meteor/README.md
index 0d35e7bcd14..81047b1d400 100644
--- a/examples/meteor/README.md
+++ b/examples/meteor/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/examples/meteor/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/examples/meteor/dockerbase/README.md b/examples/meteor/dockerbase/README.md
index 34d0a435e0d..212b1f197c4 100644
--- a/examples/meteor/dockerbase/README.md
+++ b/examples/meteor/dockerbase/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/examples/meteor/dockerbase/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/examples/mysql-wordpress-pd/README.md b/examples/mysql-wordpress-pd/README.md
index d8323bfff77..135fc3e4a4d 100644
--- a/examples/mysql-wordpress-pd/README.md
+++ b/examples/mysql-wordpress-pd/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/examples/mysql-wordpress-pd/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/examples/nfs/README.md b/examples/nfs/README.md
index 58117ccf0f1..dd3a5fa958e 100644
--- a/examples/nfs/README.md
+++ b/examples/nfs/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/examples/nfs/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/examples/nfs/exporter/README.md b/examples/nfs/exporter/README.md
index a801d54c373..f7ef0d89839 100644
--- a/examples/nfs/exporter/README.md
+++ b/examples/nfs/exporter/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/examples/nfs/exporter/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/examples/nfs/nfs-data/README.md b/examples/nfs/nfs-data/README.md
index b2843f25846..654194e2c5e 100644
--- a/examples/nfs/nfs-data/README.md
+++ b/examples/nfs/nfs-data/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/examples/nfs/nfs-data/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/examples/openshift-origin/README.md b/examples/openshift-origin/README.md
index 3d406254f88..d0cbf6558a9 100644
--- a/examples/openshift-origin/README.md
+++ b/examples/openshift-origin/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/examples/openshift-origin/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/examples/phabricator/README.md b/examples/phabricator/README.md
index 4006f2bb182..0e1ef40a6c7 100644
--- a/examples/phabricator/README.md
+++ b/examples/phabricator/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/examples/phabricator/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/examples/rbd/README.md b/examples/rbd/README.md
index 8d83f6808d8..14590972898 100644
--- a/examples/rbd/README.md
+++ b/examples/rbd/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/examples/rbd/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/examples/redis/README.md b/examples/redis/README.md
index 2a031a47eb5..7daab2b35f5 100644
--- a/examples/redis/README.md
+++ b/examples/redis/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/examples/redis/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/examples/rethinkdb/README.md b/examples/rethinkdb/README.md
index 6ff20f9069f..495d64f157a 100644
--- a/examples/rethinkdb/README.md
+++ b/examples/rethinkdb/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/examples/rethinkdb/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/examples/simple-nginx.md b/examples/simple-nginx.md
index e5bdbe43d8a..97b8c31e131 100644
--- a/examples/simple-nginx.md
+++ b/examples/simple-nginx.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/examples/simple-nginx.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/examples/spark/README.md b/examples/spark/README.md
index be88635ec01..b17b70bebfb 100644
--- a/examples/spark/README.md
+++ b/examples/spark/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/examples/spark/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--
diff --git a/examples/storm/README.md b/examples/storm/README.md
index e535144d885..bcad599093f 100644
--- a/examples/storm/README.md
+++ b/examples/storm/README.md
@@ -2,20 +2,30 @@
-
-
-
+
+
+
+
+
-PLEASE NOTE: This document applies to the HEAD of the source
-tree only. If you are using a released version of Kubernetes, you almost
-certainly want the docs that go with that version.
+PLEASE NOTE: This document applies to the HEAD of the source tree
-Documentation for specific releases can be found at
-[releases.k8s.io](http://releases.k8s.io).
+If you are using a released version of Kubernetes, you should
+refer to the docs that go with that version.
-
-
-
+
+The latest 1.0.x release of this document can be found
+[here](http://releases.k8s.io/release-1.0/examples/storm/README.md).
+
+Documentation for other releases can be found at
+[releases.k8s.io](http://releases.k8s.io).
+
+--