@c8y/ngx-components 1017.0.456 → 1017.0.463

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.
@@ -10080,14 +10080,6 @@ class DocsService {
10080
10080
  });
10081
10081
  staticLinks = staticLinks.concat(links);
10082
10082
  }
10083
- if (supportUrl) {
10084
- staticLinks.push({
10085
- icon: 'comments',
10086
- label: gettext('Forum support'),
10087
- url: supportUrl,
10088
- type: 'doc'
10089
- });
10090
- }
10091
10083
  return staticLinks;
10092
10084
  }
10093
10085
  getLink(templateStr, partialLink) {