-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathmkdocs.yml
42 lines (42 loc) · 1.32 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
site_name: argocd-agent
repo_url: https://github.com/argoproj-labs/argocd-agent
strict: true
theme:
name: material
palette:
primary: teal
logo: assets/logo.png
markdown_extensions:
- codehilite
- admonition
- tables
- toc:
permalink: true
nav:
- Overview: index.md
- Features:
- Overview: features/index.md
- Concepts:
- Components & terminology: concepts/components-terminology.md
- General architecture: concepts/architecture.md
- Integration with Argo CD: concepts/argocd-integration.md
- Agent modes:
- Overview: concepts/agent-modes/index.md
- Managed mode: concepts/agent-modes/managed.md
- Autonomous mode: concepts/agent-modes/autonomous.md
- Getting started:
- Overview: getting-started/index.md
- Kubernetes: getting-started/kubernetes/index.md
- OpenShift: getting-started/openshift/index.md
- OCM.io: getting-started/ocm-io/index.md
- Configuration:
- Principal: configuration/principal/index.md
- Agent: configuration/agent/index.md
- Contributing:
- Overview: contributing/index.md
- Local development: contributing/local.md
- Coding guidelines: contributing/code.md
- Documentation guidelines: contributing/docs.md
- Submitting PRs: contributing/prs.md
- Code reviewing guide: contributing/review.md
- FAQ: faq/index.md