-
Notifications
You must be signed in to change notification settings - Fork 1
/
book.json
127 lines (127 loc) · 3.56 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"title": "Kimi's DesignPatternGolang Notes",
"description": "My gitbook for DesignPatternGolang ",
"author": "Kimi Tsai <[email protected]>",
"ignores": [
"node_modules"
],
"links": {
"sidebar": {
"Home": "https://kimi0230.github.io/DesignPatternGolang/",
"GitHub": "https://github.com/kimi0230/DesignPatternGolang",
"Medium": "https://medium.com/@kimi0230",
"About me": "https://github.com/kimi0230"
}
},
"plugins": [
"-search",
"-lunr",
"search-plus",
"-sharing",
"sharing-plus",
"expandable-chapters",
"splitter",
"-anchor-navigation-ex",
"-toggle-chapters",
"back-to-top-button",
"page-footer-ex",
"favicon-absolute",
"github",
"github-buttons",
"-disqus",
"-codeblock-filename",
"code",
"-copy-code-button",
"-emphasize",
"page-toc",
"intopic-toc",
"-tbfed-pagefooter",
"edit-link",
"auto-scroll-table",
"wide-page",
"tags",
"sitemap-general"
],
"pluginsConfig": {
"favicon-absolute": {
"favicon": "/favicon.ico",
"bookmark": "/bookmark.ico",
"appleTouchIcon152": "/apple-touch-icon-152.png",
"appleTouchIconPrecomposed152": "/apple-touch-icon-precomposed-152.png",
"appleTouchIconMore": {
"120x120": "/apple-touch-icon-120.png",
"180x180": "/apple-touch-icon-180.png"
},
"appleTouchIconPrecomposedMore": {
"120x120": "/apple-touch-icon-precomposed-120.png",
"180x180": "/apple-touch-icon-precomposed-180.png"
}
},
"expandable-chapters": {
"mode": "pageTop",
"showGoTop": true
},
"github": {
"url": "https://github.com/kimi0230"
},
"github-buttons": {
"buttons": [
{
"user": "kimi0230",
"repo": "DesignPatternGolang",
"type": "star",
"size": "small"
}
]
},
"sharing": {
"facebook": true,
"twitter": true,
"google": false,
"weibo": false,
"instapaper": false,
"vk": false,
"line": true,
"all": [
"facebook",
"google",
"twitter",
"weibo",
"instapaper",
"line"
]
},
"intopic-toc": {
"label": "CONTENTS"
},
"disqus": {
"shortName": "Kimi's Gitbook"
},
"page-footer-ex": {
"copyright": "© Kimi Tsai all right reserved.",
"markdown": false,
"update_label": "<i>Updated</i> : ",
"update_format": "YYYY-MM-DD HH:mm:ss"
},
"edit-link": {
"base": "https://github.com/kimi0230/DesignPatternGolang/edit/main/",
"label": "Edit"
},
"sitemap-general": {
"prefix": "https://kimi0230.github.io/DesignPatternGolang/"
}
},
"pdf": {
"pageNumbers": true,
"fontSize": 12,
"paperSize": "a4",
"margin": {
"right": 62,
"left": 62,
"top": 36,
"bottom": 36
},
"headerTemplate": null,
"footerTemplate": null
}
}