@c8y/ngx-components 1021.49.4 → 1021.49.6
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
|
@@ -13448,25 +13448,25 @@ const documentationItems = [
|
|
|
13448
13448
|
{
|
|
13449
13449
|
icon: 'c8y-user',
|
|
13450
13450
|
label: gettext$1('Getting started`KEEP_ORIGINAL`'),
|
|
13451
|
-
url: '/docs/
|
|
13451
|
+
url: '/docs/sector/getting_started',
|
|
13452
13452
|
type: 'doc'
|
|
13453
13453
|
},
|
|
13454
13454
|
{
|
|
13455
13455
|
icon: 'c8y-administration',
|
|
13456
13456
|
label: gettext$1('Platform administration`KEEP_ORIGINAL`'),
|
|
13457
|
-
url: '/docs/
|
|
13457
|
+
url: '/docs/sector/platform_administration',
|
|
13458
13458
|
type: 'doc'
|
|
13459
13459
|
},
|
|
13460
13460
|
{
|
|
13461
13461
|
icon: 'c8y-device-management',
|
|
13462
13462
|
label: gettext$1('Device Management'),
|
|
13463
|
-
url: '/docs/
|
|
13463
|
+
url: '/docs/sector/device_management',
|
|
13464
13464
|
type: 'doc'
|
|
13465
13465
|
},
|
|
13466
13466
|
{
|
|
13467
13467
|
icon: 'c8y-cockpit',
|
|
13468
13468
|
label: gettext$1('Application enablement`KEEP_ORIGINAL`'),
|
|
13469
|
-
url: '/docs/
|
|
13469
|
+
url: '/docs/sector/app_enablement',
|
|
13470
13470
|
type: 'doc'
|
|
13471
13471
|
},
|
|
13472
13472
|
{
|
|
@@ -13526,7 +13526,7 @@ class DocsService extends ExtensionPointWithoutStateForPlugins {
|
|
|
13526
13526
|
/**
|
|
13527
13527
|
* Default documentation URL.
|
|
13528
13528
|
*/
|
|
13529
|
-
this.DEFAULT_DOCS_BASE_URL = 'https://
|
|
13529
|
+
this.DEFAULT_DOCS_BASE_URL = 'https://cumulocity.com';
|
|
13530
13530
|
this.items$ = this.setupItemsObservable();
|
|
13531
13531
|
}
|
|
13532
13532
|
getBaseUrl(uiVersion) {
|