forked from steveloughran/kerberos_and_hadoop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
50 lines (48 loc) · 1.45 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
{
"gitbook": ">=2.0.0" ,
"title": "Hadoop and Kerberos: The Madness beyond the Gate",
"description": "A terrifying dive into the depths of Hadoop security",
"variables": {
"asf": "Apache Software Foundation",
"author":"Steve Loughran",
"title": "Hadoop and Kerberos: The Madness beyond the Gate",
"hadoop-latest": "2.7.1"
},
"plugins": [
"autocover",
"katex",
"include-codeblock"],
"pluginsConfig": {
"autocover": {
"title": "Kerberos and Hadoop: The Madness Beyond the Gate",
"author": "Steve Loughran",
"font": {
"size": null,
"family": "Impact",
"color": "#FFF"
},
"size": {
"w": 4000,
"h": 3000
},
"background": {
"color": "#09F"
}
}
},
"pdf": {
"pageNumbers": true,
"fontSize": 11,
"paperSize": "a4",
"margin": {
"right": 62,
"left": 62,
"top": 36,
"bottom": 36
},
"comment-1":"//Header HTML template. Available variables: _PAGENUM_, _TITLE_, _AUTHOR_ and _SECTION_.",
"headerTemplate-off": "_TITLE_",
"comment":"//Footer HTML template. Available variables: _PAGENUM_, _TITLE_, _AUTHOR_ and _SECTION_.",
"footerTemplate-off": "_PAGENUM_"
}
}