We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baeda56 commit f81f4e2Copy full SHA for f81f4e2
fetchAllEnv/fetchAllEnv.go
@@ -60,8 +60,8 @@ const (
60
const MarkdownTemplate = `
61
{{range . }}
62
## {{ .Category }} Related Environment Variables
63
-| Key | Type | Value | Description | Example | Deprecated |
64
-|-------|----------|--------------|-------------------|-----------------------|------------------|
+| Key | Type | Default Value | Description | Example | Deprecated |
+|-------|----------|-------------------|-------------------|-----------------------|------------------|
65
{{range .Fields }} | {{ .Env }} | {{ .EnvType }} |{{ .EnvValue }} | {{ .EnvDescription }} | {{ .Example }} | {{ .Deprecated }} |
66
{{end}}
67
{{end}}`
0 commit comments