forked from Together-Java/ModernJava
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.toml
31 lines (26 loc) · 924 Bytes
/
book.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[book]
title = "Modern Java"
description = " Book teaching how to write modern and effective Java. It is maintained by the community, anyone can contribute."
authors = ["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
[preprocessor.features]
command = "python3 features.py"
# Going to start writing the rest of the book
# Assuming this is true
toplevel_anonymous_class = true
# Not ready
simple_io = false
# Turn on when Java 21 released
java_21 = false
[output.html.playground]
editable = true