-
Notifications
You must be signed in to change notification settings - Fork 147
Expand file tree
/
Copy pathbook.json
More file actions
36 lines (36 loc) · 1.02 KB
/
book.json
File metadata and controls
36 lines (36 loc) · 1.02 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
{
"title": "Programming Basics with JavaScript",
"description": "Free book \"Programming Basics with JavaScript\" for absolute beginners. Covers the JavaScript language, the Visual Studio Code development environment, variables, data, calculations, conditional statements, loops, nested loops, functions and many practical exercises.",
"isbn": "978-619-00-1401-0",
"language": "en",
"plugins": [
"ga",
"meta",
"anchors",
"expandable-chapters-small",
"katex",
"scripts",
"page-toc-button"
],
"pluginsConfig": {
"ga": {
"token": "UA-11309924-34"
},
"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
}
}
}