forked from fluxcd/helm-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
77 lines (69 loc) · 2.2 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
site_name: Flux Helm Operator
# site_description:
site_author: The Helm Operator contributors
#site_url: https://docs.fluxcd.io/projects/helm-operator/
# Repository
repo_name: fluxcd/helm-operator
repo_url: https://github.com/fluxcd/helm-operator
edit_uri: ""
extra:
version: 1.2.0
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/fluxcd/helm-operator
theme:
name: material
logo: _files/[email protected]
favicon: _files/[email protected]
language: en
palette:
primary: blue
accent: indigo
docs_dir: docs
extra_css:
- _static/custom.css
plugins:
- search
- markdownextradata: {}
- redirects:
redirect_maps:
'guides/upgrading-to-ga.md': 'how-to/upgrade-to-ga.md'
'guides/upgrading-to-beta.md': 'how-to/upgrade-to-beta.md'
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
nav:
- Overview: index.md
- Get started:
- Quickstart: get-started/quickstart.md
- Using Helm: get-started/using-helm.md
- Using Kustomize: get-started/using-kustomize.md
- Using YAMLs: get-started/using-yamls.md
- References:
- Operator reference: references/operator.md
- HelmRelease Custom Resource: references/helmrelease-custom-resource.md
- Helm chart: references/chart.md
- Monitoring: references/monitoring.md
- HelmRelease guide:
- Introduction: helmrelease-guide/introduction.md
- Chart sources: helmrelease-guide/chart-sources.md
- Values: helmrelease-guide/values.md
- Release configuration: helmrelease-guide/release-configuration.md
- Reconciliation and upgrades: helmrelease-guide/reconciliation-and-upgrades.md
- Rollbacks: helmrelease-guide/rollbacks.md
- Tests: helmrelease-guide/tests.md
- Automation: helmrelease-guide/automation.md
- Debugging: helmrelease-guide/debugging.md
- How-to:
- Upgrade to GA: how-to/upgrade-to-ga.md
- Upgrade to beta: how-to/upgrade-to-beta.md
- Troubleshooting:
- FAQ: faq.md
- Troubleshooting: troubleshooting.md
- Contributing:
- Introduction: contributing/introduction.md
- Building: contributing/building.md
- Get started developing: contributing/get-started-developing.md