Enclave Messenger Documentation
This repository hosts the documentation for Enclave Messenger, a local-first, end-to-end encrypted messaging system.
- Live docs: https://messenger.docs.projectenclave.dev
- Messenger code: https://github.com/Project-Enclave/Enclave-Messenger
- Website: https://github.com/Project-Enclave/Enclave-Messenger-Site
- Assets (screenshots, videos): https://github.com/Project-Enclave/assets
- Setup scripts: https://github.com/Project-Enclave/setup
Running this (You should not need to run this but whatever)
pip install mkdocs mkdocs-material
mkdocs serve
Then open http://127.0.0.1:8000 or whatever youve setup in your browser.
Structure
docs/– Markdown source for the sitemkdocs.yml– MkDocs configuration
Contributions should update the relevant files under docs/.