-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
41 lines (41 loc) · 1.1 KB
/
book.json
File metadata and controls
41 lines (41 loc) · 1.1 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
{
"title": "Gitbook Handbook - Gitbook学习总结 by kalid",
"description": "Gitbook Handbook - 记录了本人学习使用Gitbook的心路历程,同时也希望可以帮助到有需要的同学,共同进步!",
"language": "zh-hans",
"author": "kalid",
"links":{
"sidebar":{
"Kalid's Blog": "https://www.dishuihengxin.com"
}
},
"plugins": [
"codesnippet",
"splitter",
"page-toc-button",
"image-captions",
"back-to-top-button",
"-lunr",
"-search",
"search-plus",
"favicon@^0.0.2",
"tbfed-pagefooter@^0.0.1",
"theme-default"
],
"pluginsConfig": {
"theme-default": {
"showLevel": true
},
"image-captions": {
"caption": "图片 - _CAPTION_"
},
"tbfed-pagefooter": {
"copyright": "Copyright © kalid.io 2018",
"modify_label": "Updated:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"favicon": {
"shortcut": "favicon.ico",
"bookmark": "favicon.ico"
}
}
}