1.0.5 • Published 7 years ago
gitbook-plugin-pageinfo v1.0.5
gitbook-plugin-pageinfo
This is a Gitbook plugin to show the title and description on every page.
Demo

How to install
Add pageinfo to your Gitbook plugins list:
{
"plugins": ["pageinfo"]
}After that, run gitbook install to download and install the plugin.
Disable on specific page
To disable this display on a specific page, add pageinfo: false to the metadata of the page.