-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathbook.json
57 lines (57 loc) · 1.33 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
{
"author": "@smallnest <[email protected]>, @雪球的铲屎官, @来去从心",
"description": "A guide about Go RPC development",
"title": "Go RPC编程指南",
"styles": {
"website": "styles/website.css"
},
"links": {
"sharing": {
"all": null,
"facebook": null,
"google": null,
"twitter": null,
"weibo": null
},
"sidebar": {
"rpcx官方站点": "https://rpcx.io/"
}
},
"pdf": {
"fontSize": 12,
"footerTemplate": null,
"headerTemplate": null,
"margin": {
"bottom": 36,
"left": 62,
"right": 62,
"top": 36
},
"pageNumbers": false,
"paperSize": "a4"
},
"plugins": [
"anchors",
"multipart",
"-toc-ng",
"page-footer-ex",
"timeline",
"katex",
"-lunr"
],
"pluginsConfig": {
"theme-default": {
"showLevel": true
},
"toc": {
"addClass": true,
"className": "toc"
},
"page-footer-ex": {
"copyright": "By <em>smallnest</em>",
"markdown": false,
"update_label": "<i>updated</i>",
"update_format": "YYYY-MM-DD HH:mm:ss"
}
}
}