swh:1:snp:bdc19e867479541d0f4994ceaa711217d0dc28ed
Tip revision: 6522ead89d4a379cf0626f742814ad6e5cc831bc authored by Hadley Wickham on 03 September 2019, 15:40:02 UTC
version 1.4.0
version 1.4.0
Tip revision: 6522ead
docsearch.html
{{#yaml}}{{#docsearch}}
<script src="https://cdnjs.cloudflare.com/ajax/libs/docsearch.js/2.6.1/docsearch.min.js" integrity="sha256-GKvGqXDznoRYHCwKXGnuchvKSwmx9SRMrZOTh2g4Sb0=" crossorigin="anonymous"></script>
<script>
docsearch({
{{#app_id}}appId: '{{.}}',{{/app_id}}
{{#debug}}debug: {{{.}}},{{/debug}}
apiKey: '{{api_key}}',
indexName: '{{index_name}}',
inputSelector: 'input#search-input.form-control',
transformData: function(hits) {
return hits.map(function (hit) {
hit.url = updateHitURL(hit);
return hit;
});
}
});
</script>
{{/docsearch}}{{/yaml}}