Skip to content

Commit 848b2c8

Browse files
committed
minor update
Signed-off-by: bidi <[email protected]>
1 parent f87dc12 commit 848b2c8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/book/v1/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Overview
22

3-
> [Dotkernel Queue](https://github.com/dotkernel/dot-queue) is a component based on [Symfony Messenger](https://github.com/symfony/messenger) that is used to queue asynchronous tasks.
3+
> [Dotkernel Queue](https://github.com/dotkernel/dot-queue) is a component based on [**Symfony Messenger**](https://github.com/symfony/messenger) that is used to queue asynchronous tasks.
44
[netglue/laminas-messenger](https://github.com/netglue/laminas-messenger) is a layer that turns Symfony Messenger into a middleware compatible with Mezzio/Laminas applications.
55

66
Some everyday **operations are time-consuming and resource-intensive**, so it's best if they run on separate machines, decoupled from the regular request-response cycle.

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ nav:
99
- Home: index.md
1010
- v1:
1111
- Overview: v1/overview.md
12+
- "Understanding the Queue": v1/what-is-queue.md
1213
- Server Setup: v1/server-setup.md
1314
- Installation: v1/installation.md
1415
- Control Commands: v1/control-commands.md

0 commit comments

Comments
 (0)