gitbook-plugin-web-header
v1.1.3
Published
Add header element for website
Readme
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"
}
}