-
-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy pathmkdocs.yml
More file actions
139 lines (132 loc) · 3.57 KB
/
mkdocs.yml
File metadata and controls
139 lines (132 loc) · 3.57 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
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
site_name: FTPGrab
site_description: Grab your files periodically from a remote FTP or SFTP server easily
site_author: CrazyMax
site_url: https://crazymax.dev/ftpgrab/
edit_uri: edit/master/docs/
docs_dir: docs
repo_name: crazy-max/ftpgrab
repo_url: https://github.com/crazy-max/ftpgrab
extra:
seo:
google: Kscpetr5E2zNDM0pqz-0xhtPZ77oY2oAS6Lid6yEUUM
bing: D188E0BEC1AB6E7C1E0194BFC35D0033
#alexa:
#yandex:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/crazy-max/ftpgrab
- icon: fontawesome/brands/twitter
link: https://twitter.com/crazyws
plausible:
server: plausible.re4per.com
domain: crazymax.dev/ftpgrab
theme:
name: material
custom_dir: docs/_overrides
language: en
features:
- search.highlight
- search.share
- search.suggest
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: red
accent: red
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: red
accent: red
toggle:
icon: material/weather-sunny
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
logo: assets/logo.png
favicon: assets/favicon.ico
include_search_page: false
search_index_only: true
extra_css:
- assets/stylesheets/extra.css
markdown_extensions:
- admonition
- codehilite
- footnotes
- markdown_include.include:
base_path: docs
- meta
- pymdownx.details
- pymdownx.magiclink:
repo_url_shorthand: true
repo_url_shortener: true
provider: github
user: crazy-max
repo: ftpgrab
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: true
plugins:
- privacy:
assets: false
links: true
links_attr_map:
target: _blank
links_noopener: true
- exclude:
glob:
- "_overrides/*"
- git-revision-date-localized:
type: iso_datetime
enable_creation_date: true
fallback_to_build_date: true
- macros:
module_name: hack/mkdocs_macros
- search:
lang:
- en
nav:
- Home: index.md
- Installation:
- With Docker: install/docker.md
- From binary: install/binary.md
- Linux service: install/linux-service.md
- Usage:
- Command line: usage/cli.md
- Basic example: usage/basic-example.md
- Configuration:
- Overview: config/index.md
- .db: config/db.md
- .server:
- .ftp: config/server/ftp.md
- .sftp: config/server/sftp.md
- .download: config/download.md
- .notif:
- .mail: config/notif/mail.md
- .script: config/notif/script.md
- .slack: config/notif/slack.md
- .webhook: config/notif/webhook.md
- FAQ: faq.md
- Changelog: changelog.md
- Migration:
- FTPGrab v6 to v7: migration/v6-to-v7.md
- FTPGrab v5.2 to v6.0: migration/v5.2-to-v6.0.md
- FTPGrab v5.1 to v5.2: migration/v5.1-to-v5.2.md
- FTPGrab v5.0 to v5.1: migration/v5.0-to-v5.1.md
- FTPGrab v5.0: migration/v5.0.md
- FTPGrab v4.1 to v4.2: migration/v4.1-to-v4.2.md
- FTPGrab v4.0 to v4.1: migration/v4.0-to-v4.1.md
- FTPGrab v3 to v4: migration/v3-to-v4.md
- Reporting an issue: reporting-issue.md
- Contributing: contributing.md
- Donate: donate.md