@c8y/ngx-components 1017.0.456 → 1017.0.461

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.
@@ -9153,14 +9153,6 @@ class DocsService {
9153
9153
  });
9154
9154
  staticLinks = staticLinks.concat(links);
9155
9155
  }
9156
- if (supportUrl) {
9157
- staticLinks.push({
9158
- icon: 'comments',
9159
- label: gettext('Forum support'),
9160
- url: supportUrl,
9161
- type: 'doc'
9162
- });
9163
- }
9164
9156
  return staticLinks;
9165
9157
  }
9166
9158
  getLink(templateStr, partialLink) {