1.0.5 • Published 7 years ago

gitbook-plugin-pageinfo v1.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

gitbook-plugin-pageinfo

npm version

This is a Gitbook plugin to show the title and description on every page.

Demo

Image 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.