Skip to content

Commit 0eb102e

Browse files
committed
Merged the preface chapter into single file
1 parent f1b6376 commit 0eb102e

7 files changed

+212
-234
lines changed

.gitignore

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ _book
2121
!.vscode/tasks.json
2222
!.vscode/launch.json
2323
!.vscode/extensions.json
24-
/resources/Prepress-Scripts/Prepress-Book-in-MS-Word/obj
25-
/resources/Prepress-Scripts/Prepress-Book-in-MS-Word/.vs
26-
/resources/Prepress-Scripts/Prepress-Book-in-MS-Word/bin
27-
28-
# PyCharm
29-
.idea/*
3024

3125
# GitHub Pages deployment folder
3226
_gh-pages

SUMMARY.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
* [Book "Programming Basics" with JavaScript](README.md)
22
* [Preface](chapter-00-preface.md)
3-
* [About SoftUni and SoftUni Judge](/chapter-00.1-about-softuni.md)
4-
* [How to Become a Software Developer?](chapter-00.2-how-to-become-a-programmer.md)
5-
* [More About the Book](chapter-00.3-about-the-book.md)
63
* [1. First Steps in Programming](chapter-01-first-steps-in-programming.md)
74
* [2.1. Simple Calculations](chapter-02-simple-calculations.md)
85
* [2.2. Simple Calculations – Exam Problems](chapter-02-simple-calculations-exam-problems.md)

book.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
"files": [
2121
"./assets/js/repl.it-code-runner.js",
2222
"./assets/js/video.js",
23-
"./assets/js/top-menu.js",
24-
"./assets/js/modal-popup.js"
23+
"./assets/js/top-menu.js"
2524
]
2625
}
2726
},

chapter-00-preface.md

Lines changed: 211 additions & 8 deletions
Large diffs are not rendered by default.

chapter-00.1-about-softuni.md

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)