This commit is contained in:
Avently 2025-03-20 00:29:37 +07:00
parent 80a3492032
commit f9ae490964
2 changed files with 17 additions and 0 deletions

17
docs/dev/README.md Normal file
View file

@ -0,0 +1,17 @@
---
title: Developer Quick start
---
# SimpleX Chat Developer Guide
The first messaging platform that has no user identifiers of any kind — 100% private by design.
## Contents
- [Quick start](#quick-start) - scroll down this page
- [Manage messages](./manage-messages.md)
## Quick start
### Explore the ways how messages are managed in UI
There is a similar way of managing messages across all supported platforms. Refer to [Manage messages](./manage-messages.md) in order to understand it in details to be able to modify the code easily.