forked from argoproj-labs/argocd-vault-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
34 lines (31 loc) · 851 Bytes
/
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
site_name: Argo CD Vault Plugin
repo_url: https://github.com/argoproj-labs/argocd-vault-plugin
edit_uri: edit/main/docs/
theme:
name: material
custom_dir: docs/_overrides
palette:
primary: black
favicon: assets/favicon.png
font:
text: Work Sans
logo: assets/logo.png
extra_javascript:
- assets/versions.js
extra_css:
- assets/versions.css
nav:
- Overview: index.md
- How it Works: howitworks.md
- Installation: installation.md
- Usage: usage.md
- Backends: backends.md
- Configuration: config.md
- CLI Reference:
- argocd-vault-plugin: cmd/avp.md
- argocd-vault-plugin generate: cmd/generate.md
- argocd-vault-plugin version: cmd/version.md
- Upgrading:
- v0.x to v1.x: 0x-1x.md
- Compatibility: compatibility.md
- Releases ⧉: https://github.com/argoproj-labs/argocd-vault-plugin/releases