-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbook.json
57 lines (57 loc) · 1.33 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
{
"author": "vitzhou <[email protected]>",
"description": "JMH资料整理",
"extension": null,
"generator": "site",
"sidebar": {
"vitzhou@gitbook": "https://vitzhou.gitbooks.io"
},
"output": null,
"pdf": {
"fontSize": 12,
"footerTemplate": null,
"headerTemplate": null,
"margin": {
"bottom": 36,
"left": 62,
"right": 62,
"top": 36
},
"pageNumbers": false,
"paperSize": "a4"
},
"title": "JMH资料整理",
"variables": {
},
"plugins": [
"donate",
"toggle-chapters",
"splitter",
"emphasize",
"tbfed-pagefooter",
"toggle-chapters",
"edit-link",
"etoc",
"back-to-top-button",
"tags"
],
"pluginsConfig": {
"donate": {
"wechat": "https://vitzhou.gitbooks.io/java-test-learning/content/img/wechat.png",
"alipay": "https://vitzhou.gitbooks.io/java-test-learning/content/img/alipay.png",
"title": "",
"button": "赏",
"alipayText": "支付宝打赏",
"wechatText": "微信打赏"
},
"edit-link": {
"base": "https://github.com/vitzhou/learning-jmh/edit/master",
"label": "Edit"
},
"tbfed-pagefooter": {
"copyright":"Copyright © www.gitbook.com/@vitzhou 2016",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
}
}
}