Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
Latest commit
37 lines (37 loc) · 1.15 KB
/
Copy pathmkdocs.yml
File metadata and controls
37 lines (37 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
docs_dir: docs/book
site_dir: docs/html
extra:
project: Queue
current_version: v2
versions:
- v2
- v1
nav:
- Home: index.md
- v2:
- Overview: v2/overview.md
- "Understanding the Queue": v2/what-is-queue.md
- Server Setup: v2/server-setup.md
- Installation: v2/installation.md
- Messenger Configuration: v2/messenger-configuration.md
- Control Commands: v2/control-commands.md
- Valkey: v2/valkey.md
- How to:
- Communication With Queue: v2/how-to/communication-with-queue.md
- Send Emails: v2/how-to/send-emails.md
- v1:
- Overview: v1/overview.md
- "Understanding the Queue": v1/what-is-queue.md
- Server Setup: v1/server-setup.md
- Installation: v1/installation.md
- Messenger Configuration: v1/messenger-configuration.md
- Control Commands: v1/control-commands.md
- Valkey: v1/valkey.md
- How to:
- Communication With Queue: v1/how-to/communication-with-queue.md
- Send Emails: v1/how-to/send-emails.md
site_name: queue
site_description: "Dotkernel Queue"
repo_url: "https://github.com/dotkernel/queue"
plugins:
- search