aboutsummaryrefslogtreecommitdiff
path: root/doc/src/SUMMARY.md
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-08-01 10:35:29 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-08-01 10:35:29 +0200
commit112e63b5d7feb9476b6bd1852dc276bb3de2d0bd (patch)
tree4cae7617506bbd3fe387ebd63b26b3e63bf14f11 /doc/src/SUMMARY.md
parent441730e1f7a27541d52d1aaccc59a8204a96d079 (diff)
downloadaerogramme-112e63b5d7feb9476b6bd1852dc276bb3de2d0bd.tar.gz
aerogramme-112e63b5d7feb9476b6bd1852dc276bb3de2d0bd.zip
First iteration on documentation
Diffstat (limited to 'doc/src/SUMMARY.md')
-rw-r--r--doc/src/SUMMARY.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/src/SUMMARY.md b/doc/src/SUMMARY.md
new file mode 100644
index 0000000..6dd8034
--- /dev/null
+++ b/doc/src/SUMMARY.md
@@ -0,0 +1,29 @@
+# Summary
+
+[Introduction](./index.md)
+
+# Quick start
+
+- [Installation](./installation.md)
+- [Setup](./setup.md)
+- [Validation](./validate.md)
+
+# Cookbook
+
+ - [Not ready for production]()
+
+# Design
+
+- [Overview](./overview.md)
+- [Mailboxes](./mailbox.md)
+- [Mutation Log](./log.md)
+- [IMAP UID proof](./imap_uid.md)
+
+# Reference
+
+- [Data format](./data_format.md)
+- [Cryptography & key management](./crypt-key.md)
+
+# Development
+
+- [Notes](./notes.md)