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