update book.json
This commit is contained in:
parent
85ac030106
commit
c3ae0461dc
29
book.json
29
book.json
|
@ -14,33 +14,26 @@
|
||||||
"-sharing",
|
"-sharing",
|
||||||
"splitter",
|
"splitter",
|
||||||
"expandable-chapters-small",
|
"expandable-chapters-small",
|
||||||
"github",
|
"github-buttons@2.1.0",
|
||||||
"github-buttons",
|
|
||||||
"prism",
|
"prism",
|
||||||
"back-to-top-button",
|
"back-to-top-button",
|
||||||
"chapter-fold",
|
"chapter-fold",
|
||||||
"pageview-count",
|
"pageview-count",
|
||||||
"flexible-alerts",
|
"flexible-alerts",
|
||||||
"atoc"
|
"atoc",
|
||||||
|
"edit-link"
|
||||||
],
|
],
|
||||||
"pluginsConfig": {
|
"pluginsConfig": {
|
||||||
"github": {
|
"edit-link": {
|
||||||
"url": "https://github.com/liujianhuanzz/apache-druid-chinese-docs.git"
|
"base": "https://github.com/liujianhuanzz/apache-druid-chinese-docs.git",
|
||||||
|
"label": "Edit"
|
||||||
},
|
},
|
||||||
"github-buttons": {
|
"github-buttons": {
|
||||||
"buttons": [{
|
"repo": "liujianhuanzz/apache-druid-chinese-docs",
|
||||||
"user": "liujianhuanzz",
|
"types": [
|
||||||
"repo": "apache-druid-chinese-docs",
|
"star","fork"
|
||||||
"type": "star",
|
],
|
||||||
"size": "small",
|
"size": "small"
|
||||||
"count": true
|
|
||||||
}, {
|
|
||||||
"user": "liujianhuanzz",
|
|
||||||
"type": "fork",
|
|
||||||
"size": "small",
|
|
||||||
"count": true
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"atoc": {
|
"atoc": {
|
||||||
"addClass": true,
|
"addClass": true,
|
||||||
|
|
Loading…
Reference in New Issue