File: mkdocs.yml

package info (click to toggle)
golang-github-nicholas-fedor-shoutrrr 0.8.15-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,200 kB
  • sloc: sh: 49; makefile: 5
file content (63 lines) | stat: -rw-r--r-- 1,712 bytes parent folder | download
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
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