From 23e5382aa7e38c098ef396759d0e8bde9df4a557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Gierwia=C5=82o?= Date: Thu, 20 Nov 2025 22:44:24 +0100 Subject: [PATCH] docs: update README.md documentation links after reorganization --- README.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 944269d..1f7f945 100644 --- a/README.md +++ b/README.md @@ -537,15 +537,21 @@ docker compose exec backend npm run test:coverage **Main Documentation:** - `docs/CONTEXT.md` - Main project description and assumptions - `docs/TODO.md` - Active tasks and roadmap - -**Detailed Documentation:** - `docs/ARCHITECTURE.md` - Technical details and implementation -- `docs/PHASE_1.5.md` - Phase 1.5 documentation (Email & WSDC) -- `docs/SECURITY_AUDIT.md` - Security audit & fixes -- `docs/DEPLOYMENT.md` - Deployment guide -- `docs/ADMIN_CLI.md` - Admin CLI & REPL usage -- `docs/COMPLETED.md` - Completed tasks archive -- `docs/RESOURCES.md` - Links to documentation and learning resources +- `docs/DEPLOYMENT.md` - Deployment and production setup guide +- `docs/MONITORING.md` - Monitoring and operations guide + +**Quick Guides:** +- `docs/QUICKSTART.md` - Quick start guide (2 minutes) +- `docs/QUICK_TEST.md` - Quick testing instructions +- `docs/WEBRTC_TESTING_GUIDE.md` - WebRTC testing guide + +**Archived Documentation:** +- `docs/archive/PHASE_1.5.md` - Phase 1.5 documentation (Email & WSDC) +- `docs/archive/SECURITY_AUDIT.md` - Security audit & fixes +- `docs/archive/ADMIN_CLI.md` - Admin CLI & REPL usage +- `docs/archive/COMPLETED.md` - Completed tasks archive +- `docs/archive/RESOURCES.md` - Links to documentation and learning resources ## 🤝 Contributing