gitbook-plugin-yuemanxi-footer
v1.0.1
Published
GitBook plugin to add footer.
Downloads
2
Readme
GitBook plugin to add footer
Installation
npm install gitbook-plugin-yuemanxi-footer
Usage
add to book.json
{
"plugins": [
"yuemanxi-footer"
],
"pluginsConfig": {
"yuemanxi-footer": {
"footerPath" : "layouts/footer.html"
}
}
}