Skip to content

TerenYeung/gitbook-plugin-anchor-nav-x

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Supports two navigation mode, title, anchor effect is the default theme, style, follow the website

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 75.8%
  • CSS 24.2%