-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
75 lines (75 loc) · 1.85 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
{
"root": ".",
"author": "于琦海",
"title": "qhyu Gitbook",
"language": "zh-hans",
"description": "qhyu for workSpace",
"isbn": "000-0-00-000000-0",
"direction": "ltr",
"gitbook": ">=3.2.3",
"structure": {
"readme": "README.md",
"summary": "SUMMARY.md",
"glossary": "GLOSSARY.md"
},
"variables": {
"blog": "https://blog.csdn.net/Tanganling?spm=1000.2115.3001.5343"
},
"links": {
"sidebar": {
"Blog": "https://blog.csdn.net/Tanganling?spm=1000.2115.3001.5343",
"Github": "https://github.com/qhyuTT"
}
},
"styles": {
"website": "styles/website.css",
"ebook": "styles/ebook.css",
"pdf": "styles/pdf.css",
"mobi": "styles/mobi.css",
"epub": "styles/epub.css"
},
"pdf": {
"pageNumbers": true,
"fontFamily": "Arial",
"fontSize": 12,
"paperSize": "a4",
"margin": {
"right": 62,
"left": 62,
"top": 56,
"bottom": 56
}
},
"plugins": [
"-lunr",
"-search",
"advanced-emoji",
"search-plus",
"github",
"splitter",
"anchor-navigation-ex",
"chapter-fold",
"expandable-chapters-small",
"code",
"alerts",
"insert-logo",
"flexible-alerts"
],
"pluginsConfig": {
"github": {
"url": "https://github.com"
},
"insert-logo": {
"url": "jim-logo.png",
"style": "background: none; max-height: 100px; min-height: 30px"
},
"flexible-alerts": {
"style": "callout",
"comment": {
"label": "Comment",
"icon": "fa fa-comments",
"className": "info"
}
}
}
}