extend from gitbook-plugin-gitbook-plugin-anchor-navigation-ex
if you not install gitbook-cli ?
$ npm install gitbook-cli -g
how to install gitbook-plugin-anchor-nav-x ?
$ gitbook install gitbook-plugin-anchor-nav-x
how to config plugin ?
add this plugin to book.json
{
"plugins": [
"anchor-nav-x"
],
"pluginsConfig": {
"toolTipMode": "click" // or "hover"
}
}
more pluginConfig to see here