1.0.0 • Published 1 year ago

gitbook-plugin-sidebar-ads v1.0.0

Weekly downloads
-
License
BSD-2-Clause
Repository
github
Last release
1 year ago

GitBook Sidebar Ad with Carousel plugin

Add a nice sidebar ad to your GitBook with a carousel to cater for sponsored ads. This is based on the GitBook Sidebar Ad plugin developed by Ola Sitarska for the Django Girls Tutorial.

Example:

Example

See demo

How to use it:

Add this to your "book.json":

{
    "plugins": ["sidebar-ads"],
    "pluginsConfig": {
        "sidebar-ads": {
            "ads": [
                {
                    "imageUrl": "https://i.imgur.com/K3HPXzm.png",
                    "url": "http://google.com/",
                    "description": "text",
                    "btnText": "Buy me again!"
                },
                {
                    "imageUrl": "https://i.imgur.com/K3HPXzm.png",
                    "url": "http://google.com/",
                    "description": "text",
                    "btnText": "Buy me again!"
                },
            ]
        },
    }
}

License

BSD-2-Clause