From 69f41a5ffa113c3290b585d59a0fb880a63a19e0 Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Fri, 18 Jun 2021 12:14:02 -0700 Subject: [PATCH] Make versioning notice show up on 2.x pages --- layouts/_default/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 766b075d1f2..00fc9a68fe6 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -25,7 +25,7 @@ {{ $product := index $path 1 }} {{ $version := index $path 2 }} {{ $productVersion := printf "%s/%s" $product $version}} - {{ if in .Dir "/rancher/v2.x" }} + {{ 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.