-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbook.json
93 lines (92 loc) · 2.29 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"title": "Maye的个人笔记",
"description": "主要记录个人的学习笔记",
"author": "xiachi",
"output.name": "site",
"language": "zh-hans",
"gitbook": "3.2.3",
"root": ".",
"structure": {
"readme": "README.md"
},
"links": {
"sidebar": {
"Maye的个人博客": "https://starmaye.github.io"
}
},
"plugins": [
"-lunr",
"-search",
"highlight",
"-livereload",
"search-plus@^0.0.11",
"simple-page-toc@^0.1.1",
"anchors@^0.7.1",
"include-codeblock@^3.0.2",
"ace@^0.3.2",
"emphasize@^1.1.0",
"katex@^1.1.3",
"splitter@^0.0.8",
"expandable-chapters-small@^0.1.7",
"sectionx@^3.1.0",
"local-video@^1.0.1",
"todo@^0.1.3",
"3-ba@^0.9.0",
"terminal@^0.3.2",
"alerts@^0.2.0",
"include-csv@^0.1.0",
"puml@^1.0.1",
"musicxml@^1.0.2",
"klipse@^1.2.0",
"-sharing",
"sharing-plus@^0.0.2",
"graph@^0.1.0",
"chart@^0.2.0",
"katex"
],
"pluginsConfig": {
"theme-default": {
"showLevel": true
},
"include-codeblock": {
"template": "ace",
"unindent": true,
"edit": true
},
"sharing": {
"douban": false,
"linkedin": true,
"messenger": false,
"qq": false,
"qzone": false,
"weibo": true,
"whatsapp": false,
"all": [
"twitter","weibo", "linkedin","qq", "qzone"
]
},
"3-ba": {
"token": "ff100361cdce95dd4c8fb96b4009f7bc"
},
"simple-page-toc": {
"maxDepth": 3,
"skipFirstH1": true
},
"anchor-navigation-ex": {
"isRewritePageTitle": false,
"tocLevel1Icon": "fa fa-hand-o-right",
"tocLevel2Icon": "fa fa-hand-o-right",
"tocLevel3Icon": "fa fa-hand-o-right"
},
"sectionx": {
"tag": "b"
},
"terminal": {
"copyButtons": true,
"fade": false,
"style": "flat"
}
}
}