gitbook-plugin-footer
v0.0.6
Published
GitBook Plugin to add footer, mainly for personal usage at fundebug.com for documentation.
Downloads
71
Readme
GitBook Plugin to add footer
Installation
npm install gitbook-plugin-footer
Usage
add to book.json
{
"plugins": [
"footer"
],
"pluginsConfig": {
"layout": {
"footerPath" : "layouts/footer.html"
}
}
}