File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -138,11 +138,11 @@ AddType text/vtt vtt
138
138
# ACS Redirects to go to the latest version - change here when a new version drops
139
139
# it should probably be best to combine the next few lines in one reg exp but for clarity keeping them separate
140
140
# the first one redirects
141
- RewriteRule ^acs/?$ /acs/3.69 /welcome/index.html [R=301]
141
+ RewriteRule ^acs/?$ /acs/3.70 /welcome/index.html [R=301]
142
142
# redirect to the latest release notes
143
- RewriteRule ^acs/release_notes/?$ /acs/3.69 /release_notes/369 -release-notes.html [R=302,NE]
144
- RewriteRule ^acs/(\D.*)$ /acs/3.69 /$1 [NE,R=301]
145
- RewriteRule ^acs/(3\.65|3\.66|3\.67|3\.68|3\.69)/?$ /acs/$1/welcome/index.html [L,R=301]
143
+ RewriteRule ^acs/release_notes/?$ /acs/3.70 /release_notes/370 -release-notes.html [R=302,NE]
144
+ RewriteRule ^acs/(\D.*)$ /acs/3.70 /$1 [NE,R=301]
145
+ RewriteRule ^acs/(3\.65|3\.66|3\.67|3\.68|3\.69|3\.70 )/?$ /acs/$1/welcome/index.html [L,R=301]
146
146
147
147
# this pipeline redirect has to come before the latest kicks in generically
148
148
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]
Original file line number Diff line number Diff line change @@ -228,3 +228,6 @@ openshift-acs:
228
228
rhacs-docs-3.69 :
229
229
name : ' 3.69'
230
230
dir : acs/3.69
231
+ rhacs-docs-3.70 :
232
+ name : ' 3.70'
233
+ dir : acs/3.70
Original file line number Diff line number Diff line change @@ -253,6 +253,7 @@ <h2>Red Hat Advanced Cluster Security for Kubernetes</h2>
253
253
< div class ="btn-group ">
254
254
< button type ="button " class ="btn btn-primary dropdown-toggle " data-toggle ="dropdown " aria-expanded ="false "> Select version< span class ="caret "> </ span > </ button >
255
255
< ul class ="dropdown-menu " role ="menu ">
256
+ < li > < a href ="acs/3.70/welcome/index.html "> < i class ="fa fa-arrow-circle-o-right "> </ i > RHACS 3.70</ a > </ li >
256
257
< li > < a href ="acs/3.69/welcome/index.html "> < i class ="fa fa-arrow-circle-o-right "> </ i > RHACS 3.69</ a > </ li >
257
258
< li > < a href ="acs/3.68/welcome/index.html "> < i class ="fa fa-arrow-circle-o-right "> </ i > RHACS 3.68</ a > </ li >
258
259
< li > < a href ="acs/3.67/welcome/index.html "> < i class ="fa fa-arrow-circle-o-right "> </ i > RHACS 3.67</ a > </ li >
You can’t perform that action at this time.
0 commit comments