@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.
@@ -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/section/getting_started',
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/section/platform_administration',
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/section/device_management',
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/section/app_enablement',
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://www.cumulocity.com';
13529
+ this.DEFAULT_DOCS_BASE_URL = 'https://cumulocity.com';
13530
13530
  this.items$ = this.setupItemsObservable();
13531
13531
  }
13532
13532
  getBaseUrl(uiVersion) {