-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
61 lines (55 loc) · 1.26 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
site_name: ogion
theme:
favicon: images/favicon.ico
name: material
palette:
primary: purple
repo_name: rafsaf/ogion
repo_url: https://github.com/rafsaf/ogion
markdown_extensions:
- markdown_include.include:
base_path: docs
- pymdownx.highlight:
linenums: true
- pymdownx.superfences
- admonition
- pymdownx.details
- tables
nav:
- Ogion: index.md
- Upload providers:
- providers/google_cloud_storage.md
- providers/s3.md
- providers/azure.md
- providers/debug.md
- Backup targets:
- backup_targets/postgresql.md
- backup_targets/mariadb.md
- backup_targets/mysql.md
- backup_targets/file.md
- backup_targets/directory.md
- Notifications:
- notifications/discord.md
- notifications/smtp.md
- notifications/slack.md
- Deployment: deployment.md
- Configuration: configuration.md
- Disaster recovery: disaster_recovery.md
- Manual disaster recovery: manual_disaster_recovery.md
plugins:
- search:
lang: en
- mkdocstrings:
default_handler: python
handlers:
python:
rendering:
show_source: true
show_root_heading: true
watch:
- docs
- mkdocs.yml
- README.md
extra:
version:
provider: mike