forked from pricingassistant/mrq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
30 lines (25 loc) · 1.07 KB
/
mkdocs.yml
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
site_name: MRQ
theme: readthedocs
dev_addr: '0.0.0.0:8000'
pages:
- ["index.md", "Introduction"]
- ["get-started.md", "Get Started"]
- ["jobs.md", "Basic usage", "Jobs & Tasks"]
- ["workers.md", "Basic usage", "Workers"]
- ["queues.md", "Basic usage", "Queues"]
- ["configuration.md", "Basic usage", "Configuration"]
- ["command-line.md", "Basic usage", "Command line"]
- ["dashboard.md", "Visibility", "Dashboard"]
- ["memory-leaks.md", "Visibility", "Hunting memory leaks"]
- ["metrics.md", "Visibility", "Metrics"]
- ["io-monitoring.md", "Visibility", "I/O Monitoring"]
- ["performance.md", "Advanced", "Worker performance"]
- ["queue-performance.md", "Advanced", "Queue performance"]
- ["recurring-jobs.md", "Advanced", "Recurring jobs"]
- ["jobs-maintenance.md", "Advanced", "Jobs maintenance"]
- ["best-practices.md", "Advanced", "Best practices"]
- ["contributing.md", "About MRQ", "Contributing"]
- ["tests.md", "About MRQ", "Tests"]
- ["changelog.md", "About MRQ", "Changelog"]
- ["dependencies.md", "About MRQ", "Dependencies & credits"]
- ["license.md", "About MRQ", "License"]