modify book.json
This commit is contained in:
parent
50f28e3c64
commit
ca0cbee61a
16
book.json
16
book.json
|
@ -24,8 +24,17 @@
|
||||||
"tbfed-pagefooter",
|
"tbfed-pagefooter",
|
||||||
"donate",
|
"donate",
|
||||||
"scripts",
|
"scripts",
|
||||||
"theme-darkblue"
|
"theme-fexa"
|
||||||
],
|
],
|
||||||
|
"variables": {
|
||||||
|
"themeFexa": {
|
||||||
|
"nav": [{
|
||||||
|
"url": "http://...",
|
||||||
|
"target": "_blank",
|
||||||
|
"name": "简易教程"
|
||||||
|
}]
|
||||||
|
},
|
||||||
|
},
|
||||||
"pluginsConfig": {
|
"pluginsConfig": {
|
||||||
"github-buttons": {
|
"github-buttons": {
|
||||||
"repo": "liujianhuanzz/apache-druid-chinese-docs",
|
"repo": "liujianhuanzz/apache-druid-chinese-docs",
|
||||||
|
@ -34,6 +43,11 @@
|
||||||
],
|
],
|
||||||
"size": "small"
|
"size": "small"
|
||||||
},
|
},
|
||||||
|
"theme-fexa": {
|
||||||
|
"search-placeholder": "输入关键字搜索",
|
||||||
|
"logo": "../img/druid_nav.png",
|
||||||
|
"favicon": "../img/druid_nav.png"
|
||||||
|
},
|
||||||
"atoc": {
|
"atoc": {
|
||||||
"addClass": true,
|
"addClass": true,
|
||||||
"className": "atoc"
|
"className": "atoc"
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
Loading…
Reference in New Issue