-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
88 lines (87 loc) · 1.96 KB
/
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
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
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"title": "elastscsearch-share",
"author": "杨松柏",
"description": "简单描素",
"language": "zh-hans",
"gitbook": "3.2.3",
"structure": {
"readme": "README.md",
"summary": "SUMMARY.md"
},
"links": {
"sidebar": {
"CSDN博客": "https://blog.csdn.net/yang52017",
"个人微信公众号": "https://mp.weixin.qq.com/s/6J7d4EVw6uX3Im9sbXW6WQ"
}
},
"plugins": [
"-sharing",
"splitter",
"expandable-chapters-small",
"anchors",
"expandable-chapters",
"hide-element",
"github",
"github-buttons",
"sharing-plus",
"anchor-navigation-ex",
"code",
"lightbox",
"tbfed-pagefooter",
"copy-code-button",
"search-plus",
"back-to-top-button"
],
"pluginsConfig":{
"tbfed-pagefooter": {
"copyright": "Copyright © Songbai Yang",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD"
},
"github": {
"url": "https://github.com/yangsongbai"
},
"github-buttons": {
"buttons": [{
"user": "yangsongbai",
"repo": "elasticsearch-share",
"type": "star",
"size": "small",
"count": true
}]
},
"hide-element": {
"elements": [".gitbook-link"]
}
},
"sharing": {
"douban": false,
"facebook": false,
"google": false,
"hatenaBookmark": false,
"instapaper": false,
"line": false,
"linkedin": false,
"messenger": false,
"pocket": false,
"qq": false,
"qzone": false,
"stumbleupon": false,
"twitter": false,
"viber": false,
"vk": false,
"weibo": false,
"whatsapp": false,
"all": [
"google", "facebook", "weibo", "twitter",
"qq", "qzone", "linkedin", "pocket"
],
"anchor-navigation-ex": {
"showLevel": false,
"isShowTocTitleIcon": true,
"tocLevel1Icon": "fa fa-hand-o-right",
"tocLevel2Icon": "fa fa-hand-o-right",
"tocLevel3Icon": "fa fa-hand-o-right"
}
}
}