- gitbook-plugin-anchor-navigation
gitbook-plugin-anchor-navigation
Add anchor navigation and goto Top to your Gitbook.
default display:
hover display:
Install in your book using
$ npm install --save gitbook-plugin-anchor-navigation
Add the plugin to your book.json
:
{
"plugins" : [ "anchor-navigation" ]
}