Adding initial book

This commit is contained in:
Dietrich 2020-11-21 08:10:07 +01:00
commit da3a0e0fd0
4 changed files with 11 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
book

6
book.toml Normal file
View File

@ -0,0 +1,6 @@
[book]
authors = ["Dietrich"]
language = "en"
multilingual = false
src = "src"
title = "Film AG Equipment"

3
src/SUMMARY.md Normal file
View File

@ -0,0 +1,3 @@
# Summary
- [Chapter 1](./chapter_1.md)

1
src/chapter_1.md Normal file
View File

@ -0,0 +1 @@
# Chapter 1