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