[docs-only] Create Added/Removed/Deprecated envvar tables

This commit is contained in:
Martin Mattel
2025-09-22 14:32:21 +02:00
parent d5cf9c2f9d
commit f49d94d79d
7 changed files with 55 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ excludePattern: list[str] = ['pre5.0', '5.0', '6.0', '6.0.0', '6.0.1', '6.1.0',
# DO NOT CHANGE
# this is the path the added/removed result is written to
adocWritePath: str = 'docs/services/general-info/env-var-deltas'
adocWritePath: str = 'docs/services/general-info/envvars/env-var-deltas'
# define root sources from github
git_left_dir: str = 'https://raw.githubusercontent.com/owncloud/ocis/refs/'

View File

@@ -0,0 +1,22 @@
// # Added Variables between oCIS 7.2.0 and oCIS 7.3.0
// commenting the headline to make it better includable
// table created per 2025.09.22
// the table should be recreated/updated on source () changes
[width="100%",cols="~,~,~,~",options="header"]
|===
| Service | Variable | Description | Default
| xref:{s-path}/collaboration.adoc[Collaboration]
| COLLABORATION_APP_PRODUCT_EDITION
| The WebOffice app edition defines the capabilities specific to the product such as CE - Community Edition, EE - Enterprise Edition DE - Developer Edition, etc. Currently supported values are limited to OnlyOffice and are: 'ce', 'ee' or 'de' and default to empty which is equal to ce). See the documentation for more details.
|
|
| COLLABORATION_WOPI_ENABLE_MOBILE
| Enable the mobile web view for office app. This feature applies to OnlyOffice. See the documentation for more details.
| false
|===

View File

@@ -0,0 +1,4 @@
| Service | Variable | Description | Default |
| --- | --- | --- | --- |
| collaboration | COLLABORATION_APP_PRODUCT_EDITION | The WebOffice app edition defines the capabilities specific to the product such as CE - Community Edition, EE - Enterprise Edition DE - Developer Edition, etc. Currently supported values are limited to OnlyOffice and are: 'ce', 'ee' or 'de' and default to empty which is equal to ce). See the documentation for more details. | |
| | COLLABORATION_WOPI_ENABLE_MOBILE | Enable the mobile web view for office app. This feature applies to OnlyOffice. See the documentation for more details. | false |

View File

@@ -0,0 +1,12 @@
// # Deprecated Variables between oCIS 7.2.0 and oCIS 7.3.0
// commenting the headline to make it better includable
// table created per 2025.09.22
// the table should be recreated/updated on source () changes
[width="100%",cols="~,~,~,~,~",options="header"]
|===
| Service | Variable | Description | Removal Version | Deprecation Info
|===

View File

@@ -0,0 +1,2 @@
| Service | Variable | Description | Removal Version | Deprecation Info |
| --- | --- | --- | --- | --- |

View File

@@ -0,0 +1,12 @@
// # Removed Variables between oCIS 7.2.0 and oCIS 7.3.0
// commenting the headline to make it better includable
// table created per 2025.09.22
// the table should be recreated/updated on source () changes
[width="100%",cols="~,~,~,~",options="header"]
|===
| Service | Variable | Description | Default
|===

View File

@@ -0,0 +1,2 @@
| Service | Variable | Description | Default |
| --- | --- | --- | --- |