0.0.4 • Published 9 years ago

gitbook-plugin-sidebar-ad v0.0.4

Weekly downloads
18
License
BSD
Repository
github
Last release
9 years ago

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