-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
75 lines (60 loc) · 1.19 KB
/
book.json
File metadata and controls
75 lines (60 loc) · 1.19 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"title": "Vim应用指南",
"author": "Cbuntu",
"description": "Vim的安装、配置、使用技巧",
"language": "zh-hans",
"gitbook": "3.2.3",
"links": {
"sidebar": {
"Home": "https://cbuntu.github.io"
}
},
"styles": {
"website": "styles/website.css"
},
"plugins": [
"tbfed-pagefooter@^0.0.1",
"splitter@^0.0.8",
"anchors@^0.7.1",
"anchor-navigation-ex-toc@^0.0.11",
"image-captions@^3.1.0",
"toggle-chapters@^0.0.3",
"terminal@^0.3.2",
"-codegroup@^2.3.3",
"-api@^1.1.0"
],
"pluginsConfig": {
"theme-default": {
"showLevel": true
},
"tbfed-pagefooter": {
"copyright": "Copyright © cbuntu.github.io 2018",
"modify_label": "该文件修改时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"image-captions": {
"caption": "_CAPTION_"
},
"fontsettings": {
"theme": "white",
"size": 1
},
"anchor-navigation-ex-toc": {
"showLevel": true,
"associatedWithSummary": false
},
"terminal": {
"copyButtons": false,
"fade": false,
"style": "ubuntu"
},
"code": {
"copyButtons": false
},
"codegroup": {
"defaultTabName": "Code",
"tabNameSeperator": "::",
"rememberTabs": true
}
}
}