Fix KV reference rendering
This commit is contained in:
parent
f7a6f32784
commit
bfcef58a4f
3 changed files with 8 additions and 2 deletions
|
|
@ -349,6 +349,11 @@ func genKVDynConfDoc(outputFile string) {
|
|||
CODE GENERATED AUTOMATICALLY
|
||||
THIS FILE MUST NOT BE EDITED BY HAND
|
||||
-->
|
||||
`)
|
||||
|
||||
_, _ = fmt.Fprintf(file, `
|
||||
| Key (Path) | Value |
|
||||
|------------|-------|
|
||||
`)
|
||||
|
||||
for _, k := range keys {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue