-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbook.json
37 lines (36 loc) · 899 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
35
36
{
"title": "FlyAI_文档中心",
"description": "FlyAI_文档中心",
"author": "FlyAI",
"output.name": "site",
"language": "zh-hans",
"root": ".",
"plugins": [
"-lunr",
"-search",
"-sharing",
"-highlight",
"search-plus@^0.0.11",
"favicon"
],
"pluginsConfig": {
"include-codeblock": {
"template": "ace",
"unindent": true,
"edit": true
},
"favicon": {
"shortcut": "styles/favicon.ico",
"bookmark": "styles/favicon.ico"
},
"anchor-navigation-ex": {
"isRewritePageTitle": false,
"tocLevel1Icon": "fa fa-hand-o-right",
"tocLevel2Icon": "fa fa-hand-o-right",
"tocLevel3Icon": "fa fa-hand-o-right"
}
},
"styles": {
"website": "styles/website.css"
}
}