Skip to content

Commit 7072926

Browse files
committed
fix examples in config on website x2
1 parent 5c7a6a6 commit 7072926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init/config/docusaurus.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ func (h *Header) makeDocsTable(prefix string) string {
121121

122122
hSuffix := ""
123123
if h.Kind == list {
124-
hSuffix = "_0_"
124+
hSuffix = "0_"
125125
}
126126

127127
for _, param := range h.Params {

0 commit comments

Comments
 (0)