forked from argoproj-labs/argocd-notifications
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
53 lines (53 loc) · 1.08 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
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'
logo: 'assets/logo.png'
extra_javascript:
- assets/versions.js
extra_css:
- assets/versions.css
markdown_extensions:
- codehilite
- admonition
- pymdownx.highlight
- pymdownx.superfences
- markdown_include.include:
base_path: docs
- toc:
permalink: true
nav:
- Overview: index.md
- triggers.md
- templates.md
- subscriptions.md
- Notification Services:
- services/overview.md
- services/email.md
- services/github.md
- services/slack.md
- services/mattermost.md
- services/opsgenie.md
- services/grafana.md
- services/teams.md
- services/telegram.md
- services/webhook.md
- services/rocketchat.md
- catalog.md
- troubleshooting.md
- Bots:
- bots/overview.md
- bots/slack-bot.md
- bots/opsgenie-bot.md
- bots/telegram-bot.md
- monitoring.md
- Upgrading:
- upgrading/0.x-1.0.md