-
Notifications
You must be signed in to change notification settings - Fork 262
/
mkdocs.yml
46 lines (45 loc) · 1.31 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
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
- tables
- toc:
permalink: true
nav:
- Overview: index.md
- Getting started:
- Installation: install/installation.md
- Testing: install/testing.md
- Command Line and Configuration reference: install/reference.md
- Basics:
- Updating images: basics/update.md
- Update methods: basics/update-methods.md
- Update strategies: basics/update-strategies.md
- Authentication: basics/authentication.md
- Configuration:
- Applications: configuration/applications.md
- Images: configuration/images.md
- Container Registries: configuration/registries.md
- Contributing:
- Overview: contributing/start.md
- Developing: contributing/development.md
- Releasing: contributing/releasing.md
- Examples: examples/index.md
- Releases ⧉: https://github.com/argoproj-labs/argocd-image-updater/releases
- Roadmap ⧉: https://github.com/argoproj-labs/argocd-image-updater/milestones