Files
truecharts/templates/docs/CONFIG.md.gotmpl
Konrad Bujak 035012428c adding quick-start guide as a link (#2199)
* adding quick-start guide as a link

* modyfing default files
2022-03-18 13:53:15 +01:00

15 lines
621 B
Go Template

{{- define "custom.custom.configuration.header" -}}
# Configuration Options
{{- end -}}
{{- define "custom.custom.configuration" -}}
{{ template "custom.custom.configuration.header" . }}
##### 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.
##### Available config options
In the future this page is going to contain an automated list of options available in the installation/edit UI.
{{- end -}}
{{ template "custom.custom.configuration" . }}