加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
book.json 879 Bytes
一键复制 编辑 原始数据 按行查看 历史
SangKa.Z 提交于 2018-02-17 18:19 . chore(gitbook): update config
{
"gitbook": "3.1.1",
"title": "学习 RxJS 操作符",
"structure": {
"readme": "index.md"
},
"plugins": [
"include-codeblock",
"advanced-emoji",
"prism",
"highlight",
"copy-code-button",
"edit-link",
"github",
"github-buttons"
],
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/RxJS-CN/learn-rxjs-operators/tree/master",
"label": "帮忙纠错"
},
"github": {
"url": "https://github.com/RxJS-CN/learn-rxjs-operators"
},
"github-buttons": {
"buttons": [{
"user" : "RxJS-CN",
"repo" : "learn-rxjs-operators",
"type" : "star",
"size" : "small",
"count": true
}, {
"user" : "RxJS-CN",
"repo" : "learn-rxjs-operators",
"type" : "fork",
"size" : "small",
"count": true
}]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化