1.0.0 • Published 7 years ago

gitbook-plugin-crazyegg v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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

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