-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
51 lines (51 loc) · 994 Bytes
/
book.json
File metadata and controls
51 lines (51 loc) · 994 Bytes
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
{
"title": "椒哥碎碎念",
"author": "椒哥",
"description": "select * from learn",
"language": "zh-hans",
"gitbook": "3.2.3",
"styles": {
"website": "./styles/website.css"
},
"structure": {
"readme": "README.md"
},
"links": {
"sidebar": {
}
},
"plugins": [
"-sharing",
"splitter",
"expandable-chapters-small",
"github",
"github-buttons",
"favicon",
"expandable-chapters-small",
"copy-code-button"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/kennethfan"
},
"github-buttons": {
"buttons": [{
"user": "kennethfan",
"repo": "gitbook",
"type": "star",
"size": "small",
"count": true
}
]
},
"favicon":{
"shortcut": "./source/images/favicon.jpg",
"bookmark": "./source/images/favicon.jpg",
"appleTouch": "./source/images/apple-touch-icon.jpg",
"appleTouchMore": {
"120x120": "./source/images/apple-touch-icon.jpg",
"180x180": "./source/images/apple-touch-icon.jpg"
}
}
}
}