1.0.4 • Published 4 years ago

gitbook-plugin-theme-xsky-online-help v1.0.4

Weekly downloads
1
License
GPLv3
Repository
-
Last release
4 years ago

Introduction

It is a gitbook theme plugin for xsky online help

setting

in book.json

{
  "plugins": [
    "theme-xsky-online-help@git+http://github.xsky.com/yukun/gitbook-plugin-theme-xsky-online-help.git"
  ],
  "pluginsConfig":{
    "lang": [
        {
          "value": "/cn",
          "text": "中文",
          "sign": "zh-hans",
          "selected": true
        },
        {
          "value": "/en",
          "sign": "English",
          "text": "English"
        }
    ]
  }
}