gitbook-plugin-theme-xsky-online-help
v1.0.4
Published
XSKY Online Help theme plugin
Maintainers
Readme
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"
}
]
}
}