Skip to content

Commit 77b9855

Browse files
committed
Initial content
1 parent 06e2c12 commit 77b9855

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

book.toml

+11
Original file line numberDiff line numberDiff line change
@@ -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

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Summary
2+
3+
- [Chapter 1](./chapter_1.md)

src/chapter_1.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Chapter 1
2+
3+
Hello World!

0 commit comments

Comments
 (0)