-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmkdocs.yml
33 lines (33 loc) · 917 Bytes
/
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
site_name: GitOps Promoter - A GitOps First Environment Promotion Tool
repo_url: https://github.com/argoproj-labs/gitops-promoter
site_url: https://argo-gitops-promoter.readthedocs.io/
theme:
font:
text: Work Sans
logo: assets/logo.png
name: material
palette:
- primary: teal
scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
markdown_extensions:
- markdown_include.include
- codehilite:
css_class: highlight
- admonition
- pymdownx.superfences
nav:
- Overview: index.md
- Getting Started: getting-started.md
- Architecture: architecture.md
- CRD Specs: crd-specs.md
- Gating Promotions: gating-promotions.md
- Multi-Tenancy: multi-tenancy.md
- Tool Comparison: tool-comparison.md
- FAQs: faqs.md