GitBook Plugin to add footer, mainly for personal usage at fundebug.com for documentation.
npm install gitbook-plugin-footerGitBook Plugin to add footer
```
npm install gitbook-plugin-footer
add to book.json
```
{
"plugins": [
"footer"
],
"pluginsConfig": {
"layout": {
"footerPath" : "layouts/footer.html"
}
}
}