-
Notifications
You must be signed in to change notification settings - Fork 180
/
book.json
40 lines (40 loc) · 1.25 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 C# - Free Coding Book with Video Lessons",
"description":
"Free book + video course + \"Programming Basics with C#\" for absolute beginners - an interactive coding tutorial. It covers the C# language and the .NET platform, the C# compiler, the Visual Studio development environment, variables, data, calculations, console input / output, conditional statements, loop constructions, nested loops, methods and lots of practical exercises with interactive online evaluation system (judge system).",
"isbn":
"978-619-00-0902-3",
"language":
"en",
"plugins": [
"ga",
"meta",
"anchors",
"expandable-chapters-small",
"katex",
"scripts",
"page-toc-button"
],
"pluginsConfig": {
"ga": {
"token": "UA-11309924-26"
},
"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
}
}
}