-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathmkdocs.yml
More file actions
70 lines (66 loc) · 1.99 KB
/
mkdocs.yml
File metadata and controls
70 lines (66 loc) · 1.99 KB
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
site_name: Argo CD Diff Preview
repo_url: https://github.com/dag-andersen/argocd-diff-preview
edit_uri: edit/main/docs/
theme:
name: material
custom_dir: docs/overrides
icon:
repo: fontawesome/brands/github
logo: assets/logo-head.png
favicon: assets/logo-head.png
features:
- content.action.edit
- content.code.copy
- content.code.annotate
palette:
# Dark Mode
scheme: slate
primary: black
accent: grey
nav:
- Overview: index.md
- Demo: demo.md
- How it works: how-it-works.md
- Design Philosophy: design-philosophy.md
- Getting started:
- getting-started/github-actions-workflow.md
- getting-started/gitlab-cicd.md
- Local Installation: getting-started/installation.md
- getting-started/custom-argo-cd-installation.md
- Self-hosted Github Runners: getting-started/self-hosted-gh-runner.md
- Reusing clusters:
- Connect to cluster with Argo CD pre-installed: reusing-clusters/connecting.md
- Self-hosted runner connects with host cluster: reusing-clusters/self-hosted-gh-runner.md
- Branch Names vs Commit SHAs: reusing-clusters/branch-vs-sha.md
- Lockdown Mode: reusing-clusters/lockdown-mode.md
- Openshift: reusing-clusters/openshift.md
- generated-applications.md
- Cluster Generator: cluster-generator.md
- Multi-repo: multi-repo.md
- application-selection.md
- Rendering Methods: rendering-methods.md
- App of Apps: app-of-apps.md
- Filter Output: filter-output.md
- Output formats: output.md
- All Options: options.md
- Troubleshooting: troubleshooting.md
- FAQ: faq.md
markdown_extensions:
- toc:
permalink: "🔗"
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/dag-andersen/argocd-diff-preview
copyright: Copyright © 2024 Dag Bjerre Andersen