[docs-only] Fixes doc adoc table templates

This commit is contained in:
mmattel
2024-02-14 15:23:10 +01:00
parent 421ce403b5
commit 3563346a25
2 changed files with 1 additions and 11 deletions

View File

@@ -2,13 +2,12 @@
[caption=]
.Environment variables with extended scope not included in a service
[width="100%",cols="~,~,~,~",options="header"]
[width="100%",cols="35%,10%,18%,~"",options="header"]
|===
| Name
| Type
| Default Value
| Description
{{- range .Variables}}
{{- if .Ignore }}

View File

@@ -1,12 +1,5 @@
// collected through docs/helpers/adoc-generator.go.tmpl
Note that some global environment variables have been deprecated and replaced by a new one starting with `OCIS_` for naming consistency:
* All envvars starting with `LDAP_`
* All envvars starting with `IDM_` except `IDM_CREATE_DEMO_USERS`
* The following envvars: `OCIS_REVA_GATEWAY`, `STORAGE_TRANSFER_SECRET`, `OCIS_ASYNC_UPLOADS`, `USERLOG_MACHINE_AUTH_API_KEY`.
* Note that `WEB_UI_CONFIG_FILE` is not a global envar and will dropped from the list in a later release.
[.landscape]
[caption=]
.Environment variables with global scope available in multiple services
@@ -17,9 +10,7 @@ Note that some global environment variables have been deprecated and replaced by
| Type
| Default Value
| Description
{{ range . }}
a| `{{ .Name }}`
a| [subs=attributes+]