forked from SoftUni/Programming-Basics-Book-CSharp-EN
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
38 lines (38 loc) · 835 Bytes
/
book.json
File metadata and controls
38 lines (38 loc) · 835 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
31
32
33
34
35
36
37
38
{
"plugins": [
"ga",
"meta",
"anchors",
"expandable-chapters-small",
"katex",
"sitemap",
"scripts"
],
"pluginsConfig": {
"ga": {
"token": "UA-11309924-26"
},
"meta": {
"name": "google-site-verification",
"content": "xSQjbYfAeT3z-ew8RE51NA5hmxlZ1qNKgCerlOBthgo"
},
"sitemap": {
"hostname": "https://csharp-book.softuni.org/"
},
"scripts": {
"files": [
"./assets/js/repl.it-code-runner.js",
"./assets/js/video.js"
]
}
},
"pdf": {
"paperSize": "a4",
"margin": {
"top": 48,
"bottom": 48,
"left": 36,
"right": 36
}
}
}