mirror of
https://github.com/prometheus/prometheus
synced 2026-04-30 23:11:34 +08:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user