Files
docker-docs/search.md
Sebastiaan van Stijn db85f983a3 Remove glossary left-overs
Looks like removing the front-matter in f17ebae568
caused the output to break, resulting in a JavaScript error.

Looking at where this file was used, it turned out that it was loaded, but
never used anywhere.

This commit removes the remaining parts of the glossary search functionality,
which was not used.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-08 15:50:05 +02:00

2.1 KiB

description, keywords, noratings, notoc, notags, title, skip_read_time
description keywords noratings notoc notags title skip_read_time
Docker documentation search results Search, Docker, documentation, manual, guide, reference, api true true true Docs search true
<style type='text/css'> #my-cse1 { all: initial !important; all: default !important; } #my-cse1 table, #my-cse1 table tr, #my-cse1 table tr th, #my-cse1 table tr td, .gs-bidi-start-align { border: 0px !important; padding: 0px !important; line-height: initial !important; margin: 0px !important; } .gs-snippet { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; color: #999} .gs-webResult .gs-result .gs-no-results-result { padding: 10px !important; } .gs-per-result-labels { display: none !important; } .gsc-url-top, .gsc-thumbnail-inside, .gs-spelling { padding: 0px !important; } .gcsc-branding { padding-right: 0px !important; } .gsc-tabHeader.gsc-tabhActive, .gsc-tabsArea { border-color: #CCC !important; } .gcs-input, #gsc-i-id1 { padding: 5px 5px 5px 5px !important; } #gscb_a, .gscb_a { padding: 3px 0px 0px 0px !important;} .gsc-control-cse, .gsc-control-cse-en { padding: 0px !important; } .gsc-result-info { padding-bottom: 0px !important; } .gsc-adBlock { display: none; } </style>
<script> (function() { var cx = '005610573923180467403:iwlnuvjqpv4'; var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true; gcse.src = 'https://cse.google.com/cse.js?cx=' + cx; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s); })(); </script>

gcse:searchresults-only</gcse:searchresults-only>

<script defer> setTimeout(function(){ $(document).ready(function() { let searchTerm = decodeURI(queryString().q); if(searchTerm != 'undefined' && searchTerm != "") { $("#st-search-input").val(searchTerm); $("#st-search-input").focus(); // Update heading with term user searched for let currHeading = $("h1").text(); $("h1").text(currHeading + " results for: " + searchTerm); } }); }, 1); </script>