forked from TangHanF/project_record_book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
83 lines (83 loc) · 2.13 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
{
"gitbook": "3.2.3",
"title": "IT人员资料收集册",
"description": "",
"author": "TangHanF(Mr.Guo)",
"language": "zh-hans",
"links": {
"sidebar": {
}
},
"plugins": [
"github",
"donate",
"splitter",
"anchor-navigation-ex",
"-sharing",
"sharing-plus",
"-highlight",
"prism",
"expandable-chapters"
],
"pluginsConfig": {
"sharing": {
"douban": false,
"facebook": false,
"google": false,
"hatenaBookmark": false,
"instapaper": false,
"line": false,
"linkedin": false,
"messenger": false,
"pocket": false,
"qq": false,
"qzone": false,
"stumbleupon": false,
"twitter": false,
"viber": false,
"vk": false,
"weibo": false,
"whatsapp": false,
"all": [
"weibo",
"qq",
"qzone",
"douban"
]
},
"github": {
"url": "https://github.com/TangHanF/project_record_book"
},
"donate": {
"wechat": "https://ws3.sinaimg.cn/large/006tNc79ly1fyy51c9ek3j30u00u0jsp.jpg",
"title": "",
"button": "打赏一下",
"wechatText": "微信打赏"
},
"anchor-navigation-ex": {
"associatedWithSummary": false,
"showLevel": false,
"multipleH1": true,
"mode": "float",
"pageTop": {
"showLevelIcon": false,
"level1Icon": "fa fa-hand-o-right",
"level2Icon": "fa fa-hand-o-right",
"level3Icon": "fa fa-hand-o-right"
}
},
"theme-default": {
"showLevel": false
},
"fontsettings": {
"theme": "white",
"family": "serif",
"size": 2
},
"prism": {
"css": [
"prismjs/themes/prism-tomorrow.css"
]
}
}
}