GitBook Plugin to add header
npm install gitbook-plugin-headerGitBook Plugin to add header
```
npm install gitbook-plugin-header
add to book.json
```
{
"plugins": [
"header"
],
"pluginsConfig": {
"layout": {
"headerPath" : "layouts/header.html"
}
}
}