-
Notifications
You must be signed in to change notification settings - Fork 151
/
Copy pathbook.json
56 lines (56 loc) · 1.29 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
{
"generator": "site",
"title": "RxSwift 中文文档",
"description": null,
"structure": {
"readme": "introduction.md"
},
"language": "zh",
"plugins": [
"jsbin",
"anchors",
"video",
"ga",
"toggle-chapters",
"editlink",
"include-codeblock",
"splitter",
"github-buttons",
"chart",
"include-highlight",
"tonic"
],
"theme": "theme",
"pluginsConfig": {
"fontSettings": {
"theme": "white",
"family": "sans"
},
"ga": {
"token": "UA-63403975-1"
},
"editlink": {
"base": "https://github.com/beeth0ven/RxSwift-Chinese-Documentation/edit/master",
"label": "编辑页面"
},
"github-buttons": {
"repo": "beeth0ven/RxSwift-Chinese-Documentation",
"types": [
"star"
],
"size": "small",
"buttons": [
{
"user": "beeth0ven",
"repo": "RxSwift-Chinese-Documentation",
"type": "star",
"size": "small",
"count": true
}
]
}
},
"variables": {
"isPdf": false
}
}