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 13:16:16 +02:00
committed by GitHub
co-authored by Kjeld Schouten-Lebbing
parent 2857446d84
commit 86facb67e7
+3 -2
View File
@@ -46,13 +46,14 @@ helm install {{ template "chart.name" . }} {{ template "custom.helm.path" . }}
{{- end -}} {{- end -}}
{{- define "custom.uninstall" -}} {{- define "custom.uninstall" -}}
## Uninstall ## Uninstall
### TrueNAS SCALE ### TrueNAS SCALE
**Upgrading, Rolling Back and Uninstalling the Chart** **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/). 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 To uninstall the `{{ template "chart.name" . }}` deployment
@@ -62,7 +63,7 @@ helm uninstall {{ template "chart.name" . }}
{{- end -}} {{- end -}}
{{- define "custom.linking" -}} {{- 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. 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 -}} {{- end -}}