forked from HadesHacker/docker-practice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
54 lines (54 loc) · 1.45 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
{
"title": "Docker Handbook",
"description": "Docker Handbook|jimmysong.io|宋净超",
"language": "zh-hans",
"author": "Jimmy Song",
"links": {
"sidebar": {
"Jimmy Song": "https://jimmysong.io"
}
},
"plugins": [
"github",
"codesnippet",
"splitter",
"page-toc-button",
"image-captions",
"editlink",
"back-to-top-button",
"-lunr", "-search", "search-plus",
"github-buttons@2.1.0",
"favicon@^0.0.2",
"tbfed-pagefooter@^0.0.1",
"3-ba"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/rootsongjc/docker-handbook"
},
"editlink": {
"base": "https://github.com/rootsongjc/docker-handbook/blob/master/",
"label": "编辑本页"
},
"image-captions": {
"caption": "图片 - _CAPTION_"
},
"github-buttons": {
"repo": "rootsongjc/docker-handbook",
"types": ["star"],
"size": "small"
},
"tbfed-pagefooter": {
"copyright": "Copyright © jimmysong.io 2017",
"modify_label": "Updated:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"favicon": {
"shortcut": "favicon.ico",
"bookmark": "favicon.ico"
},
"3-ba": {
"token": "11f7d254cfa4e0ca44b175c66d379ecc"
}
}
}