gitbook-plugin-extra-html
v1.0.1
Published
GitBook插件,支持加载html文件做为页头和页脚,内置多种模块可直接使用
Downloads
3
Readme
gitbook-plugin-extra-html
This is a plugin of gitbook to add some html to render result
{
"plugins": [
"extra-html"
],
"pluginsConfig": {
"extra-html": {
"footer": {
"files": [
"_footer.html"
],
"modules": {
"divider": true,
"donate": {
"qrCodes": [
{
"image": "图片地址",
"label": "微信"
},
{
"image": "图片地址",
"label": "支付宝"
}
]
}
}
},
"header": {}
}
}
}