Skip to content

Commit

Permalink
fix examples in config on website x2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed Nov 15, 2024
1 parent 5c7a6a6 commit 7072926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/config/docusaurus.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func (h *Header) makeDocsTable(prefix string) string {

hSuffix := ""
if h.Kind == list {
hSuffix = "_0_"
hSuffix = "0_"
}

for _, param := range h.Params {
Expand Down

0 comments on commit 7072926

Please sign in to comment.