forked from RedSpider1/concurrent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
38 lines (38 loc) · 1.14 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
{
"title": "深入浅出Java多线程",
"author": "RedSpider社区",
"language": "zh-hans",
"styles": {
"website": "styles/common.css",
"ebook": "styles/common.css",
"pdf": "styles/common.css",
"mobi": "styles/common.css",
"epub": "styles/common.css"
},
"plugins": [
"anchor-navigation-ex-toc"
],
"pluginsConfig": {
"anchor-navigation-ex-toc": {
"showLevel": false,
"associatedWithSummary": false,
"printLog": false,
"multipleH1": false,
"mode": "float",
"showGoTop":true,
"float": {
"floatIcon": "fa fa-navicon",
"showLevelIcon": false,
"level1Icon": "fa fa-hand-o-right",
"level2Icon": "fa fa-hand-o-right",
"level3Icon": "fa fa-hand-o-right"
},
"pageTop": {
"showLevelIcon": false,
"level1Icon": "fa fa-hand-o-right",
"level2Icon": "fa fa-hand-o-right",
"level3Icon": "fa fa-hand-o-right"
}
}
}
}