diff --git a/docs/angular/src/content/en/components/nuget-feed.mdx b/docs/angular/src/content/en/components/nuget-feed.mdx
deleted file mode 100644
index b44b39e90d..0000000000
--- a/docs/angular/src/content/en/components/nuget-feed.mdx
+++ /dev/null
@@ -1,55 +0,0 @@
----
-title: Infragistics NuGet Feed
-description: Infragistics NuGet Feed for Angular components.
-keywords: Angular, NuGet, Feed, Infragistics
-mentionedTypes: []
-llms:
- description: "Infragistics provides a private NuGet feed for licensed users to consume and add licensed Ignite UI for Blazor NuGet packages to their applications via the NuGet Package Manager."
----
-
-import DocsAside from 'igniteui-astro-components/components/mdx/DocsAside.astro';
-import { Image } from 'astro:assets';
-import nugetPackageManagerSettingMenuItem from '../images/nuget-package-manager-setting-menu-item.jpg';
-import nugetPackageManagerPackageSourcesIgServer from '../images/nuget-package-manager-package-sources-ig-server.jpg';
-
-# Infragistics NuGet Feed
-
-Infragistics provides a private NuGet feed for licensed users to consume and add licensed Ignite UI for Blazor NuGet packages to their applications via the NuGet Package Manager.
-
-This topic contains the following sections:
-
-- Adding the Infragistics NuGet Feed with Visual Studio
-- Adding the Infragistics NuGet Feed with the NuGet CLI
-
-## Adding with Visual Studio
-
-1 - In Visual Studio, select **Tools → NuGet Package Manager → Package Manager Settings**.
-
-
-
-2 - In the **Package Sources** section, add a new package source by clicking the **plus icon** in the top right corner of the dialog.
-
-- Set the Name to **Infragistics**
-- Set the Source to **`https://packages.infragistics.com/nuget/licensed`**
-
- Click the **Update** button, and then click **OK** to close the dialog.
-
-
-
-
-When adding a NuGet package from this source for the first time, you will be prompted for your Infragistics credentials.
-
-
-## Adding with the NuGet CLI
-
-1 - Download the [latest Nuget executable](https://dist.nuget.org/win-x86-commandline/latest/nuget.exe). Instruct your browser to save the file to a folder of your choice. The file is not an installer; you won't see anything if you run it directly from the browser.
-2 - Open a command prompt in the folder path of the `nuget.exe` file you just downloaded.
-3 - Execute the following command
-
-```bash
-nuget sources add -name "Infragistics" -source "https://packages.infragistics.com/nuget/licensed" -username "your login email" -password "your password"
-```
-
-
-The password will be stored encrypted in the NuGet config file and can only be decrypted in the same user context as it was encrypted. The default location of the config file can be found here `%AppData%\NuGet\NuGet.config`
-
diff --git a/docs/angular/src/content/en/images/nuget-package-manager-package-sources-ig-server.jpg b/docs/angular/src/content/en/images/nuget-package-manager-package-sources-ig-server.jpg
deleted file mode 100644
index 44630b0ba0..0000000000
Binary files a/docs/angular/src/content/en/images/nuget-package-manager-package-sources-ig-server.jpg and /dev/null differ
diff --git a/docs/angular/src/content/en/images/nuget-package-manager-setting-menu-item.jpg b/docs/angular/src/content/en/images/nuget-package-manager-setting-menu-item.jpg
deleted file mode 100644
index ed67792a2e..0000000000
Binary files a/docs/angular/src/content/en/images/nuget-package-manager-setting-menu-item.jpg and /dev/null differ
diff --git a/docs/angular/src/content/jp/components/nuget-feed.mdx b/docs/angular/src/content/jp/components/nuget-feed.mdx
deleted file mode 100644
index 1f7d1b82bd..0000000000
--- a/docs/angular/src/content/jp/components/nuget-feed.mdx
+++ /dev/null
@@ -1,55 +0,0 @@
----
-title: Infragistics NuGet フィード
-description: インフラジスティックスの Angular コンポーネントの NuGet フィード。
-keywords: Angular, NuGet, Feed, Infragistics, NuGet, フィード, インフラジスティックス
-license: MIT
-mentionedTypes: []
-_language: ja
-llms:
- description: "Infragistics は製品版を使用するユーザーにプライベート NuGet フィードを提供し、製品版の Ignite UI for Blazor NuGet パッケージを NuGet パッケージ マネージャーを介して追加します。"
----
-
-import DocsAside from 'igniteui-astro-components/components/mdx/DocsAside.astro';
-import { Image } from 'astro:assets';
-import nugetPackageManagerSettingMenuItem from '../images/nuget-package-manager-setting-menu-item.jpg';
-import nugetPackageManagerPackageSourcesIgServer from '../images/nuget-package-manager-package-sources-ig-server.jpg';
-
-# Infragistics NuGet フィード
-
-Infragistics は製品版を使用するユーザーにプライベート NuGet フィードを提供し、製品版の Ignite UI for Blazor NuGet パッケージを NuGet パッケージ マネージャーを介して追加します。
-
-このトピックは、以下のセクションで構成されます。
-
-- Visual Studio で Infragistics NuGet フィードを追加
-- NuGet CLI で Infragistics NuGet フィードを追加
-
-## Visual Studio を使用した追加
-
-1 - Visual Studio で **[ツール] → [NuGet パッケージ マネージャー] → [パッケージ マネージャー設定]** を選択します。
-
-
-
-2 - [**パッケージ ソース**] セクションで、ダイアログの右上にある **[+]** アイコンをクリックして新しいパッケージ ソースを追加します。
-
-- 名前を **Infragistics** に設定します。
-- ソースを **[https://packages.infragistics.com/nuget/licensed](https://packages.infragistics.com/nuget/licensed)** に設定します。
-
- [**更新**] ボタンをクリックし、[OK] をクリックしてダイアログを閉じます。
-
-
-
-
-このソースから NuGet パッケージを初めて追加する場合、Infragistics 資格情報の入力を求められます。
-
-
-## NuGet CLI を使用した追加
-
-1 - [最新の Nuget 実行可能ファイル](https://dist.nuget.org/win-x86-commandline/latest/nuget.exe)をダウンロードします。任意のフォルダーにファイルを保存するようブラウザーに指示します。このファイルはインストーラーではありません。ブラウザーから直接実行した場合は何も表示されません。
-2 - ダウンロードした `nuget.exe` ファイルのフォルダー パスでコマンド プロンプトを開きます。
-3 - 以下のコマンドを実行します。
-
-```bash
-nuget sources add -name "Infragistics" -source "https://packages.infragistics.com/nuget/licensed" -username "your login email" -password "your password"
-```
-
- nuget sources add -name "Infragistics" -source "https://packages.infragistics.com/nuget/licensed" -username "your login email" -password "your password"
diff --git a/docs/angular/src/content/jp/images/nuget-package-manager-package-sources-ig-server.jpg b/docs/angular/src/content/jp/images/nuget-package-manager-package-sources-ig-server.jpg
deleted file mode 100644
index 0b1f1c06c2..0000000000
Binary files a/docs/angular/src/content/jp/images/nuget-package-manager-package-sources-ig-server.jpg and /dev/null differ
diff --git a/docs/angular/src/content/jp/images/nuget-package-manager-setting-menu-item.jpg b/docs/angular/src/content/jp/images/nuget-package-manager-setting-menu-item.jpg
deleted file mode 100644
index a48948057e..0000000000
Binary files a/docs/angular/src/content/jp/images/nuget-package-manager-setting-menu-item.jpg and /dev/null differ
diff --git a/docs/xplat/src/content/en/components/geo-map-binding-multiple-shapes.mdx b/docs/xplat/src/content/en/components/geo-map-binding-multiple-shapes.mdx
index c84c02eced..56825b22f6 100644
--- a/docs/xplat/src/content/en/components/geo-map-binding-multiple-shapes.mdx
+++ b/docs/xplat/src/content/en/components/geo-map-binding-multiple-shapes.mdx
@@ -344,6 +344,8 @@ protected override void OnInitialized()
Process shapes data loaded in with of countries of the world and assign it to object.
+
+
```ts
import { IgrGeographicShapeSeries } from 'igniteui-react-maps';
import { IgrShapeDataSource } from 'igniteui-react-core';
@@ -369,6 +371,10 @@ public onPolygonsLoaded(sds: IgrShapeDataSource, e: any) {
}
```
+
+
+
+
```ts
import { IgxGeographicPolylineSeriesComponent } from 'igniteui-angular-maps';
import { IgxShapeDataSource } from 'igniteui-angular-core';
@@ -394,6 +400,10 @@ public onPolygonsLoaded(sds: IgxShapeDataSource, e: any) {
}
```
+
+
+
+
```ts
import { IgcGeographicShapeSeriesComponent } from 'igniteui-webcomponents-maps';
import { IgcShapeDataSource } from 'igniteui-webcomponents-core';
@@ -419,10 +429,14 @@ public onPolygonsLoaded(sds: IgcShapeDataSource, e: any) {
}
```
+
+
## Processing Polyline
Process shapes data loaded in with communication routes between major cities and assign it to object.
+
+
```ts
import { IgrGeographicPolylineSeries } from 'igniteui-react-maps';
import { IgrShapeDataSource } from 'igniteui-react-core';
@@ -450,6 +464,10 @@ public onPolylinesLoaded(sds: IgrShapeDataSource, e: any) {
}
```
+
+
+
+
```ts
import { IgxGeographicPolylineSeriesComponent } from 'igniteui-angular-maps';
import { IgxShapeDataSource } from 'igniteui-angular-core';
@@ -477,6 +495,10 @@ public onPolylinesLoaded(sds: IgxShapeDataSource, e: any) {
}
```
+
+
+
+
```ts
import { IgcGeographicPolylineSeriesComponent } from 'igniteui-webcomponents-maps';
import { IgcShapeDataSource } from 'igniteui-webcomponents-core';
@@ -506,10 +528,14 @@ public onPolylinesLoaded(sds: IgcShapeDataSource, e: any) {
}
```
+
+
## Processing Points
Process shapes data loaded in with locations of major cities and assign it to object.
+
+
```ts
import { IgrGeographicSymbolSeries } from 'igniteui-react-maps';
import { MarkerType } from 'igniteui-react-charts';
@@ -537,6 +563,10 @@ public onPointsLoaded(sds: IgrShapeDataSource, e: any) {
}
```
+
+
+
+
```ts
import { IgxGeographicSymbolSeriesComponent } from 'igniteui-angular-maps';
import { IgxShapeDataSource } from 'igniteui-angular-core';
@@ -564,6 +594,10 @@ public onPointsLoaded(sds: IgxShapeDataSource, e: any) {
}
```
+
+
+
+
```ts
import { IgcGeographicSymbolSeriesComponent } from 'igniteui-webcomponents-maps';
import { IgcShapeDataSource } from 'igniteui-webcomponents-core';
@@ -592,6 +626,8 @@ public onPointsLoaded(sds: IgcShapeDataSource, e: any) {
}
```
+
+
diff --git a/docs/xplat/src/content/jp/components/geo-map-binding-multiple-shapes.mdx b/docs/xplat/src/content/jp/components/geo-map-binding-multiple-shapes.mdx
index 37c32d2ebe..1714216fce 100644
--- a/docs/xplat/src/content/jp/components/geo-map-binding-multiple-shapes.mdx
+++ b/docs/xplat/src/content/jp/components/geo-map-binding-multiple-shapes.mdx
@@ -346,6 +346,8 @@ protected override void OnInitialized()
世界の国々の に読み込まれた形状データを処理し、 オブジェクトに割り当てます。
+
+
```ts
import { IgrGeographicShapeSeries } from 'igniteui-react-maps';
import { IgrShapeDataSource } from 'igniteui-react-core';
@@ -371,6 +373,10 @@ public onPolygonsLoaded(sds: IgrShapeDataSource, e: any) {
}
```
+
+
+
+
```ts
import { IgxGeographicPolylineSeriesComponent } from 'igniteui-angular-maps';
import { IgxShapeDataSource } from 'igniteui-angular-core';
@@ -396,6 +402,10 @@ public onPolygonsLoaded(sds: IgxShapeDataSource, e: any) {
}
```
+
+
+
+
```ts
import { IgcGeographicShapeSeriesComponent } from 'igniteui-webcomponents-maps';
import { IgcShapeDataSource } from 'igniteui-webcomponents-core';
@@ -421,10 +431,14 @@ public onPolygonsLoaded(sds: IgcShapeDataSource, e: any) {
}
```
+
+
## ポリラインの処理
に読み込まれた形状データを処理し、主要都市間の通信ルートを使用して、 オブジェクトに割り当てます。
+
+
```ts
import { IgrGeographicPolylineSeries } from 'igniteui-react-maps';
import { IgrShapeDataSource } from 'igniteui-react-core';
@@ -452,6 +466,10 @@ public onPolylinesLoaded(sds: IgrShapeDataSource, e: any) {
}
```
+
+
+
+
```ts
import { IgxGeographicPolylineSeriesComponent } from 'igniteui-angular-maps';
import { IgxShapeDataSource } from 'igniteui-angular-core';
@@ -479,6 +497,10 @@ public onPolylinesLoaded(sds: IgxShapeDataSource, e: any) {
}
```
+
+
+
+
```ts
import { IgcGeographicPolylineSeriesComponent } from 'igniteui-webcomponents-maps';
import { IgcShapeDataSource } from 'igniteui-webcomponents-core';
@@ -508,10 +530,14 @@ public onPolylinesLoaded(sds: IgcShapeDataSource, e: any) {
}
```
+
+
## ポイントの処理
に読み込まれた世界各国の形状データを処理し、 オブジェクトに割り当てます。
+
+
```ts
import { IgrGeographicSymbolSeries } from 'igniteui-react-maps';
import { MarkerType } from 'igniteui-react-charts';
@@ -539,6 +565,10 @@ public onPointsLoaded(sds: IgrShapeDataSource, e: any) {
}
```
+
+
+
+
```ts
import { IgxGeographicSymbolSeriesComponent } from 'igniteui-angular-maps';
import { IgxShapeDataSource } from 'igniteui-angular-core';
@@ -566,6 +596,10 @@ public onPointsLoaded(sds: IgxShapeDataSource, e: any) {
}
```
+
+
+
+
```ts
import { IgcGeographicSymbolSeriesComponent } from 'igniteui-webcomponents-maps';
import { IgcShapeDataSource } from 'igniteui-webcomponents-core';
@@ -594,6 +628,8 @@ public onPointsLoaded(sds: IgcShapeDataSource, e: any) {
}
```
+
+