mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
[docs-only] Create Added/Removed/Deprecated envvar tables
This commit is contained in:
@@ -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/'
|
||||
|
||||
@@ -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
|
||||
|
||||
|===
|
||||
|
||||
@@ -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 |
|
||||
@@ -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
|
||||
|
||||
|===
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
| Service | Variable | Description | Removal Version | Deprecation Info |
|
||||
| --- | --- | --- | --- | --- |
|
||||
@@ -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
|
||||
|
||||
|===
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
| Service | Variable | Description | Default |
|
||||
| --- | --- | --- | --- |
|
||||
Reference in New Issue
Block a user