basic framework
This commit is contained in:
parent
a05d562a0f
commit
c33989ee86
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
book
|
16
book.toml
Normal file
16
book.toml
Normal file
@ -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}"
|
3
src/SUMMARY.md
Normal file
3
src/SUMMARY.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Summary
|
||||||
|
|
||||||
|
[Introduction](./ch00/s00-introduction.md)
|
1
src/ch00/s00-introduction.md
Normal file
1
src/ch00/s00-introduction.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# Introduction
|
Loading…
Reference in New Issue
Block a user