aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--docs/book/book.toml4
-rw-r--r--docs/book/src/SUMMARY.md3
-rw-r--r--docs/book/src/chapter_1.md1
4 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ea8c4bf..e3dc09e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/target
+/docs/book/book
diff --git a/docs/book/book.toml b/docs/book/book.toml
new file mode 100644
index 0000000..9e1b4f3
--- /dev/null
+++ b/docs/book/book.toml
@@ -0,0 +1,4 @@
+[book]
+title = "sellershut"
+authors = ["rtkay123"]
+language = "en"
diff --git a/docs/book/src/SUMMARY.md b/docs/book/src/SUMMARY.md
new file mode 100644
index 0000000..7390c82
--- /dev/null
+++ b/docs/book/src/SUMMARY.md
@@ -0,0 +1,3 @@
+# Summary
+
+- [Chapter 1](./chapter_1.md)
diff --git a/docs/book/src/chapter_1.md b/docs/book/src/chapter_1.md
new file mode 100644
index 0000000..b743fda
--- /dev/null
+++ b/docs/book/src/chapter_1.md
@@ -0,0 +1 @@
+# Chapter 1