Skip to content

Commit 9edb1b8

Browse files
committed
RHDEVDOCS 5867 publish OpenShift Pipelines 1.14 standalone doc
1 parent 0b22dae commit 9edb1b8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ AddType text/vtt vtt
290290

291291
# Pipelines handling unversioned and latest links
292292
RewriteRule ^pipelines/?$ /pipelines/latest [R=302]
293-
RewriteRule ^pipelines/latest/?(.*)$ /pipelines/1\.13/$1 [NE,R=302]
293+
RewriteRule ^pipelines/latest/?(.*)$ /pipelines/1\.14/$1 [NE,R=302]
294294

295295
# Pipelines landing page
296296

@@ -318,7 +318,7 @@ AddType text/vtt vtt
318318
RewriteRule ^container-platform/(4\.10|4\.11|4\.12|4\.13|4\.14)/cicd/pipelines/securing-webhooks-with-event-listeners.html /pipelines/latest/secure/securing-webhooks-with-event-listeners.html [L,R=302]
319319

320320
# redirect top-level without filespec to the about file
321-
RewriteRule ^pipelines/(1\.10|1\.11|1\.12|1\.13)/?$ /pipelines/$1/about/understanding-openshift-pipelines.html [L,R=302]
321+
RewriteRule ^pipelines/(1\.10|1\.11|1\.12|1\.13|1\.14)/?$ /pipelines/$1/about/understanding-openshift-pipelines.html [L,R=302]
322322

323323

324324
# OSD redirects for new content

_templates/_page_openshift.html.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@
225225
<%= distro %>
226226
</a>
227227
<select id="version-selector" onchange="versionSelector(this);">
228+
<option value="1.14">1.14</option>
228229
<option value="1.13">1.13</option>
229230
<option value="1.12">1.12</option>
230231
<option value="1.11">1.11</option>

0 commit comments

Comments
 (0)