-
Notifications
You must be signed in to change notification settings - Fork 414
/
Copy pathbook.json
45 lines (45 loc) · 893 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
42
43
44
45
{
"gitbook": "3.1.1",
"title": "Learn RxJS",
"plugins": [
"include-codeblock",
"advanced-emoji",
"prism",
"highlight",
"copy-code-button",
"edit-link",
"github",
"github-buttons",
"ga"
],
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/btroncone/learn-rxjs/tree/master",
"label": "Edit This Page"
},
"github": {
"url": "https://github.com/btroncone/learn-rxjs/"
},
"ga": {
"token": "G-VR4XDP7ZBH"
},
"github-buttons": {
"buttons": [
{
"user": "btroncone",
"repo": "learn-rxjs",
"type": "star",
"size": "small",
"count": true
},
{
"user": "btroncone",
"repo": "learn-rxjs",
"type": "watch",
"size": "small",
"count": true
}
]
}
}
}