Skip to content

Commit 5a53d1c

Browse files
committed
RHACS docs 3.73 release
1 parent 2366517 commit 5a53d1c

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,11 @@ 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.72/welcome/index.html [R=301]
141+
RewriteRule ^acs/?$ /acs/3.73/welcome/index.html [R=301]
142142
# redirect to the latest release notes
143-
RewriteRule ^acs/release_notes/?$ /acs/3.72/release_notes/372-release-notes.html [R=301,NE]
144-
RewriteRule ^acs/(\D.*)$ /acs/3.72/$1 [NE,R=301]
145-
RewriteRule ^acs/(3\.65|3\.66|3\.67|3\.68|3\.69|3\.70|3\.71|3\.72)/?$ /acs/$1/welcome/index.html [L,R=301]
143+
RewriteRule ^acs/release_notes/?$ /acs/3.73/release_notes/373-release-notes.html [R=301,NE]
144+
RewriteRule ^acs/(\D.*)$ /acs/3.73/$1 [NE,R=301]
145+
RewriteRule ^acs/(3\.65|3\.66|3\.67|3\.68|3\.69|3\.70|3\.71|3\.72|3\.73)/?$ /acs/$1/welcome/index.html [L,R=301]
146146

147147
# this pipeline redirect has to come before the latest kicks in generically
148148
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=301]

_distro_map.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,9 @@ openshift-acs:
243243
rhacs-docs-3.72:
244244
name: '3.72'
245245
dir: acs/3.72
246+
rhacs-docs-3.73:
247+
name: '3.73'
248+
dir: acs/3.73
246249
microshift:
247250
name: MicroShift
248251
author: OpenShift Documentation Project <[email protected]>

index-commercial.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ <h2>Red Hat Advanced Cluster Security for Kubernetes</h2>
254254
<div class="btn-group">
255255
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-expanded="false">Select version<span class="caret"></span></button>
256256
<ul class="dropdown-menu" role="menu">
257+
<li><a href="acs/3.73/welcome/index.html"><i class="fa fa-arrow-circle-o-right"></i> RHACS 3.73</a></li>
257258
<li><a href="acs/3.72/welcome/index.html"><i class="fa fa-arrow-circle-o-right"></i> RHACS 3.72</a></li>
258259
<li><a href="acs/3.71/welcome/index.html"><i class="fa fa-arrow-circle-o-right"></i> RHACS 3.71</a></li>
259260
<li><a href="acs/3.70/welcome/index.html"><i class="fa fa-arrow-circle-o-right"></i> RHACS 3.70</a></li>

0 commit comments

Comments
 (0)