-
Notifications
You must be signed in to change notification settings - Fork 72
/
book.json
100 lines (100 loc) · 2.61 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"plugins": ["expandable-chapters", "splitter", "back-to-top-button","github","popup","versions-select"],
"pluginsConfig": {
"fontsettings": {
"theme": "sepia",
"family": "sans",
"size": 2
},
"versions": {
"gitbookConfigURL": "https://raw.githubusercontent.com/actiontech/dble-docs-cn/master/book.json",
"options": [
{
"value": "https://actiontech.github.io/dble-docs-cn/",
"text": "Version 3.23.08"
},
{
"value": "https://actiontech.github.io/dble-docs-cn/history/develop/",
"text": "Version develop"
},
{
"value": "https://actiontech.github.io/dble-docs-cn/history/3.23.04.doc/",
"text": "Version 3.23.04"
},
{
"value": "https://actiontech.github.io/dble-docs-cn/history/3.22.11.doc/",
"text": "Version 3.22.11"
},
{
"value": "https://actiontech.github.io/dble-docs-cn/history/3.22.07.doc/",
"text": "Version 3.22.07"
},
{
"value": "https://actiontech.github.io/dble-docs-cn/history/3.22.01.doc/",
"text": "Version 3.22.01"
},
{
"value": "https://actiontech.github.io/dble-docs-cn/history/3.21.10.doc/",
"text": "Version 3.21.10"
},
{
"value": "https://actiontech.github.io/dble-docs-cn/history/3.21.06.doc/",
"text": "Version 3.21.06"
},
{
"value": "https://actiontech.github.io/dble-docs-cn/history/3.21.02.doc/",
"text": "Version 3.21.02"
},
{
"value": "https://actiontech.github.io/dble-docs-cn/history/3.20.10.doc/",
"text": "Version 3.20.10"
},
{
"value": "https://actiontech.github.io/dble-docs-cn/history/3.20.07.doc/",
"text": "Version 3.20.07"
},
{
"value": "https://actiontech.github.io/dble-docs-cn/history/2.20.04.doc/",
"text": "Version 2.20.04"
},
{
"value": "https://actiontech.github.io/dble-docs-cn/history/2.19.11.doc/",
"text": "Version 2.19.11"
},
{
"value": "https://actiontech.github.io/dble-docs-cn/history/2.19.09.doc/",
"text": "Version 2.19.09"
},
{
"value": "https://actiontech.github.io/dble-docs-cn/history/2.19.07.doc/",
"text": "Version 2.19.07"
},
{
"value": "https://actiontech.github.io/dble-docs-cn/history/2.19.05.doc/",
"text": "Version 2.19.05"
},
{
"value": "https://actiontech.github.io/dble-docs-cn/history/2.19.03.doc/",
"text": "Version 2.19.03"
}
]
},
"github":{
"url":"https://github.com/actiontech/dble"
},
"plugins": [
"yahei",
"katex",
"-search"
]
},
"styles": {
"website": "website.css",
"pdf": "pdf.css"
},
"author": "ActionTech",
"title": "dble manual",
"pdf":{
"paperSize":"a3"
}
}