@apify/docs-theme 1.0.88 → 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.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. package/src/config.js +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apify/docs-theme",
3
- "version": "1.0.88",
3
+ "version": "1.0.90",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
@@ -20,14 +20,14 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@docusaurus/theme-common": "^2.4.1",
23
+ "@stackql/docusaurus-plugin-hubspot": "^1.1.0",
23
24
  "axios": "^1.4.0",
24
25
  "babel-loader": "^9.1.2",
25
26
  "docusaurus-gtm-plugin": "^0.0.2",
26
- "@stackql/docusaurus-plugin-hubspot": "^1.1.0",
27
27
  "prism-react-renderer": "^1.3.5"
28
28
  },
29
29
  "peerDependencies": {
30
- "@apify/docsearch-apify-docs": "*",
30
+ "@apify/docsearch-apify-docs": "^3.5.3",
31
31
  "react": "*",
32
32
  "react-dom": "*"
33
33
  }
package/src/config.js CHANGED
@@ -241,8 +241,10 @@ const themeConfig = ({
241
241
  },
242
242
  algolia: {
243
243
  appId: 'N8EOCSBQGH',
244
- apiKey: 'e97714a64e2b4b8b8fe0b01cd8592870', // search only (public) API key
245
- indexName: 'crawler_dev_apify_sdk',
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
  },