mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-01 16:00:29 +02:00
docs(v2): add mention on DocSearch when you run the crawler on your own (#2809)
This commit is contained in:
parent
b52b7d64ff
commit
34e664ac27
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ const siteConfig = {
|
||||||
algolia: {
|
algolia: {
|
||||||
apiKey: 'my-api-key',
|
apiKey: 'my-api-key',
|
||||||
indexName: 'my-index-name',
|
indexName: 'my-index-name',
|
||||||
|
appId: 'app-id', // Optional, if you run the DocSearch crawler on your own
|
||||||
algoliaOptions: {} // Optional, if provided by Algolia
|
algoliaOptions: {} // Optional, if provided by Algolia
|
||||||
},
|
},
|
||||||
...
|
...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue