forked from crazy-max/swarm-cronjob
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
110 lines (103 loc) · 2.66 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
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
site_name: swarm-cronjob
site_description: Create jobs on a time-based schedule on Docker Swarm
site_author: CrazyMax
site_url: https://crazymax.dev/swarm-cronjob/
edit_uri: edit/master/docs/
docs_dir: docs
repo_name: crazy-max/swarm-cronjob
repo_url: https://github.com/crazy-max/swarm-cronjob
extra:
seo:
google: Kscpetr5E2zNDM0pqz-0xhtPZ77oY2oAS6Lid6yEUUM
bing: D188E0BEC1AB6E7C1E0194BFC35D0033
#alexa:
#yandex:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/crazy-max/swarm-cronjob
- icon: fontawesome/brands/twitter
link: https://twitter.com/crazyws
plausible:
server: plausible.re4per.com
domain: crazymax.dev/swarm-cronjob
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: light blue
accent: light blue
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: blue
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.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: true
plugins:
- exclude:
glob:
- "_overrides/*"
- git-revision-date-localized:
type: iso_datetime
enable_creation_date: true
fallback_to_build_date: true
- 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:
- Get started: usage/get-started.md
- Docker labels: usage/docker-labels.md
- Command line: usage/cli.md
- Examples:
- Dump MariaDB database: examples/dump-mariadb.md
- Prune Swarm nodes: examples/prune-swarm-nodes.md
- Renovate: examples/renovate.md
- FAQ: faq.md
- Changelog: changelog.md
- Reporting an issue: reporting-issue.md
- Contributing: contributing.md
- Donate: donate.md