chore(docs): fix headers for better table of contents (#3217)

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
Stavros Kois
2022-07-19 14:16:16 +03:00
committed by GitHub
parent 2857446d84
commit 86facb67e7
+3 -2
View File
@@ -46,13 +46,14 @@ helm install {{ template "chart.name" . }} {{ template "custom.helm.path" . }}
{{- end -}}
{{- define "custom.uninstall" -}}
## Uninstall
### TrueNAS SCALE
**Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
## Helm
### Helm
To uninstall the `{{ template "chart.name" . }}` deployment
@@ -62,7 +63,7 @@ helm uninstall {{ template "chart.name" . }}
{{- end -}}
{{- define "custom.linking" -}}
##### Connecting to other apps
#### Connecting to other apps
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
{{- end -}}