-
Notifications
You must be signed in to change notification settings - Fork 115
/
book.json
41 lines (41 loc) · 879 Bytes
/
book.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"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
}]
}
}
}