/gitbook-plugin-anchor-navigation

Add anchor navigation and goto Top to your Gitbook

Primary LanguageJavaScript

gitbook-plugin-anchor-navigation

Add anchor navigation and goto Top to your Gitbook.

default display:

1

hover display:

2

Install in your book using

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

Add the plugin to your book.json:

{
	"plugins" : [ "anchor-navigation" ]
}