This package has been deprecated

Author message:

docusaurus-plugin-hubspot is now available at @stackql/docusaurus-plugin-hubspot

docusaurus-plugin-hubspot

1.0.1 • Public • Published

docusaurus-plugin-hubspot

Plugin to enable Hubspot with Docusaurus

Installation

NPM

npm i docusaurus-plugin-hubspot
YARN

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,
    },
    ...
  }
}

Package Sidebar

Install

npm i docusaurus-plugin-hubspot

Weekly Downloads

286

Version

1.0.1

License

MIT

Unpacked Size

3.67 kB

Total Files

4

Last publish

Collaborators

  • jeffreyaven