-
Notifications
You must be signed in to change notification settings - Fork 753
/
mkdocs.yml
75 lines (75 loc) · 2.48 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
site_name: Argo CD Operator
site_url: ""
repo_url: https://github.com/argoproj-labs/argocd-operator
strict: true
theme:
name: material
palette:
- media: '(prefers-color-scheme: light)'
primary: teal
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: '(prefers-color-scheme: dark)'
primary: teal
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: 'Work Sans'
logo: 'assets/logo.png'
markdown_extensions:
- markdown_include.include
- codehilite:
css_class: highlight
- admonition
- toc:
permalink: true
nav:
- Overview: index.md
- Release Process: release-process.md
- Security: SECURITY.md
- E2E Testing: e2e-test-guide.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
- Config Management: usage/config_management_2.0.md
- Custom Tooling: usage/customization.md
- Deploy Resources to Different Namespaces: usage/deploy-to-different-namespaces.md
- Export: usage/export.md
- ExtraConfig: usage/extra-config.md
- High Availability:
- Redis: usage/ha/redis.md
- Repo Server: usage/ha/repo-server.md
- Ingress: usage/ingress.md
- Insights: usage/insights.md
- Dex: usage/dex.md
- Keycloak:
- Kubernetes: usage/keycloak/kubernetes.md
- OpenShift: usage/keycloak/openshift.md
- Notifications: usage/notifications.md
- Resource Management: usage/resource_management.md
- Routes: usage/routes.md
- Custom Roles: usage/custom_roles.md
- Apps in Any Namespace: usage/apps-in-any-namespace.md
- Appsets in Any Namespace: usage/appsets-in-any-namespace.md
- Custom labels and annotations: usage/custom_labels_annotations.md
- Reference:
- ArgoCD: reference/argocd.md
- ArgoCDExport: reference/argocdexport.md
- API Docs: reference/api.html.md
- NotificationsConfiguration: reference/notificationsconfiguration.md
- Contributing:
- Contributing: developer-guide/contributing.md
- Development:
- Setup: developer-guide/development.md
- OLM Environment: developer-guide/olm-env.md
- OpenAPI: developer-guide/openapi.md
- Releases ⧉: https://github.com/argoproj-labs/argocd-operator/releases
- Roadmap ⧉: https://github.com/argoproj-labs/argocd-operator/milestones