Sha256: 136bafd8524bd57b2b67f9c5140963c1720fc666042980f77502c7be36d9de53

Contents?: true

Size: 628 Bytes

Versions: 5

Compression:

Stored size: 628 Bytes

Contents

{% if site.search and site.search_type == "docsearch" %}
<script src="https://cdn.jsdelivr.net/npm/@docsearch/js@3"></script>
<script type="text/javascript">
    docsearch({
        appId: "{{ site.docsearch.appId }}",
        apiKey: "{{ site.docsearch.apiKey }}",
        indexName: "{{ site.docsearch.indexName }}",
        container: 'li#search',
        debug: true,
    });
    docsearch({
        appId: "{{ site.docsearch.appId }}",
        apiKey: "{{ site.docsearch.apiKey }}",
        indexName: "{{ site.docsearch.indexName }}",
        container: '#search-toggle',
        debug: true,
    });
</script>
{% endif %}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-theme-h2o-ac-1.5.0 _includes/plugins/search/docsearch_js.html
jekyll-theme-h2o-ac-1.4.0 _includes/plugins/search/docsearch_js.html
jekyll-theme-h2o-ac-1.3.6 _includes/plugins/search/docsearch_js.html
jekyll-theme-h2o-ac-1.3.5 _includes/plugins/search/docsearch_js.html
jekyll-theme-h2o-ac-1.3.4 _includes/plugins/search/docsearch_js.html