symblai / docusaurus-plugin-munchkin

Plugin which adds Marketo Munchkin script to docusaurus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docusaurus-plugin-munchkin

Installation

npm i docusaurus-plugin-munchkin

Setup

Add to plugins in docusaurus.config.js:

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

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

{
  themeConfig: {
    munchkin: {
      applicationId: MUNCHKIN_ID,
    },
    ...
  }
}

About

Plugin which adds Marketo Munchkin script to docusaurus

License:MIT License


Languages

Language:JavaScript 100.0%