gitbook-plugin-header
v0.1.0
Published
GitBook Plugin to add header
Downloads
242
Readme
GitBook Plugin to add header
Installation
npm install gitbook-plugin-header
Usage
add to book.json
{
"plugins": [
"header"
],
"pluginsConfig": {
"layout": {
"headerPath" : "layouts/header.html"
}
}
}