File tree Expand file tree Collapse file tree 5 files changed +19
-8
lines changed
Expand file tree Collapse file tree 5 files changed +19
-8
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ GREEN='\033[0;32m'
66
77# Download analytics related files and move them to correct folders
88echo -e " ${GREEN} ==== Download files with removed analytics ====${NC} "
9- wget https://raw.githubusercontent.com/openshift-docs/scripts/ master/ocpdocs/_analytics_other.html -O _templates/_analytics_other.html
10- wget https://raw.githubusercontent.com/openshift-docs/scripts/ master/ocpdocs/_footer_other.html.erb -O _templates/_footer_other.html.erb
11- wget https://raw.githubusercontent.com/openshift-docs/scripts/ master/ocpdocs/_topnav_other.html -O _templates/_topnav_other.html
12- wget https://raw.githubusercontent.com/openshift-docs/scripts/ master/ocpdocs/index-commercial.html -O index-commercial.html
13- wget https://raw.githubusercontent.com/openshift-docs/scripts/ master/ocpdocs/search-commercial.html -O search-commercial.html
9+ wget https://raw.githubusercontent.com/openshift/openshift -docs/master/scripts /ocpdocs/_analytics_other.html -O _templates/_analytics_other.html
10+ wget https://raw.githubusercontent.com/openshift/openshift -docs/master/scripts /ocpdocs/_footer_other.html.erb -O _templates/_footer_other.html.erb
11+ wget https://raw.githubusercontent.com/openshift/openshift -docs/master/scripts /ocpdocs/_topnav_other.html -O _templates/_topnav_other.html
12+ wget https://raw.githubusercontent.com/openshift/openshift -docs/master/scripts /ocpdocs/index-commercial.html -O index-commercial.html
13+ wget https://raw.githubusercontent.com/openshift/openshift -docs/master/scripts /ocpdocs/search-commercial.html -O search-commercial.html
Original file line number Diff line number Diff line change 22set -ev
33
44# Download the preview page
5- wget https://raw.githubusercontent.com/openshift-docs/scripts/master /_previewpage
5+ wget https://raw.githubusercontent.com/openshift/openshift -docs/master/ scripts/ocpdocs /_previewpage
66
77# Copy preview page into the _preview folder
88cp --verbose _previewpage _preview/index.html
99
1010# Download robots.txt
11- wget https://raw.githubusercontent.com/openshift-docs/scripts/master /robots_preview.txt
11+ wget https://raw.githubusercontent.com/openshift/openshift -docs/master/ scripts/ocpdocs /robots_preview.txt
1212
1313# Copy robots into the _preview folder
1414cp --verbose robots_preview.txt _preview/robots.txt
Original file line number Diff line number Diff line change 5353
5454 </div>
5555 </div>
56+ <div class="col-sm-3 text-center">
57+ <h2>OpenShift ARO</h2>
58+ <div class="list-group">
59+ <p>
60+ <a role="button" class="btn btn-primary" href="/openshift-aro/latest/welcome/index.html">
61+ <i class="fa fa-arrow-circle-o-right"></i> Dedicated</a>
62+ </p>
63+ <p class="list-group-item-text">Azure Red Hat OpenShift</p>
64+
65+ </div>
66+ </div>
5667 <div class="col-sm-3 text-center">
5768 <h2>OpenShift Origin</h2>
5869 <div class="list-group">
File renamed without changes.
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ if [[ "$COMMENT_FOUND" = false ]]; then
143143 fi
144144 done
145145 fi
146-
146+
147147 echo -e " ${YELLOW} ADDING COMMENT on PR${NC} "
148148 # if there is a comment file show individual file URLs otherwise show the main URL
149149 if [ ! -f comments.txt ]; then
You can’t perform that action at this time.
0 commit comments