1
0
Fork 0

Merge branch v2.11 into v3.4

This commit is contained in:
romain 2025-06-11 10:03:28 +02:00
commit 74eafcd044
12 changed files with 25 additions and 20 deletions

View file

@ -338,6 +338,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 {