From d69cd9a02af84052f04c318fc1ab7fa5a6e7ea94 Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Fri, 18 Jun 2021 12:19:34 -0700 Subject: [PATCH] Prevent 2.x docs from being indexed by Google search --- layouts/_default/list.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 00fc9a68fe6..60182b4d62e 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -26,6 +26,7 @@ {{ $version := index $path 2 }} {{ $productVersion := printf "%s/%s" $product $version}} {{ if in .Dir "/v2.x" }} +
We are transitioning to versioned documentation. The v2.x docs will no longer be maintained. For Rancher v2.5 docs, go here. For Rancher v2.0-v2.4 docs, go here.