1.0.2 • Published 2 years ago

@stackql/docusaurus-plugin-smartlook v1.0.2

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

docusaurus-plugin-smartlook

Plugin to enable Smartlook with Docusaurus

Installation

npm i docusaurus-plugin-smartlook
yarn add docusaurus-plugin-smartlook

Setup

Add to plugins in docusaurus.config.js:

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

Add your Smartlook projectKey to themeConfig in the docusaurus.config.js file:

{
  themeConfig: {
    smartlook: {
      projectKey: SMARTLOOK_PROJECT_KEY,
    },
    ...
  }
}