Add separate cards for separate doc versions

This commit is contained in:
Catherine Luse
2021-05-05 11:56:02 -07:00
parent 0e4465e60c
commit 9bc864872f
+27 -6
View File
@@ -101,8 +101,8 @@
card-item">
<div class="card-wrap">
<h3 class="title-label">
<span class="background">2.x</span>
Rancher 2.x
<span class="background">2.5</span>
Rancher 2.5
</h3>
<hr/>
@@ -110,10 +110,31 @@
<p class="description-label">Rancher manages all of your Kubernetes clusters everywhere, unifies them under centralized RBAC, monitors them and lets you easily deploy and manage workloads through an intuitive user interface.</p>
<div class="buttons-container">
<ul>
<li><a href="{{<baseurl>}}/rancher/v2.5/en/">Rancher v2.5</a></li>
<li><a href="{{<baseurl>}}/rancher/v2.0-v2.4/en/">Rancher v2.0-v2.4</a></li>
</ul>
<a href="{{<baseurl>}}/rancher/v2.5/en/">Rancher v2.5</a>
<a href="{{<baseurl>}}/rancher/v2.0-v2.4/en/">Rancher v2.0-v2.4</a>
</div>
</div>
</div>
<div class="
col-xl-4
col-lg-4
col-md-4
col-sm-12
col-xs-12
col-12
card-item">
<div class="card-wrap">
<h3 class="title-label">
<span class="background">2.0-2.4</span>
Rancher 2.0-2.4
</h3>
<hr/>
<p class="description-label">Rancher manages all of your Kubernetes clusters everywhere, unifies them under centralized RBAC, monitors them and lets you easily deploy and manage workloads through an intuitive user interface.</p>
<div class="buttons-container">
<a href="{{<baseurl>}}/rancher/v2.0-v2.4/en/">Rancher v2.0-v2.4</a>
</div>
</div>
</div>