diff --git a/site/themes/arangodb-docs-theme/layouts/shortcodes/metrics.md b/site/themes/arangodb-docs-theme/layouts/shortcodes/metrics.md index 94cd8dae5f..8c72434a93 100644 --- a/site/themes/arangodb-docs-theme/layouts/shortcodes/metrics.md +++ b/site/themes/arangodb-docs-theme/layouts/shortcodes/metrics.md @@ -10,11 +10,11 @@ {{- end }} {{- range $category, $metricGroup := $metricGroups.Get "metrics" }}{{/* Seems to get sorted implicitly */}} -#### {{ $category }} +### {{ $category }} {{ range $metric := $metricGroup }} -##### {{ $metric.help }} +#### {{ strings.TrimRight "." $metric.help }} {{ if eq $metric.type "histogram" -}} `{{ $metric.name }}` (basename)