Skip to content

Commit 054c864

Browse files
author
Gaurav Nelson
committed
RHACS docs 3.69 release
1 parent d5f1ec6 commit 054c864

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.s2i/httpd-cfg/01-commercial.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ AddType text/vtt vtt
138138
# ACS Redirects to go to the latest version - change here when a new version drops
139139
# it should probably be best to combine the next few lines in one reg exp but for clarity keeping them separate
140140
# the first one redirects
141-
RewriteRule ^acs/?$ /acs/3.68/welcome/index.html [R=301]
142-
RewriteRule ^acs/(\D.*)$ /acs/3.68/$1 [NE,R=301]
143-
RewriteRule ^acs/(3\.65|3\.66|3\.67|3\.68)/?$ /acs/$1/welcome/index.html [L,R=301]
141+
RewriteRule ^acs/?$ /acs/3.69/welcome/index.html [R=301]
142+
RewriteRule ^acs/(\D.*)$ /acs/3.69/$1 [NE,R=301]
143+
RewriteRule ^acs/(3\.65|3\.66|3\.67|3\.68|3\.69)/?$ /acs/$1/welcome/index.html [L,R=301]
144144

145145
# this pipeline redirect has to come before the latest kicks in generically
146146
RewriteRule ^container-platform/latest/pipelines/creating-applications-with-cicd-pipelines.html /container-platform/4.7/cicd/pipelines/creating-applications-with-cicd-pipelines.html [NE,R=302]

_distro_map.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ openshift-origin:
2222
name: '4.9'
2323
dir: '4.9'
2424
enterprise-4.10:
25-
name: '4.10'
25+
name: '4.10'
2626
dir: '4.10'
2727
enterprise-3.6:
2828
name: '3.6'
@@ -219,3 +219,6 @@ openshift-acs:
219219
rhacs-docs-3.68:
220220
name: '3.68'
221221
dir: acs/3.68
222+
rhacs-docs-3.69:
223+
name: '3.69'
224+
dir: acs/3.69

index-commercial.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ <h2>Red Hat Advanced Cluster Security for Kubernetes</h2>
264264
<div class="btn-group">
265265
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-expanded="false">Select version<span class="caret"></span></button>
266266
<ul class="dropdown-menu" role="menu">
267+
<li><a href="acs/3.69/welcome/index.html"><i class="fa fa-arrow-circle-o-right"></i> RHACS 3.69</a></li>
267268
<li><a href="acs/3.68/welcome/index.html"><i class="fa fa-arrow-circle-o-right"></i> RHACS 3.68</a></li>
268269
<li><a href="acs/3.67/welcome/index.html"><i class="fa fa-arrow-circle-o-right"></i> RHACS 3.67</a></li>
269270
<li><a href="acs/3.66/welcome/index.html"><i class="fa fa-arrow-circle-o-right"></i> RHACS 3.66</a></li>

0 commit comments

Comments
 (0)