Plugin to enable Smartlook with Docusaurus
NPM
npm i docusaurus-plugin-smartlook
YARN
yarn add docusaurus-plugin-smartlook
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,
},
...
}
}