0.0.6 • Published 9 years ago
gitbook-plugin-footer v0.0.6
GitBook Plugin to add footer
Installation
npm install gitbook-plugin-footer
Usage
add to book.json
{
"plugins": [
"footer"
],
"pluginsConfig": {
"layout": {
"footerPath" : "layouts/footer.html"
}
}
}