gitbook-plugin-anchor-navigation

Add anchor navigation and goto Top to your Gitbook.

default display:

1

hover display:

2

Install in your book using

  1. $ npm install --save gitbook-plugin-anchor-navigation

Add the plugin to your book.json:

  1. {
  2. "plugins" : [ "anchor-navigation" ]
  3. }