github.com/thanos-io/thanos@v0.32.5/website/layouts/partials/searchConfig/index.html (about)

     1  {{ $tip := "tip"}}
     2  <script nonce="93HDK8392dfjh4Gb" type="text/javascript"
     3      src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
     4  <script nonce="93HDK8392dfjh4Gb" type="text/javascript"> docsearch({
     5          apiKey: '649aaeb84811844d97cb5aa0398b94d9',
     6          indexName: 'thanos',
     7          inputSelector: '#searchInput',
     8          algoliaOptions: { 'facetFilters': ["version:{{ $tip }}"] },
     9          debug: false // Set debug to true if you want to inspect the dropdown.
    10      });
    11  </script>