/gitbook-plugin-web-header

This is npm project for adding plugin to gitbook

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Gitbook Web Header Plugin

This plugin creates header element to all page.

You can use it for your book in the book.json:

{
    "plugins": ["web-header"]
}

You can set the header title using the plugins configuration in the book.json:

"pluginsConfig": {
    "webheader": {
        "headerTitle" : "XXXX Title"
    }
}