-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbook.json
98 lines (88 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"title": "OpenVPI",
"description": "Homepage of OpenVPI",
"author": "Team OpenVPI",
"output.name": "site",
"language": "zh-hans",
"gitbook": "3.2.3",
"root": ".",
"plugins": [
"-lunr","-search",
"-sharing",
"-default-theme",
"github",
"search-pro-fixed",
"theme-comscore",
"splitter",
"intopic-toc",
"tbfed-pagefooter",
"back-to-top-button",
"chapter-fold",
"hide-element",
"custom-favicon",
"flexible-alerts",
"-highlight", "prism", "prism-themes",
"block-code"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/yqzhishen/opensvip"
},
"intopic-toc": {
"label": "目录",
"isCollapsed": true,
"maxDepth": 3
},
"tbfed-pagefooter": {
"copyright":"通知/反馈/交流QQ群:687772360 | Copyright © Team OpenVPI 2022",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"hide-element": {
"elements": [".gitbook-link"]
},
"favicon": "favicon.ico",
"flexible-alerts": {
"note": {
"label": "说明"
},
"tip": {
"lebel": "提示"
},
"warning": {
"label": "警告"
},
"danger": {
"label": "危险"
}
},
"pdf": {
"pageNumbers": true,
"fontFamily": "Arial",
"fontSize": 12,
"paperSize": "a4",
"margin": {
"right": 62,
"left": 62,
"top": 56,
"bottom": 56
}
},
"page-toc-button": {
"maxTocDepth": 2,
"minTocSize": 2
},
"prism":{
"css":[
"prism-themes/themes/prism-darcula.css"
]
}
},
"styles": {
"website": "styles/website.css",
"ebook": "styles/ebook.css",
"pdf": "styles/pdf.css",
"mobi": "styles/mobi.css",
"epub": "styles/epub.css"
}
}