-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
79 lines (79 loc) · 2.01 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
{
"plugins": [
"expandable-chapters-small",
"sidebar-style",
"anchor-navigation-ex",
"-lunr",
"-search",
"-sharing",
"search-pro",
"versions-select",
"-favicon",
"favicon-absolute",
"fontsettings",
"prism",
"splitter",
"code",
"flexible-alerts",
"auto-scroll-table",
"popup",
"tbfed-pagefooter",
"-theme-hqbook"
],
"pluginsConfig": {
"prism": {
"css": [
"prismjs/themes/prism-solarizedlight.css"
],
"lang": {
"flow": "typescript"
},
"ignore": [
"mermaid",
"eval-js"
]
},
"tbfed-pagefooter": {
"copyright": "Copyright ©Layabox 2022",
"modify_label": "更新时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"favicon-absolute": {
"favicon": "./style/favicon-32.ico",
"bookmark": "./style/favicon-32.ico",
"appleTouchIconPrecomposed152": "./style/layabox-152.png"
},
"anchor-navigation-ex": {
"showLevel": false,
"multipleH1": false,
"printLog": false
},
"sidebar-style": {
"title": "",
"author": ""
},
"versions": {
"options": [
{
"value": "https://layaAir.com/3.2/doc/",
"text": "v3.2"
},
{
"value": "https://layaAir.com/3.1/doc/",
"text": "v3.1"
},
{
"value": "https://layaAir.com/3.0/doc/",
"text": "v3.0"
}
]
}
},
"style": {
"website": "style/website.css"
},
"structure": {
"readme": "README.md"
},
"title": "LayaAir3.0文档 · LAYABOX"
}