forked from DS4SD/project-mognet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
42 lines (37 loc) · 1019 Bytes
/
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
31
32
33
34
35
36
37
38
39
40
41
42
site_name: Mognet
theme:
name: material
nav:
- Home: index.md
- Examples: examples.md
- Common Operations: common-operations.md
- Advanced:
- Dependency Injection: advanced/dependency-injection.md
- Middleware: advanced/middleware.md
- Stateful Tasks: advanced/stateful-tasks.md
- Metadata: advanced/metadata.md
- Setting Priorities: advanced/setting-priorities.md
- Overriding Queues: advanced/overriding-queues.md
- Best Practices: best-practices.md
- Comparison to Celery: comparison-to-celery.md
- Vendor Specifics:
- RabbitMQ: vendor-specifics/rabbitmq.md
- Redis: vendor-specifics/redis.md
- API Reference: api-reference.md
- CLI Reference: cli-reference.md
plugins:
- search
- mkdocstrings
markdown_extensions:
- mkdocs-typer
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- attr_list
- md_in_html
extra:
analytics:
provider: google
property: G-8WR82RYJQL