add book.json

This commit is contained in:
liujianhuan 2020-03-23 10:17:47 +08:00
parent 7b7a65fc3f
commit f814acd359
2 changed files with 48 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
node_modules
_book

46
book.json Normal file
View File

@ -0,0 +1,46 @@
{
"title": "Apache Druid中文文档",
"author": "Jian-Huan LIU",
"description": "",
"language": "zh-hans",
"gitbook": "3.2.3",
"styles": {
"website": "./styles/website.css"
},
"structure": {
"readme": "README.md"
},
"plugins": [
"-sharing",
"splitter",
"expandable-chapters-small",
"anchors",
"github",
"github-buttons",
"donate"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/liujianhuanzz/apache-druid-chinese-docs.git"
},
"github-buttons": {
"buttons": [{
"user": "Jian-Huan LIU",
"repo": "glory",
"type": "star",
"size": "small",
"count": true
}
]
},
"donate": {
"alipay": "./source/images/donate.png",
"title": "",
"button": "赞赏",
"alipayText": " "
},
"anchor-navigation-ex": {
"showLevel": false
}
}
}