-
Notifications
You must be signed in to change notification settings - Fork 25
/
book.json
51 lines (51 loc) · 1.22 KB
/
book.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"title": "TBDS 手册",
"language": "zh-hans",
"gitbook": ">=3.0.0",
"plugins": [
"github",
"editlink",
"splitter",
"-sharing",
"sitemap",
"anchors",
"katex",
"back-to-top-button",
"exercises",
"video",
"toolbar",
"toggle-chapters",
"tbfed-pagefooter",
"-tabs",
"-pyweb",
"-etoc",
"markdown-parse-add-br",
"katex-full",
"code-highlighter",
"chart"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/TBDS-BOOK/manual"
},
"editlink": {
"base": "https://github.com/TBDS-BOOK/manual/edit/master",
"label": "Edit This Page",
"multilingual": false
},
"sitemap": {
"hostname": "https://tbds-book.gitbooks.io/tbds"
},
"highlight": {
"highlightCommented": true
},
"tbfed-pagefooter": {
"copyright":"© Tencent TBDS Team",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"tags": {
"placement": "top"
}
}
}