docs: Add service-level READMEs, update Wallet Service documentation with multi-currency and admin APIs, refine Chat Service architecture, and remove a test Mermaid file.

This commit is contained in:
Ho Ngoc Hai
2026-01-18 23:51:39 +07:00
parent 86c9e7303c
commit 5aa48eb29c
15 changed files with 1096 additions and 844 deletions

View File

@@ -1,12 +0,0 @@
# Mermaid Test
This is a test diagram.
```mermaid
graph TD;
A[Start] --> B{Is it working?};
B -- Yes --> C[Great!];
B -- No --> D[Debug more];
```
End of test.