New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gitbook-plugin-navigation

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitbook-plugin-navigation

基于Gitbook实现的导航栏插件, 用于追加单独的导航

0.1.1
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

gitbook-plugin-navigation

基于Gitbook实现的导航栏插件, 用于追加单独的导航

Install

in the book.json:

config your chrome exec file

  "plugins": [
    "navigation"
  ],
  "pluginsConfig": {
    "navigation": {
      "navigatorList": [
        { "name": "百度首页", "url": "https://www.baidu.com" },
        { "name": "新浪微博", "url": "https://www.sina.com" }
      ]
    }
  }

Keywords

gitbook-plugin-navigation

FAQs

Package last updated on 26 Oct 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts