@apify/docs-theme 1.0.81 → 1.0.83
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 +2 -1
- package/src/config.js +6 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apify/docs-theme",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.83",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./src/index.js",
|
|
6
6
|
"files": [
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
"@docusaurus/theme-common": "^2.3.1",
|
|
23
23
|
"axios": "^1.3.1",
|
|
24
24
|
"babel-loader": "^9.1.0",
|
|
25
|
+
"docusaurus-plugin-hubspot": "^1.0.1",
|
|
25
26
|
"prism-react-renderer": "^1.3.5"
|
|
26
27
|
},
|
|
27
28
|
"peerDependencies": {
|
package/src/config.js
CHANGED
|
@@ -247,6 +247,11 @@ const themeConfig = ({
|
|
|
247
247
|
facetFilters: ['version:VERSION'],
|
|
248
248
|
},
|
|
249
249
|
},
|
|
250
|
+
hubspot: {
|
|
251
|
+
accountId: '19497222',
|
|
252
|
+
async: true,
|
|
253
|
+
defer: true,
|
|
254
|
+
},
|
|
250
255
|
});
|
|
251
256
|
|
|
252
257
|
const plugins = [
|
|
@@ -256,6 +261,7 @@ const plugins = [
|
|
|
256
261
|
trackingID: 'UA-67003981-4',
|
|
257
262
|
},
|
|
258
263
|
],
|
|
264
|
+
'docusaurus-plugin-hubspot',
|
|
259
265
|
// [
|
|
260
266
|
// 'docusaurus-gtm-plugin',
|
|
261
267
|
// {
|