-
Notifications
You must be signed in to change notification settings - Fork 13
/
mkdocs.yml
37 lines (37 loc) · 1.11 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
site_name: Komodor
strict: true
site_url: "https://www.komodor.com/docs"
repo_url: https://github.com/komodorio/docs
repo_name: komodorio/docs
edit_uri: https://github.com/komodorio/docs/edit/main/docs/getting-started.md
use_directory_urls: false
theme:
name: material
custom_dir: overrides
language: en
features:
- navigation.tabs
favicon: 'img/favicon.png'
palette:
primary: indigo
markdown_extensions:
- codehilite
- admonition
- toc:
permalink: true
nav:
- Home: index.md
- Komodor API: openapi/redoc-static.html
- Learn:
- Annotations: Learn/Annotations.md
- Config Changes: Learn/config-changes.md
- Source Control: Learn/komodor-source-control.md
- Sensitive Information Redaction: Learn/Sensitive-Information-Redaction.md
- Interaction with the Cluster: Learn/Interaction-With-The-Cluster.md
- Integrations:
- Datadog: Integrations/Datadog.md
- Datadog Webhook: Integrations/datadog-webhook.md
- Grafana: Integrations/Grafana.md
- LaunchDarkly: Integrations/LaunchDarkly.md
- PagerDuty: Integrations/PagerDuty.md
- Sentry: Integrations/Sentry.md