1.0.0 • Published 6 years ago
gitbook-plugin-theme-xsky-online-help v1.0.0
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"
}
]
}
}