加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
book.json 553 Bytes
一键复制 编辑 原始数据 按行查看 历史
Greg Holguin 提交于 2017-04-18 21:32 . fix edit-link ref for gitbook docs
{
"root": "./docs",
"plugins": [
"edit-link",
"theme-vuejs@git+https://github.com/pearofducks/gitbook-plugin-theme-vuejs.git",
"github",
"ga"
],
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/SimulatedGREG/electron-vue/tree/master/docs",
"label": "Edit This Page"
},
"github": {
"url": "https://github.com/SimulatedGREG/electron-vue"
},
"ga": {
"token": "UA-64200901-3"
}
},
"links": {
"sharing": {
"facebook": false,
"twitter": true
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化