1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/_templates/_search_dedicated.html.erb
Vikram Goyal d3e3233ae9 Initial Commit
2018-05-29 11:28:00 +10:00

16 lines
332 B
Plaintext

<div id="hc-search">
<input id="hc-search-input" type="text">
<button id="hc-search-btn">Search</button>
</div>
<div id="hc-search-modal">
<div id="hc-modal-content">
<span id="hc-modal-close">&times;</span>
<div id="hc-search-results"></div>
</div>
</div>
<script>
hcSearchCategory("docs_dedicated");
</script>