druid-docs-cn/book.json

57 lines
1.5 KiB
JSON
Raw Normal View History

2020-03-22 22:17:47 -04:00
{
"title": "Apache Druid中文文档",
"author": "Jian-Huan LIU",
2020-03-22 22:51:27 -04:00
"description": "Apache Druid is a high performance real-time analytics database.",
2020-03-22 22:17:47 -04:00
"language": "zh-hans",
"gitbook": "3.2.3",
"styles": {
"website": "./styles/website.css"
},
"structure": {
"readme": "README.md"
},
"plugins": [
"-sharing",
"splitter",
2020-03-22 22:38:52 -04:00
"expandable-chapters-small",
2020-03-24 01:26:50 -04:00
"anchorjs",
2020-03-22 22:38:52 -04:00
"github",
2020-03-23 01:45:47 -04:00
"github-buttons",
2020-03-23 23:51:12 -04:00
"prism",
2020-03-23 01:45:47 -04:00
"back-to-top-button",
"chapter-fold",
2020-03-23 02:55:08 -04:00
"pageview-count",
2020-03-23 08:58:00 -04:00
"flexible-alerts",
2020-03-23 23:51:12 -04:00
"toc"
2020-03-22 22:17:47 -04:00
],
"pluginsConfig": {
"github": {
"url": "https://github.com/liujianhuanzz/apache-druid-chinese-docs.git"
2020-03-22 22:38:52 -04:00
},
"github-buttons": {
"buttons": [{
2020-03-22 22:42:01 -04:00
"user": "liujianhuanzz",
"repo": "apache-druid-chinese-docs",
2020-03-22 22:38:52 -04:00
"type": "star",
2020-03-24 00:01:31 -04:00
"size": "small",
2020-03-22 22:38:52 -04:00
"count": true
2020-03-23 23:57:32 -04:00
}, {
"user": "liujianhuanzz",
"type": "fork",
2020-03-24 00:01:31 -04:00
"size": "small",
2020-03-23 23:51:12 -04:00
"count": true
2020-03-22 22:38:52 -04:00
}
]
2020-03-24 01:26:50 -04:00
},
"anchorjs": {
"selector": "h2,h3,h4,h5",
"icon": "#",
"placement": "right",
"visible": "always",
"class": "custom-class another-one",
"truncate": 64,
"ariaLabel": "Anchor"
2020-03-22 22:17:47 -04:00
}
}
}