Merge pull request #985 from microwavables/update-docs
updated search functionality of docs on site
This commit is contained in:
commit
59be3008fd
@ -23,7 +23,8 @@
|
|||||||
{{ partial "footer" . }}
|
{{ partial "footer" . }}
|
||||||
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
|
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
|
||||||
<script type="text/javascript"> docsearch({
|
<script type="text/javascript"> docsearch({
|
||||||
apiKey: '8f37841a145124eb42a0e3249d49a3c5',
|
appId: 'FYQE1VJB02',
|
||||||
|
apiKey: '826ac6c64f20d5e00a72a0599cf76177',
|
||||||
indexName: 'pinniped',
|
indexName: 'pinniped',
|
||||||
inputSelector: '.docsearch-input',
|
inputSelector: '.docsearch-input',
|
||||||
debug: false // Set debug to true if you want to inspect the dropdown
|
debug: false // Set debug to true if you want to inspect the dropdown
|
||||||
|
Loading…
Reference in New Issue
Block a user