forked from FHfirehuo/Attacking-Java-Rookie
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbook.json
63 lines (61 loc) · 1.89 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
{
"title": "进击的java菜鸟",
"author": "firehuo",
"description": "这是一本java程序员写的日常知识积累",
"language": "zh-hans",
"gitbook": "3.2.3",
"plugins": [
"-search",
"-sharing",
"code",
"favicon-absolute",
"mygitalk",
"search-pro",
"advanced-emoji",
"donate",
"pageview-count",
"popup",
"github",
"expandable-chapters",
"anchor-navigation-ex"
],
"pluginsConfig": {
"favicon-absolute":{
"favicon": "/Attacking-Java-Rookie/image/favicon.ico",
"appleTouchIconPrecomposed152": "/apple-touch-icon-precomposed-152.png"
},
"fontsettings": {
"theme": "white",
"family": "sans",
"size": 4
},
"mygitalk": {
"clientID": "552c61f2db64ee23fae3",
"clientSecret": "2774c5d2b8cc1697dc022c1842875cb2c455f899",
"repo": "Attacking-Java-Rookie",
"owner": "FHfirehuo",
"admin": ["FHfirehuo"],
"distractionFreeMode": false
},
"donate": {
"wechat": "https://fhfirehuo.github.io/Attacking-Java-Rookie/image/weixin.png",
"alipay": "https://fhfirehuo.github.io/Attacking-Java-Rookie/image/zhifubao.png",
"title": "",
"button": "赏",
"alipayText": "支付宝打赏",
"wechatText": "微信打赏"
},
"expandable-chapters":{},
"github": {
"url": "https://github.com/FHfirehuo/Attacking-Java-Rookie"
},
"code": {
"copyButtons": true
},
"anchor-navigation-ex": {
"showLevel": false,
"showGoTop": true,
"des": "包含 back-to-top-button功能"
}
}
}