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