docs: cleanup header levels in backend docs (#5698)

This commit is contained in:
albertony 2021-10-14 15:40:18 +02:00 committed by GitHub
parent ceaafe6620
commit c2597a4fa3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
45 changed files with 608 additions and 523 deletions

View file

@ -315,7 +315,7 @@ func showBackend(name string) {
optionsType = "advanced"
continue
}
fmt.Printf("### %s Options\n\n", strings.Title(optionsType))
fmt.Printf("### %s options\n\n", strings.Title(optionsType))
fmt.Printf("Here are the %s options specific to %s (%s).\n\n", optionsType, backend.Name, backend.Description)
optionsType = "advanced"
for _, opt := range opts {