-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
56 lines (54 loc) · 1.23 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
54
55
56
site_name: Notifico
site_url: https://notifico.tech/
repo_url: https://github.com/notificohq/notifico
nav:
- Overview:
- index.md
- components.md
- Entities:
- pipeline.md
- template.md
- recipient.md
- quick-start.md
- Configuration: configuration.md
- Plugins:
- Core: plugins/core.md
- Transports:
- SMTP (Email): plugins/smtp.md
- SMPP (SMS): plugins/smpp.md
- plugins/gotify.md
- plugins/ntfy.md
- plugins/pushover.md
- plugins/slack.md
- plugins/telegram.md
- plugins/waba.md
- API: api.md
- notificox.md
plugins:
- swagger-ui-tag
theme:
name: material
features:
- navigation.sections
- navigation.footer
- navigation.tabs
custom_dir: overrides
dev_addr: 127.0.0.1:8080
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- md_in_html
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra:
analytics:
provider: custom