diff --git a/docs/en/next/search.html b/docs/en/next/search.html index f1371df88a..53b8cfddb2 100644 --- a/docs/en/next/search.html +++ b/docs/en/next/search.html @@ -89,6 +89,7 @@ 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 }, ... @@ -135,7 +136,7 @@
To disable the search bar, comment out (recommended) or delete the algolia
section in the siteConfig.js
file.
Also, if you have customized the location of the search bar in headerLinks
, set search: false
.