-
Notifications
You must be signed in to change notification settings - Fork 1
/
book.json
79 lines (79 loc) · 1.84 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
{
"author": "wangwei17",
"description": "从单体应用到微服务架构",
"extension": null,
"generator": "site",
"isbn": "",
"links": {
"sharing": {
"all": null,
"facebook": null,
"google": null,
"twitter": null,
"weibo": null
},
"sidebar": {
"17哥的个人网站": "https://wangwei1237.gitee.io/"
}
},
"output": null,
"pdf": {
"fontSize": 16,
"footerTemplate": null,
"headerTemplate": null,
"margin": {
"bottom": 36,
"left": 62,
"right": 62,
"top": 36
},
"pageNumbers": true,
"paperSize": "a4"
},
"plugins": ["page-toc-button",
"tbfed-pagefooter",
"hints",
"sitemap-general",
"edit-link",
"back-to-top-button",
"github-buttons@2.1.0",
"github"],
"pluginsConfig": {
"theme-default": {
"showLevel": false
},
"fontsettings": {
"theme": "white"
},
"page-toc-button": {
"maxTocDepth": 2,
"minTocSize": 2
},
"tbfed-pagefooter": {
"copyright":"Copyrights © wangwei"
},
"hints": {
"info": "fa fa-info-circle",
"tip": "fa fa-sticky-note",
"danger": "fa fa-bug",
"working": "fa fa-cog fa-spin"
},
"sitemap-general": {
"prefix": "https://wangwei1237.gitee.io/monolith-to-microservices/"
},
"github": {
"url": "https://github.com/wangwei1237/monolith-to-microservices"
},
"edit-link": {
"base": "https://github.com/wangwei1237/monolith-to-microservices/edit/master",
"label": "在线编辑"
},
"github-buttons": {
"repo": "wangwei1237/monolith-to-microservices",
"types": ["star"],
"size": "small"
}
},
"title": "Monolith to Microservices",
"variables": {}
}