-
Notifications
You must be signed in to change notification settings - Fork 22
/
book.json
66 lines (61 loc) · 1.77 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
{
"title" : "KAP 手册",
"description" : "Kyligence智能大数据分析平台(Kyligence Analytics Platform, KAP)是基于Apache Kylin的,在超大规模数据集上提供亚秒级分析能力的企业级产品,为业务用户、分析师及工程师提供简单、快捷的大数据分析服务。",
"links" : {
"sidebar" : {
"Home" : "http://kyligence.io"
}
},
"plugins": [
"-disqus",
"search",
"github",
"include-codeblock",
"ace",
"emphasize",
"anchors",
"tbfed-pagefooter",
"sectionx",
"expandable-chapters",
"codeblock-filename",
"edit-link",
"header"
],
"pluginsConfig": {
"disqus": {
"shortName": "kap-manual"
},
"github": {
"url": "https://github.com/Kyligence/kap-manual"
},
"search-pro": {
"cutWordLib": "nodejieba",
"defineWord": ["kap manual"]
},
"sharing": {
"weibo": true,
"facebook": true,
"twitter": true,
"google": false,
"instapaper": false,
"vk": false,
"all": [
"facebook", "google", "twitter",
"weibo", "instapaper"
]
},
"tbfed-pagefooter": {
"copyright":"Copyright © Kyligence Inc.",
"modify_label": "Last Modified:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"edit-link": {
"base": "https://github.com/Kyligence/kap-manual/edit/master",
"label": "Edit This Page"
},
"layout": {
"headerPath" : "layouts/header.html"
}
}
}