forked from argoproj/argo-rollouts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
40 lines (40 loc) · 1.22 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
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
- Traffic Management:
- Overview: features/traffic-management/index.md
- Istio: features/traffic-management/istio.md
- NGINX: features/traffic-management/nginx.md
- Kubectl Plugin: features/kubectl-plugin.md
- HPA Support: features/hpa-support.md
- Kustomize Support: features/kustomize.md
- Controller Metrics: features/controller-metrics.md
- Experiments: features/experiment.md
- Analysis: features/analysis.md
- Contributing: CONTRIBUTING.md
- Releases ⧉: https://github.com/argoproj/argo-rollouts/releases
- Roadmap ⧉: https://github.com/argoproj/argo-rollouts/milestones
- Blog ⧉: https://blog.argoproj.io/