mirror of
https://github.com/crazy-max/diun.git
synced 2025-01-12 11:38:11 +00:00
d06ec05c1c
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
108 lines
2.5 KiB
YAML
108 lines
2.5 KiB
YAML
site_name: Diun
|
|
site_description: Receive notifications when a Docker image is updated on a Docker registry
|
|
site_author: CrazyMax
|
|
site_url: https://crazy-max.github.io/diun/
|
|
edit_uri: edit/master/docs/
|
|
docs_dir: docs
|
|
|
|
repo_name: crazy-max/diun
|
|
repo_url: https://github.com/crazy-max/diun
|
|
|
|
extra:
|
|
social:
|
|
- icon: fontawesome/brands/github-alt
|
|
link: https://github.com/crazy-max/diun
|
|
|
|
theme:
|
|
name: material
|
|
custom_dir: docs/overrides
|
|
language: en
|
|
palette:
|
|
scheme: default
|
|
primary: light blue
|
|
accent: light blue
|
|
font:
|
|
text: Roboto
|
|
code: Roboto Mono
|
|
i18n:
|
|
prev: Previous
|
|
next: Next
|
|
logo: assets/logo.png
|
|
favicon: assets/favicon.ico
|
|
include_search_page: false
|
|
search_index_only: true
|
|
|
|
extra_css:
|
|
- css/extra.css
|
|
|
|
plugins:
|
|
- macros
|
|
- search:
|
|
prebuild_index: python
|
|
lang:
|
|
- en
|
|
- git-revision-date-localized:
|
|
type: iso_datetime
|
|
- minify:
|
|
minify_html: true
|
|
|
|
google_analytics:
|
|
- UA-12516800-10
|
|
- auto
|
|
|
|
nav:
|
|
- Home: index.md
|
|
- Get started: get-started.md
|
|
- Installation:
|
|
- With Docker: install/docker.md
|
|
- From binary: install/binary.md
|
|
- Linux service: install/linux-service.md
|
|
- Configuration:
|
|
- Overview: config/index.md
|
|
- .db: config/db.md
|
|
- .watch: config/watch.md
|
|
- .notif: config/notif.md
|
|
- .regopts: config/regopts.md
|
|
- .providers: config/providers.md
|
|
- Notifications:
|
|
- Amqp: notif/amqp.md
|
|
- Discord: notif/discord.md
|
|
- Gotify: notif/gotify.md
|
|
- Mail: notif/mail.md
|
|
- Rocket.Chat: notif/rocketchat.md
|
|
- Script: notif/script.md
|
|
- Slack: notif/slack.md
|
|
- Teams: notif/teams.md
|
|
- Telegram: notif/telegram.md
|
|
- Webhook: notif/webhook.md
|
|
- Providers:
|
|
- Docker: providers/docker.md
|
|
- File: providers/file.md
|
|
- Kubernetes: providers/kubernetes.md
|
|
- Swarm: providers/swarm.md
|
|
- FAQ: faq.md
|
|
- Changelog: changelog.md
|
|
- Migration:
|
|
- Diun v3 to v4: migration/v3-to-v4.md
|
|
- Diun v2 to v3: migration/v2-to-v3.md
|
|
- Diun v1 to v2: migration/v1-to-v2.md
|
|
- Diun v0 to v1: migration/v0-to-v1.md
|
|
- Reporting an issue: reporting-issue.md
|
|
- Contributing: contributing.md
|
|
- Donate: donate.md
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- codehilite
|
|
- footnotes
|
|
- markdown_include.include:
|
|
base_path: docs
|
|
- meta
|
|
- pymdownx.details
|
|
- pymdownx.tabbed
|
|
- pymdownx.superfences
|
|
- pymdownx.emoji:
|
|
emoji_index: !!python/name:materialx.emoji.twemoji
|
|
emoji_generator: !!python/name:materialx.emoji.to_svg
|
|
- toc:
|
|
permalink: true
|