@apify/docs-theme 1.0.111 → 1.0.113

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 +2 -1
  2. package/src/config.js +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apify/docs-theme",
3
- "version": "1.0.111",
3
+ "version": "1.0.113",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
@@ -25,6 +25,7 @@
25
25
  "axios": "^1.4.0",
26
26
  "babel-loader": "^9.1.3",
27
27
  "docusaurus-gtm-plugin": "^0.0.2",
28
+ "docusaurus-plugin-smartlook": "^1.0.2",
28
29
  "postcss-preset-env": "^9.3.0",
29
30
  "prism-react-renderer": "^2.0.6"
30
31
  },
package/src/config.js CHANGED
@@ -13,6 +13,7 @@ const themeConfig = ({
13
13
  hideable: true,
14
14
  },
15
15
  },
16
+ smartlook: { projectKey: process.env.SMARTLOOK_PROJECT_KEY ?? '-' },
16
17
  navbar: {
17
18
  title: 'Apify Docs',
18
19
  logo: {
@@ -255,6 +256,7 @@ const themeConfig = ({
255
256
  });
256
257
 
257
258
  const plugins = [
259
+ 'docusaurus-plugin-smartlook',
258
260
  [
259
261
  'docusaurus-gtm-plugin',
260
262
  {