-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
84 lines (80 loc) · 1.97 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
site_name: Backupz
repo_name: Backupz GitHub
site_dir: docs-static
site_url: https://keygenqt.github.io/backupz
repo_url: https://github.com/keygenqt/backupz
site_description: Create and save a backup archive in multiple processes.
# Navigation
nav:
- Main:
- Backupz: index.md
- Links:
- PyPi: https://pypi.org/project/backupz
- GitHub: https://github.com/keygenqt/backupz
- Versions: https://github.com/keygenqt/backupz/tags
- Install:
- Index: install/index.md
- pip: install/pip.md
- pyz: install/pyz.md
- source: install/source.md
- Using:
- Index: using/index.md
- Config: using/config.md
- Git repos: using/git.md
- YouTube: using/youtube.md
- Telegram: using/telegram.md
- Execute: using/execute.md
- Files & Folders: using/files.md
- Files URL: using/files_url.md
# Assets
extra_css:
- assets/css/main.css
# Extensions
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- pymdownx.superfences
# Configuration
theme:
name: 'material'
language: 'en'
custom_dir: docs/assets
favicon: images/favicon.ico
logo: images/favicon.ico
features:
- toc.integrate
- content.action.edit
- content.code.annotate
- content.code.copy
- content.tooltips
- navigation.footer
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
palette:
- scheme: default
primary: custom
accent: custom
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: custom
accent: custom
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono