@acorex/components 21.0.0-next.26 → 21.0.0-next.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -70,6 +70,10 @@ This package requires the following peer dependencies:
70
70
 
71
71
  ## 🎯 Quick Start
72
72
 
73
+ > **New to Conversation2?** Check out our [5-Minute Quick Start Guide](./docs/QUICK-START.md) for the fastest way to get started!
74
+
75
+ ### Detailed Setup
76
+
73
77
  ### 1. Standalone Application (Recommended)
74
78
 
75
79
  ```typescript
@@ -397,11 +401,12 @@ Supported message types out of the box:
397
401
 
398
402
  ## 📚 Additional Resources
399
403
 
400
- - [API Documentation](./docs/API.md)
401
- - [Examples](./docs/EXAMPLES.md)
402
- - [Migration Guide](./docs/MIGRATION.md)
403
- - [Contributing](./CONTRIBUTING.md)
404
- - [Improvements Roadmap](./IMPROVEMENTS.md)
404
+ - [Quick Start Guide](./docs/QUICK-START.md) - Get started in 5 minutes
405
+ - [Architecture Overview](./docs/ARCHITECTURE-OVERVIEW.md) - Understand the module structure
406
+ - [API Documentation](./docs/ARCHITECTURE-APIS.md) - Implement custom backends
407
+ - [Component Guide](./docs/ARCHITECTURE-COMPONENTS.md) - Learn about components
408
+ - [Plugin System](./docs/ARCHITECTURE-PLUGINS.md) - Extend functionality
409
+ - [Usage Guide](./docs/USAGE-GUIDE.md) - Advanced usage patterns
405
410
 
406
411
  ## 🤝 Contributing
407
412