enable responsive table (#7890)

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
pull/8263/head
Robby Milo 3 years ago committed by GitHub
parent 40ed217620
commit 4047d7a9c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/sources/installation/helm/reference.md
  2. 2
      production/helm/loki/reference.md.gotmpl

@ -22,6 +22,7 @@ This is the generated reference for the Loki Helm Chart values.
<!-- Override default values table from helm-docs. See https://github.com/norwoodj/helm-docs/tree/master#advanced-table-rendering -->
{{< responsive-table >}}
<table>
<thead>
<th>Key</th>
@ -3718,4 +3719,5 @@ null
</tr>
</tbody>
</table>
{{< /responsive-table >}}

@ -22,6 +22,7 @@ This is the generated reference for the Loki Helm Chart values.
<!-- Override default values table from helm-docs. See https://github.com/norwoodj/helm-docs/tree/master#advanced-table-rendering -->
{{ define "chart.valuesTableHtml" }}
{{ `{{< responsive-table >}}` }}
<table>
<thead>
<th>Key</th>
@ -40,6 +41,7 @@ This is the generated reference for the Loki Helm Chart values.
{{- end }}
</tbody>
</table>
{{ `{{< /responsive-table >}}` }}
{{ end }}
{{ template "chart.valuesTableHtml" . }}

Loading…
Cancel
Save