db-tutorial/book.json

71 lines
1.7 KiB
JSON
Raw Normal View History

2017-08-08 14:57:55 +08:00
{
"gitbook": "3.2.2",
2018-02-13 16:31:24 +08:00
"title": "database",
"description": "Zhang Peng 的数据库教程",
2017-08-08 14:57:55 +08:00
"author": "Zhang Peng",
"language": "zh-hans",
2018-04-26 16:59:00 +08:00
"root": ".",
2017-08-08 14:57:55 +08:00
"links": {
"sidebar": {
2018-02-13 16:31:24 +08:00
"database": "https://github.com/dunwu/database"
2017-08-08 14:57:55 +08:00
}
},
"plugins": [
"-lunr",
"-search",
"advanced-emoji@^0.2.2",
2017-10-20 13:22:50 +08:00
"anchor-navigation-ex@1.0.10",
2017-08-08 14:57:55 +08:00
"anchors@^0.7.1",
"edit-link@^2.0.2",
"expandable-chapters-small@^0.1.7",
"github@^2.0.0",
"search-plus@^0.0.11",
"simple-page-toc@^0.1.1",
"splitter@^0.0.8",
2017-10-20 13:22:50 +08:00
"tbfed-pagefooter@^0.0.1"
2017-08-08 14:57:55 +08:00
],
"pluginsConfig": {
"anchor-navigation-ex": {
"showLevel": false,
"associatedWithSummary": true,
2017-10-20 13:22:50 +08:00
"multipleH1": true,
"mode": "float",
2017-08-08 14:57:55 +08:00
"isRewritePageTitle": false,
"float": {
"showLevelIcon": false,
"level1Icon": "fa fa-hand-o-right",
"level2Icon": "fa fa-hand-o-right",
"level3Icon": "fa fa-hand-o-right"
},
"pageTop": {
"showLevelIcon": false,
"level1Icon": "fa fa-hand-o-right",
"level2Icon": "fa fa-hand-o-right",
"level3Icon": "fa fa-hand-o-right"
}
},
"edit-link": {
2018-02-13 16:31:24 +08:00
"base": "https://github.com/dunwu/database/blob/master",
2017-08-08 14:57:55 +08:00
"label": "编辑此页面"
},
"github": {
2018-02-13 16:31:24 +08:00
"url": "https://github.com/dunwu/database"
2017-08-08 14:57:55 +08:00
},
"simple-page-toc": {
"maxDepth": 4,
"skipFirstH1": true
},
"sharing": {
"weibo": true,
"all": [
2017-10-20 13:22:50 +08:00
"weibo"
2017-08-08 14:57:55 +08:00
]
},
"tbfed-pagefooter": {
"copyright": "Copyright © Zhang Peng 2017",
"modify_label": "该文件上次修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
}
}
}