forked from FHfirehuo/Attacking-Java-Rookie
-
Notifications
You must be signed in to change notification settings - Fork 1
/
book.json.old
32 lines (31 loc) · 888 Bytes
/
book.json.old
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
{
"title": "进击的java菜鸟",
"author": "firehuo",
"description": "这是一本java程序员写的日常知识积累",
"language": "zh-hans",
"gitbook": "3.2.3",
"plugins": [
"-search",
"-sharing",
"back-to-top-button",
"code",
"insert-logo",
"favicon-absolute",
"expandable-chapters"
],
"pluginsConfig": {
"insert-logo": {
"url": "/Attacking-Java-Rookie/image/log.jpg",
"style": "background: none; max-height: 30px; min-height: 30px"
},
"favicon-absolute":{
"favicon": "/Attacking-Java-Rookie/image/favicon.ico",
"appleTouchIconPrecomposed152": "/apple-touch-icon-precomposed-152.png"
},
"fontsettings": {
"theme": "white",
"family": "sans",
"size": 3
}
}
}