Skip to content

Commit 5fdf7bd

Browse files
Merge pull request #36776 from gaurav-nelson/acs-version
[RHACS] Created versions for RHACS docs
2 parents db4ebb6 + 31193df commit 5fdf7bd

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

_distro_map.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ openshift-aro:
141141
dir: aro/3
142142
enterprise-4.3:
143143
name: '4'
144-
dir: aro/4
144+
dir: aro/4
145145
openshift-rosa:
146146
name: Red Hat OpenShift Service on AWS
147147
author: OpenShift Documentation Project <[email protected]>
@@ -189,5 +189,8 @@ openshift-acs:
189189
site_url: https://docs.openshift.com/
190190
branches:
191191
rhacs-docs:
192-
name: ''
193-
dir: acs
192+
name: '3.66'
193+
dir: acs/3.66
194+
rhacs-docs-3.65:
195+
name: '3.65'
196+
dir: acs/3.65

index-commercial.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,13 @@ <h2>Azure Red Hat OpenShift</h2>
260260
<h2>Red Hat Advanced Cluster Security for Kubernetes</h2>
261261
<div class="list-group">
262262
<p class="list-group-item-text">An enterprise-ready, Kubernetes-native container security solution that enables you to securely build, deploy, and run cloud-native applications anywhere.</p>
263-
<p><a role="button" class="btn btn-primary" href="acs/welcome/index.html"><i class="fa fa-arrow-circle-o-right"></i> RHACS Docs</a></p>
263+
<div class="btn-group">
264+
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-expanded="false">Select version<span class="caret"></span></button>
265+
<ul class="dropdown-menu" role="menu">
266+
<li><a href="acs/3.66/"><i class="fa fa-arrow-circle-o-right"></i> RHACS 3.66</a></li>
267+
<li><a href="acs/3.65/"><i class="fa fa-arrow-circle-o-right"></i> RHACS 3.65</a></li>
268+
</ul>
269+
</div>
264270
</div>
265271

266272

0 commit comments

Comments
 (0)