Skip to content

Commit c9ada63

Browse files
authored
Merge branch 'develop' into feature/modify-right-buttons-click
2 parents 10a9f97 + 669dba7 commit c9ada63

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)