1.0.2 • Published 5 years ago
gitbook-plugin-theme-huang v1.0.2
Gitbook theme for BingoPaaS Docs

Usage
Add the theme to your book's configuration book.json or book.js:
{
"plugins": [
"theme-huang"
],
"variables": {
"themeHuang":{
"nav":[
{
"url":"http://...",
"target":"_blank",
"name": "简易教程"
}
]
},
}
},Install by command:
gitbook installRecommand plugins
plugins: [
'-sharing',
"-fontsettings",
'back-to-top-button',
"copy-code-button",
"cuav-chapters",
"heading-anchors",
"theme-huang"
//...
]Enjoy!