1.0.0 • Published 9 years ago
gitbook-plugin-crazyegg v1.0.0
gitbook-plugin-crazyegg
CrazyEgg for Gitbook
How to use?
Add plugin to your book.json, then run gitbook install:
{
"plugins": ["crazyegg"]
}Configure crazyegg account number:

Crazyegg's script breaks your account number into a substring of 4 digits each, include both in the pluginsConfig
{
"plugins": ["crazyegg"],
"pluginsConfig": {
"crazyegg": {
"partOne": "1234",
"partTwo": "5678"
}
}
}Inspiration
Inspired by: https://github.com/chudaol/gitbook-plugin-gtm
1.0.0
9 years ago