Add appId to Algolia options
For when someone is running their own crawler. Came up here: https://discourse.algolia.com/t/couldnt-get-docsearch-to-work/1286/2
This commit is contained in:
parent
bcb7efee68
commit
a2d9f93cc3
1 changed files with 1 additions and 0 deletions
|
|
@ -205,6 +205,7 @@ the `algoliaOptions` parameter.
|
|||
|
||||
```javascript
|
||||
docsearch({
|
||||
appId: '<APP_ID>', // if you are running the crawler yourself
|
||||
apiKey: '<API_KEY>',
|
||||
indexName: '<INDEX_NAME>',
|
||||
inputSelector: '<YOUR_INPUT_DOM_SELECTOR>',
|
||||
|
|
|
|||
Loading…
Reference in a new issue