-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
71 lines (71 loc) · 2.21 KB
/
mkdocs.yml
File metadata and controls
71 lines (71 loc) · 2.21 KB
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
64
65
66
67
68
69
70
71
site_name: Kairos Documentation
site_description: Documentation for Kairos uptime monitoring
site_url: https://wenisch-tech.github.io/Kairos/
repo_url: https://github.com/wenisch-tech/Kairos
repo_name: wenisch-tech/Kairos
docs_dir: docs
site_dir: site
theme:
name: material
language: en
palette:
scheme: slate
primary: black
accent: cyan
features:
- navigation.sections
- navigation.expand
- navigation.top
- content.code.copy
logo: img/kairos.png
favicon: img/kairos.png
icon:
repo: fontawesome/brands/github
extra_css:
- assets/stylesheets/extra.css
nav:
- Home: index.md
- Getting Started:
- Installation and Quickstart: quickstart.md
- Setting up Notifications: notifications-quickstart.md
- Additional Parameters: additional-parameters.md
- Configuration:
- Overview: configuration.md
- Scheduling and Retention: configuration-scheduling.md
- Runtime and Database:
- Runtime (Tomcat): configuration-runtime.md
- Database: configuration-database.md
- Integrations:
- OIDC / OAuth2: configuration-oidc.md
- Authentication: authentication.md
- Security Concepts: configuration-security.md
- Observability: configuration-observability.md
- Custom Headers: custom-headers.md
- Proxies: configuration-proxies.md
- Notifications:
- Overview: notifications/index.md
- Notification Providers: notifications/providers.md
- Notification Policies: notifications/policies.md
- Operations:
- REST API: api.md
- MCP Server: mcp-server.md
- Instant Check: instant-check.md
- Docker Pullability: docker-pullability.md
- TCP Port Checks: tcp-checks.md
- Import / Export: importexport.md
- Embed Status Widget: embed.md
- Announcements: announcements.md
- Troubleshooting: troubleshooting.md
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.superfences
- tables
- toc:
permalink: true
extra_javascript:
- https://unpkg.com/mermaid@10/dist/mermaid.min.js
- assets/javascripts/mermaid-init.js
plugins:
- search