Socket
Socket
Sign inDemoInstall

gitbook-plugin-navigation

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    gitbook-plugin-navigation

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


Version published
Weekly downloads
2
increased by100%
Maintainers
1
Install size
3.71 kB
Created
Weekly downloads
 

Readme

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

FAQs

Last updated on 26 Oct 2020

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc