forked from argoproj/argo-rollouts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
32 lines (32 loc) · 904 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
site_name: Argo Rollouts - Advanced Kubernetes Deployment Controller
repo_url: https://github.com/argoproj/argo-rollouts
strict: true
theme:
name: material
palette:
primary: teal
font:
text: 'Work Sans'
logo: 'assets/logo.png'
google_analytics:
- 'UA-105170809-3'
- 'auto'
markdown_extensions:
- codehilite
- admonition
- toc:
permalink: true
nav:
- Overview: index.md
- Concepts: deployment-concepts.md
- Getting Started: getting-started.md
- Features:
- features/index.md
- BlueGreen: features/bluegreen.md
- Canary: features/canary.md
- HPA Support: features/hpa-support.md
- Kustomize Support: features/kustomize.md
- Controller Metrics: features/controller-metrics.md
- Releases ⧉: https://github.com/argoproj/argo-rollouts/releases
- Roadmap ⧉: https://github.com/argoproj/argo-rollouts/milestones
- Blog ⧉: https://blog.argoproj.io/