fix(clustertool): correct name for main commands docs page

This commit is contained in:
Kjeld Schouten
2024-10-25 22:12:11 +02:00
parent 7a76117b6b
commit 74b686d160
+1 -1
View File
@@ -91,7 +91,7 @@ func addYamlTitle(content []byte, isPrimaryIndex bool) []byte {
builder.WriteString("---\ntitle: ")
if isPrimaryIndex {
builder.WriteString("clustertool\n---\n")
builder.WriteString("commands\n---\n")
log.Debug().Msg("Set primary index title to 'clustertool'")
} else if scanner.Scan() && strings.HasPrefix(scanner.Text(), "## ") {
title := strings.TrimPrefix(scanner.Text(), "## ")