Modern Java

book.toml

[book]
title = "Modern Java"
description = "Book teaching how to write modern and effective Java."
authors = ["Ethan McCue", "Together Java", "Contributions from the Java Community"]
language = "en"
multilingual = false

[output.html]
git-repository-url = "https://github.com/Together-Java/ModernJava"
edit-url-template = "https://github.com/Together-Java/ModernJava/edit/develop/{path}"
mathjax-support = true
additional-css = ["ferris.css"]
additional-js = ["ferris.js"]

[output.html.fold]
enable = true # whether or not to enable section folding
level = 0     # the depth to start folding

[output.html.playground]
editable = true

[output.html.code.hidelines]
java = "~"