From ba6e335516d472676743ec7dd60b55e83cfc2f5c Mon Sep 17 00:00:00 2001 From: pgarousi <45374076+pgarousi@users.noreply.github.com> Date: Fri, 12 Jun 2026 13:47:21 +0100 Subject: [PATCH] docs: rename Container Data Forwarder to Kubex Data Collector and fix parsing errors - Renamed Container Data Forwarder to Kubex Data Collector across all release notes - Updated component descriptions to remove module terminology - Added quick link to Kubex section in New Features page - Removed Data Forwarder, Kubex Automation Engine, and Legacy Kubex Automation Controller sections from Resolved Issues page - Removed Kubex Container Data Collector section from Third Party Software page - Fixed MDX parsing errors: - Fixed malformed
tag in
Control_Console_Spectrum_Overview.mdx
- Updated React import path in Carousel.mdx
- Updated Carousel import path in
CarouselExample.mdx
- Removed unused ImageCard import in Catalog_Map_Tab.mdx
---
.../Content/Cloudex/Catalog_Map_Tab.mdx | 2 -
.../Control_Console_Spectrum_Overview.mdx | 4 +-
.../Release_Notes/New_Features_Cloud.mdx | 18 ++---
.../Release_Notes/Resolved_Issues-Cloud.mdx | 66 -------------------
.../Third_Party_Software_Updates-Cloud.mdx | 2 -
snippets/Carousel.mdx | 2 +-
snippets/CarouselExample.mdx | 2 +-
7 files changed, 12 insertions(+), 84 deletions(-)
diff --git a/docs-kubex/Content/Cloudex/Catalog_Map_Tab.mdx b/docs-kubex/Content/Cloudex/Catalog_Map_Tab.mdx
index 60df884..6a0173a 100644
--- a/docs-kubex/Content/Cloudex/Catalog_Map_Tab.mdx
+++ b/docs-kubex/Content/Cloudex/Catalog_Map_Tab.mdx
@@ -2,8 +2,6 @@
title: "Catalog Map"
---
-import { ImageCard } from "/snippets/ImageCard.mdx";
-
## Overview
The Kubex catalog map allows you to view a range of recommended instance type options for public cloud instances. The map view shows the AWS or Azure catalog scores for the selected instance.
diff --git a/docs/WebHelp_Densify/Content/Control_Console/Control_Console_Spectrum_Overview.mdx b/docs/WebHelp_Densify/Content/Control_Console/Control_Console_Spectrum_Overview.mdx
index a157f08..38aef9b 100644
--- a/docs/WebHelp_Densify/Content/Control_Console/Control_Console_Spectrum_Overview.mdx
+++ b/docs/WebHelp_Densify/Content/Control_Console/Control_Console_Spectrum_Overview.mdx
@@ -94,9 +94,7 @@ Table: Spectrum Right-click Behavior
-Icon Icon
-
diff --git a/docs/WebHelp_Densify_Cloud/Content/Release_Notes/New_Features_Cloud.mdx b/docs/WebHelp_Densify_Cloud/Content/Release_Notes/New_Features_Cloud.mdx
index 028411a..cd72e8e 100644
--- a/docs/WebHelp_Densify_Cloud/Content/Release_Notes/New_Features_Cloud.mdx
+++ b/docs/WebHelp_Densify_Cloud/Content/Release_Notes/New_Features_Cloud.mdx
@@ -4,9 +4,9 @@ title: "New Features"
The following sections provide details of new features and updates introduced in each release.
-- Kubex -- Features & enhancements in the latest Kubex releases.
-- [Container Data Forwarder](#container-data-forwarder) -- Updates to Kubex's Container data collection module.
-- [Kubex Automation Engine](#kubex-automation-engine) -- Updates to Kubex's Automation Engine module.
+- [Kubex](#kubex) -- Features & enhancements in the latest Kubex releases.
+- [Kubex Data Collector](#container-data-forwarder) -- Updates to the Kubex Data Collector.
+- [Kubex Automation Engine](#kubex-automation-engine) -- Updates to the Kubex Automation Engine.
## Kubex
@@ -1073,15 +1073,15 @@ columns
-## Container Data Forwarder
+## Kubex Data Collector
-This section lists new features and updates to the Container Data Forwarder.
+This section lists new features and updates to the Kubex Data Collector.
A Helm chart bundles all of the components required for container data collection and automates the process. See [Kubex Collection Stack](https://github.com/densify-dev/helm-charts/tree/master/charts/kubex-automation-stack) for details for a single-cluster configuration.
Refer to [Github repository](https://github.com/densify-dev/container-data-collection/blob/main/README.md) for samples and configuration files for multi-cluster configurations.
-When deploying the Container Data Forwarder ensure that the same version is deployed for all of your clusters. See [Data Collection for Containers](../Data_Collection_for_Public_Cloud_Systems/Container_Data_Collection_Overview)
+When deploying the Kubex Data Collector ensure that the same version is deployed for all of your clusters. See [Data Collection for Containers](../Data_Collection_for_Public_Cloud_Systems/Container_Data_Collection_Overview)