@c8y/ngx-components 1021.22.42 → 1021.22.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/core/common/ApplicationOptions.d.ts +1 -1
- package/core/docs/docs.service.d.ts +1 -1
- package/core/docs/docs.service.d.ts.map +1 -1
- package/esm2022/core/common/ApplicationOptions.mjs +1 -1
- package/esm2022/core/docs/defaults.items.mjs +5 -5
- package/esm2022/core/docs/docs.service.mjs +2 -2
- package/esm2022/widgets/implementations/cockpit-welcome/welcome.component.mjs +2 -2
- package/fesm2022/c8y-ngx-components-widgets-implementations-cockpit-welcome.mjs +1 -1
- package/fesm2022/c8y-ngx-components-widgets-implementations-cockpit-welcome.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components.mjs +5 -5
- package/fesm2022/c8y-ngx-components.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -13431,25 +13431,25 @@ const documentationItems = [
|
|
|
13431
13431
|
{
|
|
13432
13432
|
icon: 'c8y-user',
|
|
13433
13433
|
label: gettext$1('Getting started`KEEP_ORIGINAL`'),
|
|
13434
|
-
url: '/docs/
|
|
13434
|
+
url: '/docs/sector/getting_started',
|
|
13435
13435
|
type: 'doc'
|
|
13436
13436
|
},
|
|
13437
13437
|
{
|
|
13438
13438
|
icon: 'c8y-administration',
|
|
13439
13439
|
label: gettext$1('Platform administration`KEEP_ORIGINAL`'),
|
|
13440
|
-
url: '/docs/
|
|
13440
|
+
url: '/docs/sector/platform_administration',
|
|
13441
13441
|
type: 'doc'
|
|
13442
13442
|
},
|
|
13443
13443
|
{
|
|
13444
13444
|
icon: 'c8y-device-management',
|
|
13445
13445
|
label: gettext$1('Device Management'),
|
|
13446
|
-
url: '/docs/
|
|
13446
|
+
url: '/docs/sector/device_management',
|
|
13447
13447
|
type: 'doc'
|
|
13448
13448
|
},
|
|
13449
13449
|
{
|
|
13450
13450
|
icon: 'c8y-cockpit',
|
|
13451
13451
|
label: gettext$1('Application enablement`KEEP_ORIGINAL`'),
|
|
13452
|
-
url: '/docs/
|
|
13452
|
+
url: '/docs/sector/app_enablement',
|
|
13453
13453
|
type: 'doc'
|
|
13454
13454
|
},
|
|
13455
13455
|
{
|
|
@@ -13509,7 +13509,7 @@ class DocsService extends ExtensionPointWithoutStateForPlugins {
|
|
|
13509
13509
|
/**
|
|
13510
13510
|
* Default documentation URL.
|
|
13511
13511
|
*/
|
|
13512
|
-
this.DEFAULT_DOCS_BASE_URL = 'https://
|
|
13512
|
+
this.DEFAULT_DOCS_BASE_URL = 'https://cumulocity.com';
|
|
13513
13513
|
this.items$ = this.setupItemsObservable();
|
|
13514
13514
|
}
|
|
13515
13515
|
getBaseUrl(uiVersion) {
|