Skip to content

Commit

Permalink
Merged the preface chapter into single file
Browse files Browse the repository at this point in the history
  • Loading branch information
nakov committed Sep 29, 2023
1 parent f1b6376 commit 0eb102e
Show file tree
Hide file tree
Showing 7 changed files with 212 additions and 234 deletions.
6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ _book
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
/resources/Prepress-Scripts/Prepress-Book-in-MS-Word/obj
/resources/Prepress-Scripts/Prepress-Book-in-MS-Word/.vs
/resources/Prepress-Scripts/Prepress-Book-in-MS-Word/bin

# PyCharm
.idea/*

# GitHub Pages deployment folder
_gh-pages
3 changes: 0 additions & 3 deletions SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
* [Book "Programming Basics" with JavaScript](README.md)
* [Preface](chapter-00-preface.md)
* [About SoftUni and SoftUni Judge](/chapter-00.1-about-softuni.md)
* [How to Become a Software Developer?](chapter-00.2-how-to-become-a-programmer.md)
* [More About the Book](chapter-00.3-about-the-book.md)
* [1. First Steps in Programming](chapter-01-first-steps-in-programming.md)
* [2.1. Simple Calculations](chapter-02-simple-calculations.md)
* [2.2. Simple Calculations – Exam Problems](chapter-02-simple-calculations-exam-problems.md)
Expand Down
3 changes: 1 addition & 2 deletions book.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"files": [
"./assets/js/repl.it-code-runner.js",
"./assets/js/video.js",
"./assets/js/top-menu.js",
"./assets/js/modal-popup.js"
"./assets/js/top-menu.js"
]
}
},
Expand Down
219 changes: 211 additions & 8 deletions chapter-00-preface.md

Large diffs are not rendered by default.

49 changes: 0 additions & 49 deletions chapter-00.1-about-softuni.md

This file was deleted.

Loading

0 comments on commit 0eb102e

Please sign in to comment.