mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-30 23:08:54 +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: {
|
||||
apiKey: 'my-api-key',
|
||||
indexName: 'my-index-name',
|
||||
appId: 'app-id', // Optional, if you run the DocSearch crawler on your own
|
||||
algoliaOptions: {} // Optional, if provided by Algolia
|
||||
},
|
||||
...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue