We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06e2c12 commit 77b9855Copy full SHA for 77b9855
book.toml
@@ -0,0 +1,11 @@
1
+[book]
2
+title = "Modern Java"
3
+description = " Book teaching how to write modern and effective Java. It is maintained by the community, anyone can contribute."
4
+authors = ["Together Java", "Contributions from the Java Community"]
5
+language = "en"
6
+multilingual = false
7
+
8
+[output.html]
9
+git-repository-url = "https://github.com/Together-Java/ModernJava"
10
+edit-url-template = "https://github.com/Together-Java/ModernJava/edit/develop/{path}"
11
+mathjax-support = true
src/SUMMARY.md
@@ -0,0 +1,3 @@
+# Summary
+- [Chapter 1](./chapter_1.md)
src/chapter_1.md
+# Chapter 1
+Hello World!
0 commit comments