Skip to content

Commit

Permalink
Add hubspot integration.
Browse files Browse the repository at this point in the history
Signed-off-by: Gerd Zellweger <[email protected]>
  • Loading branch information
gz committed Nov 23, 2024
1 parent f7a7430 commit 12b8356
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ const config: Config = {
disableSwitch: true,
respectPrefersColorScheme: false,
},
hubspot: {
accountId: 45801078,
async: true,
defer: true,
},
algolia: {
appId: 'WX24466N8W',
apiKey: '8cce7b26a5c025f69008e3f843dab4cc',
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@docusaurus/preset-classic": "3.5.2",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"docusaurus-plugin-hubspot": "^1.0.1",
"docusaurus-preset-openapi": "^0.7.5",
"posthog-docusaurus": "^2.0.1",
"prism-react-renderer": "^2.3.0",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3715,6 +3715,11 @@ dns-packet@^5.2.2:
dependencies:
"@leichtgewicht/ip-codec" "^2.0.1"

docusaurus-plugin-hubspot@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/docusaurus-plugin-hubspot/-/docusaurus-plugin-hubspot-1.0.1.tgz#a68d09e048dd686ddeda97a53eb3d48cd9beaac8"
integrity sha512-sX/6dMQ1nkh5sneNLIdOqrZdzFDlxBGcFwGjiQBS3z3JH87UinlSSVWpzCHU/PFKCAX3cqQSTjZwA/JP5dLPzQ==

docusaurus-plugin-openapi@^0.7.5:
version "0.7.5"
resolved "https://registry.yarnpkg.com/docusaurus-plugin-openapi/-/docusaurus-plugin-openapi-0.7.5.tgz#b524c38cfdf3cfc1edf62ed029104cb8353a82f8"
Expand Down

0 comments on commit 12b8356

Please sign in to comment.