-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
74 lines (74 loc) · 2.17 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
{
"output": "docs",
"title": "High Performance Web Server manual",
"description": "The manual of High Performance Web Server",
"links": {
"sidebar": {
"GitHub": "http://github.com/JUHPS"
},
"sharing": {
"google": false,
"facebook": false,
"twitter": false,
"weibo": false,
"all": null
}
},
"plugins": [
"insert-logo",
"favicon",
"-lunr",
"-search",
"search-pro",
"splitter",
"github",
"-copy-code-button",
"code",
"chapter-fold",
"theme-hqbook"
],
"variables": {
"themeHqbook":{
"nav":[
{
}
]
}
},
"pluginsConfig": {
"insert-logo": {
"url": "https://github.com/JUHPS/juhps-docs/blob/master/img/favicon.png?raw=true",
"style": "background: none; max-height: 100px; min-height: 30px"
},
"favicon": {
"shortcut": "/img/favicon.png",
"bookmark": "/img/favicon.png",
"appleTouch": "/img/favicon.png",
"appleTouchMore": {
"120x120": "/img/favicon.png",
"180x180": "/img/favicon.png"
}
},
"github": {
"url": "https://github.com/JUHPS"
},
"theme-hqbook":{
"favicon": "https://github.com/JUHPS/juhps-docs/blob/master/img/favicon.png?raw=true",
"logo":"https://github.com/JUHPS/juhps-docs/blob/master/img/favicon.png?raw=true",
"search-placeholder":"输入关键字搜索",
"copyButtons": true,
"copyLines": true,
"dragSplitter": false,
"hide-elements": [
".summary .gitbook-link"
],
"flexible-linkcard": {
"title": "flexible-linkcard",
"hrefUrl": "https://github.com/JUHPS/juhps-docs/",
"target": "_blank",
"imgSrc": "https://github.com/JUHPS/juhps-docs/blob/master/img/favicon.png?raw=true",
"imgClass": "rect"
}
}
}
}