-
Notifications
You must be signed in to change notification settings - Fork 7
/
book.json
106 lines (106 loc) · 2.93 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
101
102
103
104
105
106
{
"author": "DaoCloud NAT DMP Team",
"language" : "zh-hans",
"title": "DaoCloud MicroService Platform 用户接入指南/DMP 微服务架构实践手册",
"description": "DaoCloud MicroService Platform 用户接入指南/DMP 微服务架构实践手册",
"extension": null,
"generator": "site",
"variables": {},
"styles": {
"website": "./styles/website.css"
},
"structure": {
"readme": "README.md"
},
"links": {
"sidebar": {
"DaoCloud": "https://www.daocloud.io",
"DMP": "https://www.daocloud.io/dmp"
}
},
"output": null,
"pdf": {
"fontSize": 12,
"footerTemplate": null,
"headerTemplate": null,
"margin": {
"bottom": 36,
"left": 62,
"right": 62,
"top": 36
},
"pageNumbers": true,
"paperSize": "a4"
},
"plugins": [
"tbfed-pagefooter",
"splitter",
"sitemap-general",
"-sharing",
"sharing-plus",
"github-buttons@2.1.0",
"edit-link@^2.0.2",
"favicon@^0.0.2",
"anchors",
"anchor-navigation-ex"
],
"pluginsConfig": {
"sharing": {
"douban": false,
"facebook": false,
"google": true,
"hatenaBookmark": false,
"instapaper": false,
"line": true,
"linkedin": true,
"messenger": false,
"pocket": false,
"qq": false,
"qzone": true,
"stumbleupon": false,
"twitter": false,
"viber": false,
"vk": false,
"weibo": true,
"whatsapp": false,
"all": [
"facebook", "google", "twitter",
"weibo", "instapaper", "linkedin",
"pocket", "stumbleupon"
]
},
"sitemap-general": {
"prefix": "https://daocloud-labs.github.io/DMP-Public-Docs"
},
"github-buttons": {
"repo": "DaoCloud-Labs/DMP-Public-Docs",
"types": [
"star",
"watch",
"fork"
],
"size": "small"
},
"edit-link": {
"base": "https://github.com/DaoCloud-Labs/DMP-Public-Docs/edit/master",
"label": "编辑本页"
},
"favicon": {
"shortcut": "favicon.ico",
"bookmark": "favicon.ico",
"appleTouch": "favicon.ico",
"appleTouchMore": {
"120x120": "favicon.ico",
"180x180": "favicon.ico"
}
},
"tbfed-pagefooter": {
"copyright":"Copyright © www.daocloud.io 2019",
"modify_label": "修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"anchor-navigation-ex": {
"showLevel": false
}
}
}