forked from fenghualanglang/study_database
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
45 lines (43 loc) · 923 Bytes
/
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
{
"title": "数据库操作指南",
"description": "数据库操作指南",
"author": "zhangjunbo",
"language": "zh-hans",
"root": ".",
"links": {
"gitbook": false,
"sharing": {
"all":false,
"vk": false,
"facebook": false,
"twitter": false,
"google": false
}
},
"plugins": [
"ad",
"hide-element",
"click-reveal",
"klipse",
"splitter",
"chapter-fold",
"search-plus",
"back-to-top-button",
"copy-code-button",
"-font-settings",
"-lunr",
"-search",
"search-pro"
],
"pluginsConfig": {
"theme-default": {
"showLevel": true
},
"hide-element": {
"elements": [".gitbook-link"]
},
"ad": {
"contentBottom": ""
}
}
}