add an mdbook

This commit is contained in:
Dustin J. Mitchell 2020-11-21 19:41:36 -05:00
parent 1e28289b8b
commit ae8872d51e
6 changed files with 40 additions and 0 deletions

1
docs/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
book

3
docs/README.md Normal file
View file

@ -0,0 +1,3 @@
This is an [mdbook](https://rust-lang.github.io/mdBook/index.html) book.
Minor modifications can be made without installing the mdbook tool, as the content is simple Markdown.
Changes are verified on pull requests.

6
docs/book.toml Normal file
View file

@ -0,0 +1,6 @@
[book]
authors = ["Dustin J. Mitchell"]
language = "en"
multilingual = false
src = "src"
title = "TaskChampion"

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

@ -0,0 +1,3 @@
# Summary
- [Development Notes](./development-notes.md)