-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
59 lines (59 loc) · 1.5 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
{
"root": "./docs",
"title": "Kiwano 用户手册",
"author": "[email protected]",
"language": "zh-hans",
"variables": {
"assets": {
"images": "/assets/images",
"logo": "/assets/images/logo"
},
"github": {
"repo": "https://github.com/KiwanoEngine/Kiwano"
}
},
"plugins": [
"sitemap",
"-sharing",
"sharing-plus",
"url-embed",
"favicon"
],
"pluginsConfig": {
"theme-default": {
"showLevel": false
},
"prism": {
"css": [
"prism-themes/themes/prism-base16-ateliersulphurpool.light.css"
]
},
"sitemap": {
"hostname": "https://manual.kiwanoengine.com/"
},
"sharing": {
"weibo": false,
"qq": false,
"all": [
"weibo",
"qq",
"facebook",
"twitter"
]
},
"favicon": {
"shortcut": "/assets/favicon.ico",
"bookmark": "/assets/favicon.ico",
"appleTouch": "/assets/images/logo/logo_transparent.png",
"appleTouchMore": {
"120x120": "/assets/images/logo/logo_transparent.png",
"180x180": "/assets/images/logo/logo_transparent.png"
}
}
},
"links" : {
"sidebar" : {
"Kiwano Engine 官网" : "https://kiwanoengine.com"
}
}
}