2.0.0 • Published 7 years ago

gitbook-plugin-clicky v2.0.0

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

Clicky plugin for GitBook

You can use install it via NPM:

$ npm install gitbook-plugin-clicky

And use it for your book in the book.json:

{
    "plugins": ["clicky"]
}

You can set the clicky Site ID ID using the plugins configuration in the book.json:

{
    "plugins": ["clicky"],
    "pluginsConfig": {
        "clicky": {
            "site_id": "XYXYXY"
        }
    }
}
2.0.0

7 years ago

1.0.0

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago