Adding upstream version 0.8.9.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
3b2c48b5e4
commit
c0c4addb85
285 changed files with 25880 additions and 0 deletions
63
mkdocs.yml
Normal file
63
mkdocs.yml
Normal file
|
@ -0,0 +1,63 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue