Create docs with mdbook

This commit is contained in:
Dominic Grimm 2022-09-09 21:11:20 +02:00
parent 30b608e5aa
commit f77d0fd919
No known key found for this signature in database
GPG key ID: A6C051C716D2CE65
4 changed files with 11 additions and 0 deletions

1
docs/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
book

6
docs/book.toml Normal file
View file

@ -0,0 +1,6 @@
[book]
authors = ["Dominic Grimm"]
language = "en"
multilingual = false
src = "src"
title = "hence"

3
docs/src/SUMMARY.md Normal file
View file

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

1
docs/src/chapter_1.md Normal file
View file

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