File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,9 @@ mkdir commercial_package/commercial/httpd-cfg
4343mv .s2i/httpd-cfg/01-commercial.conf commercial_package/commercial/httpd-cfg
4444mv 404-commercial.html commercial_package/commercial/404.html
4545
46- git checkout master
46+ # minishift docs only need to be on 3.x
47+
48+ git checkout enterprise-3.11
4749echo " ---> Installing Minishift content ..."
4850mkdir minishift
4951cd minishift
@@ -52,7 +54,7 @@ if wget http://minishift.io/minishift-adoc.tar ; then
5254 cat _topic_map.yml >> ../_topic_map.yml
5355 rm minishift-adoc.tar
5456 cd ..
55- git add .
57+ git add minishift/
5658 git commit -am " Minishift build-time commit"
5759else
5860 echo " WARNING: Could not retrieve minishift-adoc.tar"
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ AddType text/vtt vtt
129129 RewriteRule ^(container-platform)/4.0/?(.*)$ /container-platform/4\.1/$2 [NE,R=301]
130130
131131 # set OKD docs minishift to go to the 3.11 branch as minishift is not on 4.x (yet)
132- # RewriteRule ^latest/minishift/?(.*)$ /3.11/minishift/$1 [NE,R=301]
132+ RewriteRule ^latest/minishift/?(.*)$ /3.11/minishift/$1 [NE,R=301]
133133
134134 # Redirects for "latest" version
135135 RewriteRule ^(container-platform|enterprise)/?$ /container-platform/latest [R=301]
You can’t perform that action at this time.
0 commit comments