-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathbook.json
More file actions
46 lines (46 loc) · 1.2 KB
/
book.json
File metadata and controls
46 lines (46 loc) · 1.2 KB
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
{
"title": "Geode参考指南中文版",
"description": "Geode参考指南版",
"author": "WS",
"language": "zh-hans",
"plugins": [
"github@^2.0.0",
"edit-link@^2.0.2",
"anchors@^0.7.1",
"include-codeblock@^3.0.2",
"splitter@^0.0.8",
"tbfed-pagefooter@^0.0.1",
"expandable-chapters-small@^0.1.7",
"anchor-navigation-ex@0.1.8",
"book-summary-scroll-position-saver",
"-lunr", "-search", "search-plus"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/wjw465150/GeodeUserGuide"
},
"edit-link": {
"base": "https://github.com/wjw465150/GeodeUserGuide/edit/master",
"label": "编辑此页面"
},
"tbfed-pagefooter": {
"copyright": "Copyright © WS 2019",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"theme-default": {
"showLevel": false
},
"include-codeblock": {
"template": "ace",
"unindent": true,
"edit": true
},
"anchor-navigation-ex": {
"isRewritePageTitle": false,
"tocLevel1Icon": "fa fa-hand-o-right",
"tocLevel2Icon": "fa fa-hand-o-right",
"tocLevel3Icon": "fa fa-hand-o-right"
}
}
}