0.1.2 • Published 10 years ago

gitbook-plugin-olark v0.1.2

Weekly downloads
1
License
Apache 2
Repository
github
Last release
10 years ago

Olark plugin for GitBook

You can use install it via NPM:

$ npm install gitbook-plugin-olark

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

{
    "plugins": ["olark"]
}

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

{
    "plugins": ["olark"],
    "pluginsConfig": {
        "olark": {
            "site_id": "XYXYXY"
        }
    }
}