forked from mozhuli/Container-Networking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
56 lines (56 loc) · 1.38 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
{
"title": "Container Networking(From Docker to Kubernetes)",
"author": "mozhuli <weidonglee27@gmail.com>",
"gitbook": ">= 3.2.2",
"language": "zh-cn",
"plugins": [
"alerts",
"mermaid",
"github",
"github-buttons",
"page-treeview",
"editlink",
"-lunr",
"-search",
"theme-comscore",
"splitter",
"search-plus",
"toggle-chapters"
],
"pdf": {
"fontSize": 18,
"footerTemplate": null,
"headerTemplate": null,
"margin": {
"bottom": 36,
"left": 62,
"right": 62,
"top": 36
},
"pageNumbers": false,
"paperSize": "a4"
},
"pluginsConfig": {
"page-treeview": {
"copyright": "Copyright © mozhuli",
"minHeaderCount": "2",
"minHeaderDeep": "2"
},
"github-buttons": {
"repo": "mozhuli/Container-Networking",
"types": [
"star",
"watch"
],
"size": "small"
},
"github": {
"url": "https://github.com/mozhuli/Container-Networking"
},
"editlink": {
"base": "https://github.com/mozhuli/Container-Networking/blob/master/",
"label": "编辑本页"
}
},
"generator": "site"
}