diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | docs/book/book.toml | 4 | ||||
| -rw-r--r-- | docs/book/src/SUMMARY.md | 3 | ||||
| -rw-r--r-- | docs/book/src/chapter_1.md | 1 |
4 files changed, 9 insertions, 0 deletions
@@ -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 |
