插件安装
{
"title": "gitbook",
"description": "gitbook",
"author": "WeiLai",
"language": "zh-hans",
"root": ".",
"plugins": [
"donate",
"github-buttons@2.1.0",
"edit-link"
],
"pluginsConfig": {
"donate": {
"wechat": "https://xxx.jpg",
"alipay": "https://xxx.jpg",
"title": "",
"button": "打赏",
"alipayText": "支付宝打赏",
"wechatText": "微信打赏"
},
"github-buttons": {
"repo": "itswl/gitbook",
"types": [
"star"
],
"size": "small"
},
"edit-link": {
"base": "https://github.com/itswl/gitbook/edit/master",
"label": "Edit This Page"
}
}
}Last updated
Was this helpful?