-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbook.json
More file actions
65 lines (65 loc) · 1.57 KB
/
book.json
File metadata and controls
65 lines (65 loc) · 1.57 KB
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
{
"author": "mania_fish<mania_fish@163.com>",
"description": "How to build effective golang project",
"extension": null,
"generator": "site",
"links": {
"sharing": {
"all": null,
"facebook": null,
"google": null,
"twitter": null,
"weibo": null
},
"sidebar": {
"mania_fish's github": "https://github.com/maniafish"
}
},
"output": null,
"pdf": {
"fontSize": 12,
"footerTemplate": null,
"headerTemplate": null,
"margin": {
"bottom": 36,
"left": 62,
"right": 62,
"top": 36
},
"pageNumbers": false,
"paperSize": "a4"
},
"plugins": [
"-lunr",
"-search",
"search-pro",
"anchor-navigation-ex",
"splitter",
"sectionx",
"prism",
"-highlight",
"prism-themes"
],
"title": "real effective go",
"variables": {},
"pluginsConfig": {
"anchor-navigation-ex": {
"isShowTocTitleIcon": true,
"tocLevel2Icon": "fa fa-hand-o-right",
"tocLevel3Icon": "fa fa-hand-o-right",
"tocLevel4Icon": "fa fa-hand-o-right"
},
"prism": {
"css": [
"prism-themes/themes/prism-base16-ateliersulphurpool.light.css"
],
"lang": {
"flow": "typescript"
},
"ignore": [
"mermaid",
"eval-js"
]
}
}
}