@apify/docs-theme 1.0.80 → 1.0.82

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apify/docs-theme",
3
- "version": "1.0.80",
3
+ "version": "1.0.82",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
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
  // {
@@ -45,7 +45,7 @@ function SubNavbar() {
45
45
  <div className="navbar__container">
46
46
  <div className="navbar__items">
47
47
  <div className="navbar__sub--title">
48
- <NavbarItem label={subNavbar.title} to="/" activeBaseRegex='(?!)' />
48
+ <NavbarItem label={subNavbar.title} to={subNavbar.to ?? '/'} activeBaseRegex='(?!)' />
49
49
  </div>
50
50
  <NavbarItems items={subNavbar.items}/>
51
51
  </div>
@@ -702,3 +702,5 @@ html[data-theme='dark'] .beta-chip {
702
702
  a.tsd-anchor[href^="https://undefined"] {
703
703
  display: none;
704
704
  }
705
+
706
+ /* dummy comment to trigger theme publishing */