druid-docs-cn/book.json

73 lines
2.0 KiB
JSON
Raw Normal View History

2020-03-22 22:17:47 -04:00
{
2020-07-16 00:31:36 -04:00
"title": "ApacheDruid中文技术文档",
2020-03-22 22:17:47 -04:00
"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",
2020-03-28 05:46:09 -04:00
"-search",
2020-03-22 22:17:47 -04:00
"splitter",
2020-03-28 05:46:09 -04:00
"search-pro",
2020-03-24 01:45:41 -04:00
"github-buttons@2.1.0",
2020-03-23 23:51:12 -04:00
"prism",
2020-03-23 01:45:47 -04:00
"back-to-top-button",
2020-03-23 08:58:00 -04:00
"flexible-alerts",
2020-03-24 01:45:41 -04:00
"atoc",
2020-04-04 09:38:19 -04:00
"copy-code-button",
2020-05-14 23:48:02 -04:00
"tbfed-pagefooter",
2020-07-01 00:12:42 -04:00
"donate",
2020-07-16 00:31:36 -04:00
"scripts",
2020-07-16 01:44:05 -04:00
"theme-fexa"
2020-03-22 22:17:47 -04:00
],
2020-07-16 01:44:05 -04:00
"variables": {
"themeFexa": {
"nav": [{
"url": "http://...",
"target": "_blank",
"name": "简易教程"
}]
},
},
2020-03-22 22:17:47 -04:00
"pluginsConfig": {
2020-03-22 22:38:52 -04:00
"github-buttons": {
2020-03-24 01:45:41 -04:00
"repo": "liujianhuanzz/apache-druid-chinese-docs",
"types": [
2020-07-16 00:31:36 -04:00
"star"
2020-03-24 01:45:41 -04:00
],
"size": "small"
2020-03-24 01:26:50 -04:00
},
2020-07-16 01:44:05 -04:00
"theme-fexa": {
"search-placeholder": "输入关键字搜索",
"logo": "../img/druid_nav.png",
"favicon": "../img/druid_nav.png"
},
2020-03-24 01:37:41 -04:00
"atoc": {
2020-03-24 01:31:25 -04:00
"addClass": true,
2020-03-24 01:37:41 -04:00
"className": "atoc"
2020-04-04 09:38:19 -04:00
},
"tbfed-pagefooter": {
2020-04-14 02:12:57 -04:00
"copyright": "<a href=\"http://www.beian.miit.gov.cn/\">渝ICP备16001958号</a> | Copyright © 2020 apache-druid.cn",
2020-04-04 09:38:19 -04:00
"modify_label": "最近一次修改时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
2020-05-14 23:48:02 -04:00
},
"donate": {
2020-05-14 23:52:24 -04:00
"wechat": "../img/wechat.png",
"alipay": "../img/alipay.png",
"title": "每一天都要开心与奋斗~",
"button": "友情赞助",
"alipayText": "支付宝",
"wechatText": "微信"
2020-07-01 00:12:42 -04:00
},
"scripts": {
"files": ["./scripts/myscript.js"]
2020-03-22 22:17:47 -04:00
}
}
}