forked from argoproj-labs/argo-rollouts-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
29 lines (29 loc) · 644 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
29 lines (29 loc) · 644 Bytes
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
site_name: Argo Rollouts Manager
site_url: ""
repo_url: https://github.com/argoproj-labs/argo-rollouts-manager
strict: true
theme:
name: material
palette:
primary: teal
font:
text: 'Work Sans'
logo: 'assets/logo.png'
extra_css:
- 'assets/extra.css'
markdown_extensions:
- codehilite
- admonition
- toc:
permalink: true
nav:
- CRD Reference: crd_reference.md
- Developer Guide: developer-guide/developer_guide.md
- E2E Tests:
- Usage: e2e-tests/usage.md
- Install:
- Kustomize: install/kustomize.md
- OLM: install/olm.md
- Usage:
- Getting Started: usage/getting_started.md
- Overview: index.md