@apify/docs-theme 1.0.56 → 1.0.57
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 +8 -9
package/package.json
CHANGED
package/src/config.js
CHANGED
|
@@ -233,15 +233,14 @@ const themeConfig = ({
|
|
|
233
233
|
height: '60px',
|
|
234
234
|
},
|
|
235
235
|
},
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
// },
|
|
236
|
+
algolia: {
|
|
237
|
+
appId: 'N8EOCSBQGH',
|
|
238
|
+
apiKey: 'b43e67a96ed18c7f63f5fd965906a96d', // search only (public) API key
|
|
239
|
+
indexName: 'apify_sdk',
|
|
240
|
+
algoliaOptions: {
|
|
241
|
+
facetFilters: ['version:VERSION'],
|
|
242
|
+
},
|
|
243
|
+
},
|
|
245
244
|
});
|
|
246
245
|
|
|
247
246
|
module.exports = {
|