-
Notifications
You must be signed in to change notification settings - Fork 16
/
mkdocs.yml
50 lines (46 loc) · 1.15 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
site_name: Argo CD Diff Preview
repo_url: https://github.com/dag-andersen/argocd-diff-preview
edit_uri: edit/main/docs/
theme:
icon:
repo: fontawesome/brands/github
name: material
logo: assets/logo-head.png
favicon: assets/logo-head.png
features:
- content.action.edit
palette:
# Dark Mode
scheme: slate
primary: black
accent: grey
nav:
- Overview: index.md
- Demo: demo.md
- Getting started:
- github-actions-workflow.md
- Local Installation: installation.md
- custom-argo-cd-installation.md
- Developer Guide:
- generated-applications.md
- Ignore Lines: ignoring-lines.md
- application-selection.md
- All Options: options.md
- Troubleshooting: troubleshooting.md
markdown_extensions:
- 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