Skip to content

Commit 5f9757d

Browse files
committed
add queues section
1 parent 48867f1 commit 5f9757d

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

docs/_sidebar.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
* [DI Container](https://di.antidotfw.io/)
1212
* [Console Tool](https://cli.antidotfw.io/)
1313
* [Logger](https://logger.antidotfw.io/)
14+
* [Queues](https://queue.antidotfw.io/)
1415
* [Symfony config translator](https://sf-config.antidotfw.io/)
1516
* [Template Renderer](https://template.antidotfw.io/)

docs/framework/_sidebar.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* [Dependency Injection](/framework/dependency-injection.md)
99
* [Logger](/framework/logger.md)
1010
* [Event System](/framework/event-system.md)
11+
* [Queues](/framework/queues.md)
1112
* [Console Line Tool](/framework/console-line-tool.md)
1213
* [Modules and Third-party libraries](/framework/modules-and-third-party-libraries.md)
1314

docs/framework/queues.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Queues
2+
3+
> [Message Queue](https://github.com/antidot-framework/message-queue)
4+
5+
Allow using a job que out of the box with different queue systems.
6+
7+
[See full documentation](https://queue.antidotfw.io)

0 commit comments

Comments
 (0)