Skip to content

Commit f5de1e5

Browse files
authored
Fix headline levels for metrics, trim trailing dot (#383)
1 parent 7bf646d commit f5de1e5

File tree

1 file changed

+2
-2
lines changed
  • site/themes/arangodb-docs-theme/layouts/shortcodes

1 file changed

+2
-2
lines changed

site/themes/arangodb-docs-theme/layouts/shortcodes/metrics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
{{- end }}
1111
{{- range $category, $metricGroup := $metricGroups.Get "metrics" }}{{/* Seems to get sorted implicitly */}}
1212

13-
#### {{ $category }}
13+
### {{ $category }}
1414

1515
{{ range $metric := $metricGroup }}
1616

17-
##### {{ $metric.help }}
17+
#### {{ strings.TrimRight "." $metric.help }}
1818

1919
{{ if eq $metric.type "histogram" -}}
2020
`{{ $metric.name }}` (basename)<br>

0 commit comments

Comments
 (0)