1
0
Fork 0
golang-github-nicholas-fedo.../mkdocs.yml
Daniel Baumann c0c4addb85
Adding upstream version 0.8.9.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-22 10:16:14 +02:00

63 lines
1.7 KiB
YAML

site_name: Shoutrrr
site_url: https://nicholas-fedor.github.io/shoutrrr/
repo_url: https://github.com/nicholas-fedor/shoutrrr/
edit_uri: edit/main/docs/
theme:
name: 'material'
palette:
scheme: shoutrrr
logo: shoutrrr-180px.png
favicon: favicon.ico
custom_dir: docs/overrides
extra:
version:
provider: mike
generator: false
extra_css:
- stylesheets/theme.css
- stylesheets/extra.css
markdown_extensions:
- toc:
permalink: True
separator: '_'
- admonition
- pymdownx.details
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.mark
- pymdownx.snippets:
check_paths: true
nav:
- 'Home': 'index.md'
- 'Getting started': 'getting-started.md'
- 'Service Overview': 'services/overview.md'
- Services:
- Bark: 'services/bark.md'
- Discord: 'services/discord.md'
- Email: 'services/email.md'
- Gotify: 'services/gotify.md'
- Google Chat: 'services/googlechat.md'
- IFTTT: 'services/ifttt.md'
- Join: 'services/join.md'
- Mattermost: 'services/mattermost.md'
- Matrix: 'services/matrix.md'
- Ntfy: 'services/ntfy.md'
- OpsGenie: 'services/opsgenie.md'
- Pushbullet: 'services/pushbullet.md'
- Pushover: 'services/pushover.md'
- Rocketchat: 'services/rocketchat.md'
- Slack: 'services/slack.md'
- Teams: 'services/teams.md'
- Telegram: 'services/telegram.md'
- Zulip Chat: 'services/zulip.md'
- Generic Webhook: 'services/generic.md'
- Guides:
- Slack: 'guides/slack/index.md'
- Examples:
- Generic Webhook: 'examples/generic.md'
- Advanced usage:
- Proxy: 'proxy.md'
plugins:
- search