forked from arstream/Network-Programming-with-Go
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
30 lines (30 loc) · 684 Bytes
/
book.json
File metadata and controls
30 lines (30 loc) · 684 Bytes
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
{
"gitbook": "3.0.x",
"pdf": {
"toc": true,
"pageNumbers": true,
"fontSize": 14,
"paperSize": "a4",
"margin": {
"right": 62,
"left": 62,
"top": 56,
"bottom": 56
}
},
"plugins": [
"-sharing",
"katex@1.1.3",
"edit-link@2.0.x",
"github@2.0.x"
],
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/tumregels/Network-Programming-with-Go/edit/master",
"label": "Edit"
},
"github": {
"url": "https://github.com/tumregels/Network-Programming-with-Go"
}
}
}