docs: cleanup header levels in backend docs (#5698)
This commit is contained in:
parent
ceaafe6620
commit
c2597a4fa3
45 changed files with 608 additions and 523 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue