1.0.1 • Published 4 years ago

gitbook-plugin-directory-location v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

gitbook-plugin-directory-location

通过URL进入页面时,导航栏自动滚动到当前页面对应的目录位置。

Scroll to the corresponding directory according to the URL when entering the page.

Useage

{
  "plugins": [
    "directory-location"
  ],
  "pluginsConfig": {
    "scrollTime": 300
  }
}