File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 186
186
<%= distro %>
187
187
</ a >
188
188
< select id ="version-selector " onchange ="versionSelector(this); ">
189
+ < option value ="1.30 "> 1.30</ option >
189
190
< option value ="1.29 "> 1.29</ option >
190
191
< option value ="1.28 "> 1.28</ option >
191
192
</ select >
Original file line number Diff line number Diff line change 8
8
<%= render("_templates/_search_enterprise.html.erb", :version => version) %>
9
9
<% elsif distro_key == 'openshift-telco' %>
10
10
<%= render("_templates/_search_telco.html.erb", :version => version) %>
11
+ <% elsif distro_key == 'openshift-serverless' %>
12
+ <%= render("_templates/_search_serverless.html.erb", :version => version) %>
11
13
<% else %>
12
14
<%= render("_templates/_search_other.html") %>
13
15
<% end %>
Original file line number Diff line number Diff line change
1
+ < div id ="hc-search ">
2
+ < input id ="hc-search-input " type ="text ">
3
+ < button id ="hc-search-btn "> Search</ button >
4
+ </ div >
5
+
6
+ < div id ="hc-search-modal ">
7
+ < div id ="hc-modal-content ">
8
+ < span id ="hc-modal-close "> ×</ span >
9
+ < div id ="hc-search-results-wrapper ">
10
+ < div id ="hc-search-results "> </ div >
11
+ < div id ="hc-search-progress-indicator " class ="text-center search-progress-indicator "> < i class ="fa fa-circle-o-notch fa-spin " style ="font-size:42px "> </ i > </ div >
12
+ < div class ="text-center ">
13
+ < button id ="hc-search-more-btn "> Show more results</ button >
14
+ </ div >
15
+ </ div >
16
+ </ div >
17
+ </ div >
18
+
19
+ < script >
20
+ hcSearchCategory ( "docs_serverless" , "<%= version %> " ) ;
21
+ </ script >
You can’t perform that action at this time.
0 commit comments