forked from huliuqing/microservices
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
67 lines (67 loc) · 1.85 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
{
"author": "oopsguy.com",
"description": "Nginx 经典微服务电子书中文翻译版本",
"language": "zh-hans",
"extension": null,
"generator": "site",
"links": {
"sharing": {
"all": true,
"facebook": true,
"google": true,
"twitter": true,
"weibo": true
},
"sidebar": {
"Oopsguy 的博客": "http://oopsguy.com",
"《微服务:从设计到部署》": "https://github.com/oopsguy/microservices-from-design-to-deployment-chinese"
}
},
"output": null,
"pdf": {
"fontFamily": "Microsoft yahei",
"fontSize": 16,
"margin": {
"bottom": 36,
"left": 62,
"right": 62,
"top": 36
},
"pageNumbers": true,
"paperSize": "a4"
},
"plugins": [
"github",
"splitter",
"tbfed-pagefooter",
"-lunr",
"-search",
"github-buttons",
"image-captions",
"-highlight",
"-livereload"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/oopsguy/microservices-from-design-to-deployment-chinese"
},
"tbfed-pagefooter": {
"copyright": "Copyright © <a style=\"font-weight: bold\" href=\"http://oopsguy.com\">Oopsguy.com</a> 2017",
"modify_label": "最后更新时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"github-buttons": {
"repo": "oopsguy/microservices-from-design-to-deployment-chinese",
"types": [
"star",
"watch"
],
"size": "small"
},
"image-captions": {
"caption": "_CAPTION_"
}
},
"title": "微服务:从设计到部署",
"variables": {}
}