From 86facb67e7c7354b8cb5b536c595dfdb3ae122df Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Tue, 19 Jul 2022 14:16:16 +0300 Subject: [PATCH] chore(docs): fix headers for better table of contents (#3217) Co-authored-by: Kjeld Schouten-Lebbing --- templates/docs/README.md.gotmpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/docs/README.md.gotmpl b/templates/docs/README.md.gotmpl index 712a8fa0b9c..0d966a65b03 100644 --- a/templates/docs/README.md.gotmpl +++ b/templates/docs/README.md.gotmpl @@ -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 -}}