Standardize doc page title handling

See https://groups.google.com/g/prometheus-developers/c/cwL3cM66Em8

Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
Julius Volz
2025-05-28 21:37:27 +02:00
parent ab1b1db128
commit 13564c03ef
25 changed files with 39 additions and 88 deletions

View File

@@ -58,11 +58,8 @@ func header(title, help string) []byte {
title: %s
---
# %s
%s
`, title, title, help))
`, title, help))
}
func createFlagRow(flag *kingpin.FlagModel) []string {