From 60199a357d53a31721f0e543de8acfbc1cf23d0b Mon Sep 17 00:00:00 2001 From: Dunya Kirkali Date: Sun, 7 Jul 2024 18:31:08 +0200 Subject: [PATCH] Update README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index e10d265..a5384cc 100644 --- a/README.md +++ b/README.md @@ -58,3 +58,15 @@ In order to remove the generated files you can run: ```bash make clean ``` + +## Structure + +The entry point of the book is [book.adoc](source/book.adoc). + +The [book.adoc](source/book.adoc) consists of 3 sections: + +- The [front matter](source/front_matter.adoc) +- The [body](source/body.adoc) +- The [back matter](source/back_matter.adoc) + +The [body](source/body.adoc) is where should be placing the main content of your book.