honkit-plugin-google-analytics
v1.0.0
Published
Add a google analytics tag to your Honkit documentation.
Readme
Google Analytics Hook for Honkit
Adds a standard UA-XXXXXXXX-Y analytics hook for google analytics to your header.
Install
npm install honkit-plugin-google-analytics --save-devUsage
Add it to your book.json with this configuration...
{
"plugins": ["honkit-plugin-google-analytics"],
"pluginsConfig": {
"analytics": {
"uid": "UA-XXXXXXXX-Y"
}
}
}