@apify/docs-theme 1.0.89 → 1.0.90
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/config.js +4 -2
package/package.json
CHANGED
package/src/config.js
CHANGED
|
@@ -241,8 +241,10 @@ const themeConfig = ({
|
|
|
241
241
|
},
|
|
242
242
|
algolia: {
|
|
243
243
|
appId: 'N8EOCSBQGH',
|
|
244
|
-
apiKey: '
|
|
245
|
-
indexName: '
|
|
244
|
+
apiKey: 'b43e67a96ed18c7f63f5fd965906a96d', // search only (public) API key
|
|
245
|
+
indexName: 'apify_sdk',
|
|
246
|
+
// apiKey: 'e97714a64e2b4b8b8fe0b01cd8592870', // search only (public) API key
|
|
247
|
+
// indexName: 'crawler_dev_apify_sdk',
|
|
246
248
|
algoliaOptions: {
|
|
247
249
|
facetFilters: ['version:VERSION'],
|
|
248
250
|
},
|