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