Make versioning notice appear on every page of v2.x docs

This commit is contained in:
Catherine Luse
2021-06-02 03:56:57 -07:00
parent c6f17bf3c4
commit e0e8a77d4d
+1 -1
View File
@@ -25,7 +25,7 @@
{{ $product := index $path 1 }}
{{ $version := index $path 2 }}
{{ $productVersion := printf "%s/%s" $product $version}}
{{ if eq $productVersion "rancher/v2.x" }}
{{ if in .Dir "rancher/v2.x" }}
<div class="alert alert-notice">
<strong>We are transitioning to versioned documentation.</strong> The v2.x docs will no longer be maintained. For Rancher v2.5 docs, go <a href="https://rancher.com/docs/rancher/v2.5/en/">here.</a> For Rancher v2.0-v2.4 docs, go <a href="https://rancher.com/docs/rancher/v2.0-v2.4/en/">here.</a>
</div>