diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-03-17 14:44:14 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-03-17 14:44:14 +0100 |
commit | 0afc701a698c4891ea0f09fae668cb06b16757d7 (patch) | |
tree | e256fcc3c5fff777ae30f97dfecb322b4e56d40b /doc/book/book.toml | |
parent | 6a3dcf39740cda27e61b93582b6fea66991ec4f2 (diff) | |
download | garage-0afc701a698c4891ea0f09fae668cb06b16757d7.tar.gz garage-0afc701a698c4891ea0f09fae668cb06b16757d7.zip |
Doc skeleton + intro
Diffstat (limited to 'doc/book/book.toml')
-rw-r--r-- | doc/book/book.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/book/book.toml b/doc/book/book.toml new file mode 100644 index 00000000..3e163990 --- /dev/null +++ b/doc/book/book.toml @@ -0,0 +1,6 @@ +[book] +authors = ["Quentin Dufour"] +language = "en" +multilingual = false +src = "src" +title = "Garage Documentation" |