-
Notifications
You must be signed in to change notification settings - Fork 171
/
Copy pathbook.json
41 lines (41 loc) · 1.07 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
{
"output": null,
"generator": "site",
"title": "理解Linux进程",
"description": "理解Linux进程",
"extension": null,
"plugins": [],
"pluginsConfig": {
"fontSettings": {
"theme": "sepia", "night" or "white",
"family": "cns11643-sung",
"size": 4
}
},
"pdf": {
"toc": true,
"pageNumbers": true,
"fontSize": 18,
// Choices are [u’a0’, u’a1’, u’a2’, u’a3’, u’a4’, u’a5’, u’a6’, u’b0’, u’b1’, u’b2’, u’b3’, u’b4’, u’b5’, u’b6’, u’legal’, u’letter’]
"paperSize": "a4",
// Note: 72 pts equals 1 inch
"margin": {
"right": 36,
"left": 36,
"top": 36,
"bottom": 36
}
}
"links": {
"home": "https://github.com/tobegit3hub/understand_linux_process",
"about": "https://github.com/tobegit3hub/understand_linux_process",
"issues": "https://github.com/tobegit3hub/understand_linux_process/issues",
"edit": null,
"sharing": {
"google": null,
"facebook": null,
"twitter": null,
"weibo": null
}
}
}