-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbook.json
More file actions
70 lines (70 loc) · 1.67 KB
/
book.json
File metadata and controls
70 lines (70 loc) · 1.67 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
{
"title": "Gitbook Template",
"author": "renkeju",
"output.name": "site",
"language": "zh-hans",
"gitbook": "3.2.3",
"root": ".",
"structure": {
"readme": "README.md"
},
"styles" : {
"website" : "assets/css/WebStyle.css",
"pdf" : "assets/css/PdfStyle.css",
"mobi" : "assets/css/MobiStyle.css",
"epub" : "assets/css/EpubStyle.css"
},
"links": {
"sidebar": {
"Home": "https://gitbook.renkeju.com"
},
"gitbook": false,
"sharing": {
"twitter": false,
"facebook": false,
"all": false
}
},
"plugins": [
"-lunr",
"-search",
"todo",
"expandable-chapters",
"search-plus",
"github",
"todo",
"terminal",
"anchors",
"edit-link",
"image-captions",
"image-wrapper",
"popup",
"custom-favicon"
],
"pluginsConfig": {
"favicon": "images/favicon.png",
"github": {
"url": "https://github.com/renkeju/gitbook-template"
},
"terminal": {
"copyButtons": true,
"fade": true,
"style": "flat"
},
"edit-link": {
"base": "https://github.com/renkeju/gitbook-template/edit/master",
"label": "编辑这个页面"
},
"image-captions": {
"caption": "图 _PAGE_LEVEL_ - _CAPTION_ ",
"images": {
"1.1.1": {
"skip": true
},
"1.1.2": {
"skip": true
}
}
}
}
}