mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 18:24:03 +00:00
docsearch update
This commit is contained in:
parent
2c5c9a6478
commit
ca68f416ac
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@
|
||||||
docsearch({
|
docsearch({
|
||||||
apiKey: '{{ $page->docsearchApiKey }}',
|
apiKey: '{{ $page->docsearchApiKey }}',
|
||||||
indexName: '{{ $page->docsearchIndexName }}',
|
indexName: '{{ $page->docsearchIndexName }}',
|
||||||
|
algoliaOptions: { 'facetFilters': ["version:{{ $page->version() }}", "language:en"] },
|
||||||
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…
Add table
Add a link
Reference in a new issue