@acorex/components 21.0.0-next.26 → 21.0.0-next.27
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.
- package/conversation2/README.md +10 -5
- package/conversation2/index.d.ts +672 -135
- package/fesm2022/acorex-components-conversation2.mjs +15096 -14248
- package/fesm2022/acorex-components-conversation2.mjs.map +1 -1
- package/fesm2022/acorex-components-cron-job.mjs +6 -6
- package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
- package/fesm2022/acorex-components-form.mjs +28 -5
- package/fesm2022/acorex-components-form.mjs.map +1 -1
- package/form/index.d.ts +3 -3
- package/package.json +7 -7
package/conversation2/README.md
CHANGED
|
@@ -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
|
-
- [
|
|
401
|
-
- [
|
|
402
|
-
- [
|
|
403
|
-
- [
|
|
404
|
-
- [
|
|
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
|
|