-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
50 lines (50 loc) · 1.3 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
{
"plugins": [
"-lunr", "-search", "search-pro",
"-sharing",
"back-to-top-button",
"chapter-fold",
"code",
"splitter",
"tbfed-pagefooter",
"popup",
"page-toc-button",
"accordion",
"click-reveal",
"pageview-count",
"github",
"github-buttons"
],
"pluginsConfig": {
"tbfed-pagefooter": {
"copyright": "Copyright © knowledge-precipitation.site 2020",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"page-toc-button": {
"maxTocDepth": 2,
"minTocSize": 2
},
"github": {
"url": "https://github.com/Knowledge-Precipitation-Tribe/Dive-into-Docker"
},
"github-buttons": {
"buttons": [
{
"user": "Subranium",
"repo": "dive-into-docker",
"type": "star",
"count": true,
"size": "small"
},
{
"user": "Subranium",
"width": "160",
"type": "follow",
"count": true,
"size": "small"
}
]
}
}
}