Skip to content

Commit 669dba7

Browse files
bowbahdoeomniprofDainTrain
authored
Update from remote (#100)
* Update initialization.md * Add footnote softening the use of "wrong" Co-Authored-By: Ken Fogel <4064849+omniprof@users.noreply.github.com> * Explain backslash and forward slash Co-Authored-By: Dain LaRock <33586731+DainTrain@users.noreply.github.com> * Resolve #54 * Use IO.readln * Add OffsetDateTime chapter * Chapter on Date * Switch and recursion * Loops III * Checkpoint * More reflection * checkpoint * Numerics * IO println * Checkpoint * Update other prints * .. * Remove junk files * Update code runner * Update switch * ... * calorie tracker * Update calorie_tracker.md * Update calorie_tracker.md * add problem statement * ASCII Art * Point of Sale System * Fix up standard input sections * ... * Bad project * Update buy_now_pay_later.md * Data vis * Update data_visualization.md * Update buy_now_pay_later.md * Update buy_now_pay_later.md * Update data_visualization.md * Challenges up through static methods * cli and array challenges * Inner classes challenges * More challenges * integer challenges * Update buy_now_pay_later.md * Update SUMMARY.md * Object challenges * Time challenges * Hash map and array list challenges * Update challenges.md * more challenges * Code Stuff * Fix array challenges * Update challenges.md * ... * commas * more challenges * Update character.md * Packaging, Compilation, and Just * Java doc * ... * Challenges * elmo full name * Update main.md * Update return_in_void_methods.md * Modulese * music project * Update music_maker.md * Section headings * more * More images * More drawings * 2/3rds * Update interfaces.md * more art * more ART! * remove repl.it * fix img * Update chained_comparisons.md * Update size.md * Update limits.md * Use coordinates of studio where muppets treasure island was filmed * Update equality.md * Update getting_started.md * Delete Screenshot 2025-08-23 at 9.17.49 PM.png * lambdas * more streams * Update challenges.md * streams * Update semicolon.md * regex start * Update what_now.md * mascots in what now * Update what_now.md * Update what_now.md * .. --------- Co-authored-by: Ken Fogel <4064849+omniprof@users.noreply.github.com> Co-authored-by: Dain LaRock <33586731+DainTrain@users.noreply.github.com>
1 parent 02dcf2e commit 669dba7

File tree

307 files changed

+7005
-300
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

307 files changed

+7005
-300
lines changed

book.toml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
[book]
22
title = "Modern Java"
33
description = "Book teaching how to write modern and effective Java."
4-
authors = ["Ethan McCue", "Together Java", "Contributions from the Java Community"]
4+
authors = [
5+
"Ethan McCue",
6+
"Together Java",
7+
"Contributions from the Java Community",
8+
]
59
language = "en"
610

711
[output.html]
@@ -10,10 +14,11 @@ edit-url-template = "https://github.com/Together-Java/ModernJava/edit/develop/{p
1014
mathjax-support = true
1115
additional-css = ["ferris.css"]
1216
additional-js = ["ferris.js"]
17+
heading-split-level = 2
1318

1419
[output.html.fold]
15-
enable = true # whether or not to enable section folding
16-
level = 0 # the depth to start folding
20+
enable = false # whether or not to enable section folding
21+
level = 0 # the depth to start folding
1722

1823
[output.html.playground]
1924
editable = true

0 commit comments

Comments
 (0)