加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
book.json 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
zehexin 提交于 2019-02-12 14:02 . fix: failed to load prism syntax: shell
{
"root":"docs",
"title": "《Flutter实战》",
"author": "wendux 824783146@qq.com",
"description": "记录Gitbook的配置和一些插件的使用",
"language" : "zh-hans",
"links":{
"sharing": {
"all": null,
"facebook": null,
"google": null,
"twitter": null,
"weibo": null
},
"sidebar": {
"<div><img height=20 style='position:relative; top:5px; padding-right:5px ' src='https://cdn.jsdelivr.net/gh/flutterchina/website@1.0/images/favicon.png'/> Flutter中文网</div>": "https://flutterchina.club"
}
},
"plugins": [
"-search",
"search-pro",
"ace",
"splitter",
"toggle-chapters",
"prism",
"donate",
"-highlight"
],
"pluginsConfig": {
"prism": {
"lang": {
"shell": "bash"
}
},
"search-pro": {
"cutWordLib": "nodejieba",
"defineWord" : ["Gitbook Use"]
},
"donate": {
"wechat": "https://cdn.jsdelivr.net/gh/flutterchina/flutter-in-action@1.0.3/docs/imgs/pay.jpeg",
"button": "赏",
"wechatText": "微信打赏"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化