documentation update

This commit is contained in:
Vasily.onl
2025-06-06 20:33:29 +08:00
parent 5158d8a7d3
commit 666a58e799
31 changed files with 1107 additions and 2837 deletions

View File

@@ -360,10 +360,10 @@ CREATE TABLE raw_trades (
## 🔗 Related Documentation
- **[Components Documentation](../components/)** - Implementation details
- **[Architecture Overview](../architecture/)** - System design
- **[Exchange Documentation](../exchanges/)** - Exchange integrations
- **[Setup Guide](../guides/)** - Configuration and deployment
- **[Modules Documentation (`../modules/`)](../modules/)** - Implementation details
- **[Architecture Overview (`../architecture.md`)]** - System design
- **[Exchange Documentation (`../modules/exchanges/`)](../modules/exchanges/)** - Exchange integrations
- **[Setup Guide (`../guides/`)](../guides/)** - Configuration and deployment
## 📞 Support
@@ -394,4 +394,4 @@ def validate_market_data_point(data_point):
---
*For the complete documentation index, see the [main documentation README](../README.md).*
*For the complete documentation index, see the [main documentation README (`../README.md`)]*