GitBook Plugin to add header

Installation

1
npm install gitbook-plugin-header

Usage

add to book.json

1
2
3
4
5
6
7
8
9
10
{
  "plugins": [
    "header"
  ],
  "pluginsConfig": {
    "layout": {
      "headerPath" : "layouts/header.html"
    }
  }
}