1.0.2 • Published 6 years ago

gitbook-plugin-anchor-nav-x v1.0.2

Weekly downloads
1
License
GPL-3.0
Repository
github
Last release
6 years ago

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-x

how to config plugin ?

add this plugin to book.json

{
  "plugins": [
    "anchor-nav-x"
  ],
  "pluginsConfig": {
    "toolTipMode": "click" // or "hover"
  }
}

more

more pluginConfig to see here