forked from pyzwj/apache-druid-chinese-docs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbook.json
59 lines (59 loc) · 1.71 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
{
"title": "ApacheDruid中文技术文档",
"author": "Jian-Huan LIU",
"description": "Apache Druid is a high performance real-time analytics database.",
"language": "zh-hans",
"gitbook": "3.2.3",
"styles": {
"website": "./styles/website.css"
},
"structure": {
"readme": "README.md"
},
"plugins": [
"-sharing",
"-search",
"-fontsettings",
"-highlight",
"search-pro",
"-github-buttons@2.1.0",
"prism",
"back-to-top-button",
"flexible-alerts",
"page-treeview",
"copy-code-button",
"tbfed-pagefooter",
"heading-anchors",
"-donate",
"scripts"
],
"pluginsConfig": {
"github-buttons": {
"repo": "liujianhuanzz/apache-druid-chinese-docs",
"types": [
"star"
],
"size": "small"
},
"page-treeview":{
"minHeaderCount": "2",
"minHeaderDeep": "2"
},
"tbfed-pagefooter": {
"copyright": "<a href=\"http://www.beian.miit.gov.cn/\">渝ICP备16001958号</a> | Copyright © 2020 apache-druid.cn",
"modify_label": "最近一次修改时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"donate": {
"wechat": "../img/wechat.png",
"alipay": "../img/alipay.png",
"title": "<span>坚持不易,欢迎打赏~</span><br><span>每一天都要开心与奋斗~</span>",
"button": "友情赞助",
"alipayText": "支付宝",
"wechatText": "微信"
},
"scripts": {
"files": ["./scripts/myscript.js"]
}
}
}