aerogramme/doc/src/SUMMARY.md

35 lines
542 B
Markdown
Raw Permalink Normal View History

2022-08-01 08:35:29 +00:00
# Summary
[Introduction](./index.md)
# Quick start
- [Installation](./installation.md)
- [Setup](./setup.md)
- [Validation](./validate.md)
# Cookbook
- [Not ready for production]()
2022-08-01 15:44:05 +00:00
# Reference
- [Configuration file](./config.md)
- [RFC coverage](./rfc.md)
2022-08-01 08:35:29 +00:00
# Design
- [Overview](./overview.md)
- [Mailboxes](./mailbox.md)
- [Mutation Log](./log.md)
- [IMAP UID proof](./imap_uid.md)
2022-08-01 15:44:05 +00:00
# Internals
2022-08-01 08:35:29 +00:00
2022-08-01 15:44:05 +00:00
- [Persisted data structures](./data_format.md)
2022-08-01 08:35:29 +00:00
- [Cryptography & key management](./crypt-key.md)
# Development
- [Notes](./notes.md)