gitbook-plugin-anchor-nav-x
v1.0.2
Published
extend from gitbook-plugin-anchor-navigation-ex, add tooltipMode to display different UI, thanks for the author about zhuqiang,yuan1994
Maintainers
Readme
gitbook-plugin-anchor-nav-x
Thanks
extend from gitbook-plugin-gitbook-plugin-anchor-navigation-ex
how to use
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-xhow to config plugin ?
add this plugin to book.json
{
"plugins": [
"anchor-nav-x"
],
"pluginsConfig": {
"toolTipMode": "click" // or "hover"
}
}more
more pluginConfig to see here
