forked from argoproj-labs/argocd-notifications
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
42 lines (41 loc) · 942 Bytes
/
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
site_name: Argo CD Notifications
repo_url: https://github.com/argoproj-labs/argocd-notifications
strict: true
google_analytics:
- 'UA-105170809-5'
- 'auto'
theme:
name: material
palette:
primary: teal
font:
text: 'Work Sans'
markdown_extensions:
- codehilite
- admonition
- markdown_include.include:
base_path: docs
- toc:
permalink: true
nav:
- Overview: index.md
- Triggers and Templates:
- triggers_and_templates/index.md
- triggers_and_templates/functions.md
- triggers_and_templates/slack.md
- Notification Services:
- services/overview.md
- services/slack.md
- services/opsgenie.md
- services/grafana.md
- services/telegram.md
- services/webhook.md
- Recipients:
- recipients/overview.md
- recipients/bot.md
- recipients/slack-bot.md
- recipients/opsgenie-bot.md
- recipients/telegram-bot.md
- troubleshooting.md
- monitoring.md
- built-in.md