diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-08-01 10:35:29 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-08-01 10:35:29 +0200 |
commit | 112e63b5d7feb9476b6bd1852dc276bb3de2d0bd (patch) | |
tree | 4cae7617506bbd3fe387ebd63b26b3e63bf14f11 /doc/book.toml | |
parent | 441730e1f7a27541d52d1aaccc59a8204a96d079 (diff) | |
download | aerogramme-112e63b5d7feb9476b6bd1852dc276bb3de2d0bd.tar.gz aerogramme-112e63b5d7feb9476b6bd1852dc276bb3de2d0bd.zip |
First iteration on documentation
Diffstat (limited to 'doc/book.toml')
-rw-r--r-- | doc/book.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/book.toml b/doc/book.toml new file mode 100644 index 0000000..338ad63 --- /dev/null +++ b/doc/book.toml @@ -0,0 +1,9 @@ +[book] +authors = ["Quentin Dufour"] +language = "en" +multilingual = false +src = "src" +title = "Aerogramme - Encrypted e-mail storage over Garage" + +[output.html] +mathjax-support = true |