-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
59 lines (56 loc) · 1.21 KB
/
book.json
File metadata and controls
59 lines (56 loc) · 1.21 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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"title": "智祥科技",
"description": "好记性不如烂笔头,记录日常遇到的问题及学习的成果",
"author": "sun",
"output.name": "site",
"language": "zh-hans",
"gitbook": "3.2.3",
"root": ".",
"links": {
"sidebar": {
"Home": "https://cms.wisdomcms.cn"
}
},
"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",
"-lunr",
"-search",
"-highlight",
"-sharing"
],
"pluginsConfig": {
"theme-default": {
"showLevel": false
},
"github": {
"url": ""
},
"include-codeblock": {
"template": "ace",
"unindent": true,
"edit": false
},
"tbfed-pagefooter": {
"copyright": "Copyright © 智祥科技 2019",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"edit-link": {
"base": "https://github.com/sunjim/cmsbook/edit/master",
"label": "编辑本页面"
},
"anchor-navigation-ex": {
"isRewritePageTitle": false,
"tocLevel1Icon": "fa fa-hand-o-right",
"tocLevel2Icon": "fa fa-hand-o-right",
"tocLevel3Icon": "fa fa-hand-o-right"
}
}
}