File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff 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]
Original file line number Diff line number Diff line change @@ -222,3 +222,6 @@ openshift-acs:
222222 rhacs-docs-3.68 :
223223 name : ' 3.68'
224224 dir : acs/3.68
225+ rhacs-docs-3.69 :
226+ name : ' 3.69'
227+ dir : acs/3.69
Original file line number Diff line number Diff line change @@ -253,6 +253,7 @@ <h2>Red Hat Advanced Cluster Security for Kubernetes</h2>
253253 < div class ="btn-group ">
254254 < button type ="button " class ="btn btn-primary dropdown-toggle " data-toggle ="dropdown " aria-expanded ="false "> Select version< span class ="caret "> </ span > </ button >
255255 < ul class ="dropdown-menu " role ="menu ">
256+ < li > < a href ="acs/3.69/welcome/index.html "> < i class ="fa fa-arrow-circle-o-right "> </ i > RHACS 3.69</ a > </ li >
256257 < li > < a href ="acs/3.68/welcome/index.html "> < i class ="fa fa-arrow-circle-o-right "> </ i > RHACS 3.68</ a > </ li >
257258 < li > < a href ="acs/3.67/welcome/index.html "> < i class ="fa fa-arrow-circle-o-right "> </ i > RHACS 3.67</ a > </ li >
258259 < li > < a href ="acs/3.66/welcome/index.html "> < i class ="fa fa-arrow-circle-o-right "> </ i > RHACS 3.66</ a > </ li >
You can’t perform that action at this time.
0 commit comments