-
Notifications
You must be signed in to change notification settings - Fork 95
/
book.json
40 lines (40 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
{
"title":
"Programming Basics with Java",
"description":
"Free book \"Programming Basics with Java\" for absolute beginners. Covers the Java language and the Java platform, the Java compiler, the IntelliJ IDEA development environment, variables, data, calculations, conditional statements, loops, nested loops, methods and many practical exercises.",
"isbn":
"978-619-00-1402-7",
"language":
"en",
"plugins": [
"ga",
"meta",
"anchors",
"expandable-chapters-small",
"katex",
"scripts",
"page-toc-button"
],
"pluginsConfig": {
"ga": {
"token": "UA-11309924-35"
},
"scripts": {
"files": [
"./assets/js/repl.it-code-runner.js",
"./assets/js/video.js",
"./assets/js/top-menu.js"
]
}
},
"pdf": {
"paperSize": "a4",
"margin": {
"top": 48,
"bottom": 48,
"left": 36,
"right": 36
}
}
}