forked from argoproj-labs/argocd-image-updater
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
38 lines (37 loc) · 1.01 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
site_name: Argo CD Image Updater
repo_url: https://github.com/argoproj-labs/argocd-image-updater
strict: true
theme:
name: material
palette:
primary: teal
font:
text: 'Work Sans'
logo: 'assets/logo.png'
extra_css:
- assets/extra.css
- css/extra.css
extra_javascript:
- js/jquery-2.1.1.min.js
- js/modernizr-2.8.3.min.js
- js/theme.js
markdown_extensions:
- codehilite
- admonition
- toc:
permalink: true
nav:
- Overview: index.md
- Install:
- Getting Started: install/start.md
- Running Argo CD Image Updater: install/running.md
- Update strategies: install/strategies.md
- Configuration:
- Applications: configuration/applications.md
- Images: configuration/images.md
- Container Registries: configuration/registries.md
- Contributing:
- Overview: contributing/start.md
- Developing: contributing/development.md
- Releases ⧉: https://github.com/argoproj-labs/argocd-image-updater/releases
- Roadmap ⧉: https://github.com/argoproj-labs/argocd-image-updater/milestones