druid-docs-cn/book.json

57 lines
1.5 KiB
JSON

{
"title": "Apache Druid中文文档",
"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",
"splitter",
"expandable-chapters-small",
"anchorjs",
"github",
"github-buttons",
"prism",
"back-to-top-button",
"chapter-fold",
"pageview-count",
"flexible-alerts",
"toc"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/liujianhuanzz/apache-druid-chinese-docs.git"
},
"github-buttons": {
"buttons": [{
"user": "liujianhuanzz",
"repo": "apache-druid-chinese-docs",
"type": "star",
"size": "small",
"count": true
}, {
"user": "liujianhuanzz",
"type": "fork",
"size": "small",
"count": true
}
]
},
"anchorjs": {
"selector": "h2,h3,h4,h5",
"icon": "#",
"placement": "right",
"visible": "always",
"class": "custom-class another-one",
"truncate": 64,
"ariaLabel": "Anchor"
}
}
}