Skip to content

stackql-labs/docusaurus-plugin-smartlook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docusaurus-plugin-smartlook

Plugin to enable Smartlook with Docusaurus

Installation

NPM

npm i docusaurus-plugin-smartlook

YARN

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

About

A plugin which adds your Smartlook tracking code to your docusaurus site.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors