1.0.1 • Published 2 years ago

docusaurus-plugin-hubspot v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

docusaurus-plugin-hubspot

Plugin to enable Hubspot with Docusaurus

Installation

npm i docusaurus-plugin-hubspot
yarn add docusaurus-plugin-hubspot

Setup

Add to plugins in docusaurus.config.js:

{
  plugins: [
    'docusaurus-plugin-hubspot',
    ...
  ]
}

Add your Hubspot configuration to themeConfig in the docusaurus.config.js file:

{
  themeConfig: {
    hubspot: {
      accountId: HUBSPOT_ACCOUNT_ID,
    },
    ...
  }
}