-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
41 lines (35 loc) · 905 Bytes
/
mkdocs.yml
File metadata and controls
41 lines (35 loc) · 905 Bytes
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
site_name: queueio
site_description: Python background queues with an async twist
site_url: https://queueio.dev/
repo_url: https://github.com/ryanhiebert/queueio
repo_name: ryanhiebert/queueio
docs_dir: .
theme:
name: material
custom_dir: docs_overrides
logo: assets/images/logo.svg
favicon: assets/images/favicon.svg
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.superfences
extra_css:
- assets/stylesheets/extra.css
plugins:
- search
- same-dir
nav:
- Home: README.md
- Philosophy: philosophy.md
- Invocation: queueio/invocation.md
- QueueSpec: queueio/queuespec.md
- QueueVar: queueio/queuevar.md
- Django: queueio/django/README.md
- Changelog: CHANGELOG.md