diff options
| author | jannfis <jann@mistrust.net> | 2020-08-04 19:45:46 +0200 |
|---|---|---|
| committer | jannfis <jann@mistrust.net> | 2020-08-04 19:45:46 +0200 |
| commit | bb184543e516f17c5801242645b5d77d0244c538 (patch) | |
| tree | 79913d38a3f4566a4547d0923452a625518437c3 /mkdocs.yml | |
Initial commit
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 0000000..6911698 --- /dev/null +++ b/mkdocs.yml @@ -0,0 +1,28 @@ + +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' +markdown_extensions: +- codehilite +- admonition +- toc: + permalink: true +nav: + - Overview: index.md + - Install: + - Getting Started: install/start.md + - Configuration: + - Applications: configuration/applications.md + - Images: configuration/images.md + - Container Registries: configuration/registries.md + - Releases ⧉: https://github.com/argoproj-labs/argocd-image-updater/releases + - Roadmap ⧉: https://github.com/argoproj-labs/argocd-image-updater/milestones
\ No newline at end of file |
