-
Notifications
You must be signed in to change notification settings - Fork 4
/
book.json
110 lines (104 loc) · 2.58 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"title": "quickhybrid",
"description": "quickhybrid - 快速混合开发框架",
"author": "dailc",
"language": "zh-hans",
"gitbook": "3.2.2",
"root": ".",
"structure": {
"readme": "introduction.md"
},
"links": {
"sidebar": {
"quickhybrid.com": "http://www.quickhybrid.com"
}
},
"plugins": [
"-lunr",
"-search",
"-livereload",
"search-plus@^0.0.11",
"tbfed-pagefooter@^0.0.1",
"expandable-chapters@^0.2.0",
"anchor-navigation-ex@^1.0.4",
"ace@^0.3.2",
"sectionx@^3.1.0",
"splitter@^0.0.8",
"sitemap-general@^0.1.1",
"favicon@^0.0.2",
"todo@^0.1.3",
"3-ba@^0.9.0",
"github-buttons@^2.1.0"
],
"pluginsConfig": {
"theme-default": {
"showLevel": false
},
"anchor-navigation-ex": {
"showLevel": false,
"associatedWithSummary": false,
"mode": "float",
"float": {
"showLevelIcon": false
},
"pageTop": {
"showLevelIcon": false
}
},
"tbfed-pagefooter": {
"copyright": "Copyright © dailc 2017",
"modify_label": "文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"github-buttons": {
"repo": "quickhybrid/quickhybrid",
"types": [
"star",
"watch",
"fork"
],
"size": "small"
},
"sharing": {
"weibo": true,
"facebook": false,
"twitter": false,
"google": false,
"instapaper": false,
"vk": false,
"all": [
"facebook",
"google",
"twitter",
"weibo",
"instapaper"
]
},
"3-ba": {
"token": "e2a59eb4f9c114693bf024085d12fe22"
},
"sectionx": {
"tag": "b"
},
"sitemap-general": {
"prefix": "http://www.quickhybrid.com"
},
"favicon": {
"shortcut": "favicon.ico",
"bookmark": "favicon.ico"
}
},
"pdf": {
"pageNumbers": false,
"fontSize": 12,
"paperSize": "a4",
"margin": {
"right": 62,
"left": 62,
"top": 36,
"bottom": 36
},
"headerTemplate": null,
"footerTemplate": null
}
}