remove remnants of rogue notation
Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
Vendored
+27
@@ -0,0 +1,27 @@
|
||||
// collected through docs/helpers/rougeEnv.go
|
||||
|
||||
[caption=]
|
||||
.Environment variables with extended scope not included in a service
|
||||
[width="100%",cols="~,~,~,~",options="header"]
|
||||
|===
|
||||
| Name
|
||||
| Type
|
||||
| Default Value
|
||||
| Description
|
||||
|
||||
{{- range .Variables}}
|
||||
|
||||
{{- if .Ignore }}
|
||||
{{ continue }}
|
||||
{{- end }}
|
||||
|
||||
a| `{{- .Name }}` +
|
||||
a| [subs=-attributes]
|
||||
++{{ .Type }} ++
|
||||
a| [subs=-attributes]
|
||||
++{{.DefaultValue}} ++
|
||||
a| [subs=-attributes]
|
||||
++{{.Description}} ++
|
||||
|
||||
{{- end }}
|
||||
|===
|
||||
Reference in New Issue
Block a user