diff --git a/satrs-book/.gitignore b/satrs-book/.gitignore new file mode 100644 index 0000000..7585238 --- /dev/null +++ b/satrs-book/.gitignore @@ -0,0 +1 @@ +book diff --git a/satrs-book/book.toml b/satrs-book/book.toml new file mode 100644 index 0000000..95212c7 --- /dev/null +++ b/satrs-book/book.toml @@ -0,0 +1,6 @@ +[book] +authors = ["Robin Mueller"] +language = "en" +multilingual = false +src = "src" +title = "satrs-book" diff --git a/satrs-book/src/SUMMARY.md b/satrs-book/src/SUMMARY.md new file mode 100644 index 0000000..7390c82 --- /dev/null +++ b/satrs-book/src/SUMMARY.md @@ -0,0 +1,3 @@ +# Summary + +- [Chapter 1](./chapter_1.md) diff --git a/satrs-book/src/chapter_1.md b/satrs-book/src/chapter_1.md new file mode 100644 index 0000000..b743fda --- /dev/null +++ b/satrs-book/src/chapter_1.md @@ -0,0 +1 @@ +# Chapter 1