gitbook-plugin-cookie-consent
v1.0.0
Published
Cookie Consent JS plugin integration for GitBook
Downloads
11
Readme
Cookie Consent JS plugin for GitBook
To use the Cookie Consent plugin in your Gitbook project, add the plugin to the book.json
file, along with any config parameter you'd like to use.
{
"plugins": ["cookie-consent"],
"pluginsConfig": {
"cookieConsent": {
"message": "Your custom message"
}
}
}
Then run gitbook install
to download and install the plugin.