-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
34 lines (34 loc) · 953 Bytes
/
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
{
"root": "",
"structure": {
"readme": "README.md",
"summary": "SUMMARY.md"
},
"title": "Shell",
"description": "Shell 手册",
"author": "Kuriv Vesti",
"isbn": "",
"language": "zh-hans",
"direction": "ltr",
"gitbook": ">=3.0.0",
"plugins": [
"back-to-top-button", "chapter-fold", "favicon", "hide-element", "lightbox", "-highlight", "prism", "-lunr", "-search", "search-pro", "splitter"
],
"pluginsConfig": {
"favicon": {
"shortcut": "favicon.ico",
"bookmark": "favicon.ico",
"appleTouch": "favicon.png",
"appleTouchMore": {
"120x120": "favicon-120x120.png",
"180x180": "favicon-180x180.png"
}
},
"hide-element": {
"elements": [".gitbook-link"]
},
"prism": {
"css": ["prismjs/themes/prism-okaidia.css"]
}
}
}