-
Notifications
You must be signed in to change notification settings - Fork 193
/
book.json
88 lines (88 loc) · 2.26 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"variables": {
"contact": "[email protected]"
},
"styles": {
"website": "styles/website.css",
"ebook": "styles/ebook.css",
"pdf": "styles/pdf.css",
"mobi": "styles/mobi.css",
"epub": "styles/epub.css"
},
"plugins": [
"-search",
"versions-select",
"splitter",
"tbfed-pagefooter",
"expandable-chapters-small",
"sectionx",
"github-buttons",
"simple-page-toc",
"anchors",
"todo",
"alerts",
"emphasize",
"anchor-navigation-ex",
"ad"
],
"pluginsConfig": {
"fontsettings": {
"family": "serif",
"size": 1
},
"sectionx": {
"tag": "b"
},
"tbfed-pagefooter": {
"copyright":"Copyright 2015 - 2018 Xiaomi Inc.",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"expandable-chapters-small":{},
"github-buttons": {
"buttons": [
{
"user": "open-falcon",
"type": "follow",
"size": "small",
"width": "180",
"count": true
},
{
"user": "open-falcon",
"repo": "falcon-plus",
"type": "star",
"size": "small"
}
]
},
"simple-page-toc": {
"maxDepth": 3,
"skipFirstH1": true
},
"versions": {
"options": [
{
"value": "/zh_0_2/",
"text": "简体中文 v0.2(最新版)"
},
{
"value": "/zh/",
"text": "简体中文 v0.1"
},
{
"value": "/en/",
"text": "English v0.1"
},
{
"value": "/en_0_2/",
"text": "English v0.2"
}
]
},
"ad": {
"contentTop": "",
"contentBottom": ""
}
}
}