diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7585238 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +book diff --git a/book.toml b/book.toml new file mode 100644 index 0000000..47dffc9 --- /dev/null +++ b/book.toml @@ -0,0 +1,16 @@ +[book] +authors = ["Alisa Feistel"] +language = "en" +multilingual = false +src = "src" +title = "Rainbow ADN" + +[build] +build-dir = "book" +create-missing = false + +[output.html] +default-theme = "navy" +mathjax-support = true +git-repository-url = "https://gitea.parrrate.ru/PTV/book-radn" +edit-url-template = "https://gitea.parrrate.ru/PTV/book-radn/_edit/latest/{path}" diff --git a/src/SUMMARY.md b/src/SUMMARY.md new file mode 100644 index 0000000..78fecc6 --- /dev/null +++ b/src/SUMMARY.md @@ -0,0 +1,3 @@ +# Summary + +[Introduction](./ch00/s00-introduction.md) diff --git a/src/ch00/s00-introduction.md b/src/ch00/s00-introduction.md new file mode 100644 index 0000000..e10b99d --- /dev/null +++ b/src/ch00/s00-introduction.md @@ -0,0 +1 @@ +# Introduction