olasitarska / gitbook-plugin-sidebar-ad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitBook Sidebar Ad plugin

Add a nice sidebar ad to your GitBook.

Example:

Example

See demo

How to use it:

Add this to your "book.json":

{
    "plugins": ["sidebar-ad"],
    "pluginsConfig": {
        "sidebar-ad": {
            "imageUrl": "http://i.imgur.com/K3HPXzm.png", // Url to your ad
            "url": "http://google.com/", // Url that image will be linked to, optional
            "description": "text", // Text next to the add, optional
            "btnText": "Buy me!" // Text for the Call to Action button, optional
        }
    }
}

License

BSD

About


Languages

Language:HTML 49.8%Language:CSS 44.0%Language:JavaScript 6.2%