-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
49 lines (49 loc) · 1.62 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
site_name: Karavel Container Platform
site_url: https://platform.karavel.io
repo_name: karavel-io/platform
repo_url: https://github.com/karavel-io/platform
copyright: © 2021 The Karavel Project | Documentation distributed under CC BY SA 4.0
strict: false
theme:
name: material
palette:
scheme: slate
plugins:
- search
- monorepo
markdown_extensions:
- meta
- footnotes
- pymdownx.highlight
- pymdownx.tabbed
- pymdownx.superfences
- admonition
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- toc:
permalink: true
nav:
- Overview: index.md
- quickstart.md
- requirements.md
- CLI: cli.md
- versioning.md
- Components:
- components.md
- ArgoCD: '!include ./submodules/argocd/mkdocs.yml'
- cert-manager: '!include ./submodules/cert-manager/mkdocs.yml'
- Dex: '!include ./submodules/dex/mkdocs.yml'
- External DNS: '!include ./submodules/external-dns/mkdocs.yml'
- External Secrets: '!include ./submodules/external-secrets/mkdocs.yml'
- Goldpinger: '!include ./submodules/goldpinger/mkdocs.yml'
- Ingress Nginx: '!include ./submodules/ingress-nginx/mkdocs.yml'
- Grafana: '!include ./submodules/grafana/mkdocs.yml'
- Loki: '!include ./submodules/loki/mkdocs.yml'
- Olm: '!include ./submodules/olm/mkdocs.yml'
- Prometheus: '!include ./submodules/prometheus/mkdocs.yml'
- Tempo: '!include ./submodules/tempo/mkdocs.yml'
- Velero: '!include ./submodules/velero/mkdocs.yml'
- Operator Guides:
- operator-guides/customizing.md
- FAQ: faq.md