forked from argoproj-labs/argocd-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
40 lines (40 loc) · 1.1 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 CD Operator
repo_url: https://github.com/argoproj-labs/argocd-operator
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:
- Overview: index.md
- Install:
- Getting Started: install/start.md
- OpenShift: install/openshift.md
- Operator Lifecycle Manager: install/olm.md
- Manual Installation: install/manual.md
- Usage:
- Basics: usage/basics.md
- High Availability: usage/ha.md
- Ingress: usage/ingress.md
- Insights: usage/insights.md
- Routes: usage/routes.md
- Reference:
- ArgoCD: reference/argocd.md
- ArgoCDExport: reference/argocdexport.md
- API Docs: reference/api.html.md
- Contributing:
- Development:
- Setup: contribute/development.md
- OLM Environment: contribute/olm-env.md
- Releases ⧉: https://github.com/argoproj-labs/argocd-operator/releases
- Roadmap ⧉: https://github.com/argoproj-labs/argocd-operator/milestones