-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
46 lines (43 loc) · 1.18 KB
/
mkdocs.yml
File metadata and controls
46 lines (43 loc) · 1.18 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
38
39
40
41
42
43
44
45
46
site_name: django-rclone
site_url: https://django-rclone.readthedocs.io/
site_description: Django database and media backup management commands, powered by rclone.
repo_url: https://github.com/kjnez/django-rclone
repo_name: kjnez/django-rclone
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: teal
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: teal
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- content.code.copy
- navigation.instant
- navigation.sections
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- tables
nav:
- Home: index.md
- Getting Started: getting-started.md
- Testing: testing.md
- Commands: commands.md
- Configuration: configuration.md
- Storage Providers: providers.md
- Connectors: connectors.md
- Signals: signals.md
- Scheduling: scheduling.md
- Migrating from django-dbbackup: migration-from-dbbackup.md