From 5cebd22bc5d7805999a5bba41e6047dde0d04926 Mon Sep 17 00:00:00 2001 From: akigugale Date: Tue, 11 Mar 2025 14:45:20 +0530 Subject: [PATCH] fix: removed chat sdk references --- docs/partials/_angular-quickstart.mdx | 2 +- docs/partials/_html-quickstart.mdx | 2 +- docs/partials/_react-quickstart.mdx | 2 +- src/components/homepage/HomeFooter.jsx | 4 ---- src/components/homepage/SDKs.tsx | 2 +- src/snippets/sdks.html | 4 ++-- 6 files changed, 6 insertions(+), 10 deletions(-) diff --git a/docs/partials/_angular-quickstart.mdx b/docs/partials/_angular-quickstart.mdx index 1031d9a60f..23ff269ba4 100644 --- a/docs/partials/_angular-quickstart.mdx +++ b/docs/partials/_angular-quickstart.mdx @@ -29,7 +29,7 @@ Make sure you've a mechanism to get `authToken` from your server-side, which you To begin, install the following packages: -- `@dytesdk/web-core`: This core package powers video, voice, livestream and chat SDKs. This is a required package. +- `@dytesdk/web-core`: This core package powers video, voice, and livestream SDKs. This is a required package. - `@dytesdk/ui-kit`: This package includes Dyte UI components which can be used with core to easily build your own UI, including a prebuilt UI component. You can skip installing this package if you wish to build your own UI from scratch. You can install the SDKs using CDN, npm, or Yarn. diff --git a/docs/partials/_html-quickstart.mdx b/docs/partials/_html-quickstart.mdx index 7ada6e0361..7b15226876 100644 --- a/docs/partials/_html-quickstart.mdx +++ b/docs/partials/_html-quickstart.mdx @@ -26,7 +26,7 @@ Make sure you've a mechanism to get authToken from your server-side, which you w To begin, install the following packages: -- `@dytesdk/web-core`: This core package powers video, voice, livestream and chat SDKs. This is a required package. +- `@dytesdk/web-core`: This core package powers video, voice, and livestream SDKs. This is a required package. - `@dytesdk/ui-kit`: This package includes Dyte UI components which can be used with core to easily build your own UI, including a prebuilt UI component. You can skip installing this package if you wish to build your own UI from scratch. You can install the SDKs using CDN, npm, or Yarn. diff --git a/docs/partials/_react-quickstart.mdx b/docs/partials/_react-quickstart.mdx index 4b478bac35..ed9cb1448d 100644 --- a/docs/partials/_react-quickstart.mdx +++ b/docs/partials/_react-quickstart.mdx @@ -26,7 +26,7 @@ Make sure you've a mechanism to get `authToken` from your server-side, which you To begin, install the following packages: -- `@dytesdk/react-web-core`: This core package powers video, voice, livestream, and chat SDKs. This is a required package. +- `@dytesdk/react-web-core`: This core package powers video, voice, and livestream SDKs. This is a required package. - `@dytesdk/ui-kit`: This package includes Dyte UI components which can be used with core to easily build your own UI, including a prebuilt UI component. You can skip installing this package if you wish to build your own UI from scratch. `@dytesdk/react-web-core` consists of hooks written on top of our `@dytesdk/web-core` package, which makes it easy to use [`web-core`](https://npmjs.com/package/@dytesdk/web-core) in React applications. diff --git a/src/components/homepage/HomeFooter.jsx b/src/components/homepage/HomeFooter.jsx index a3ec42f46d..a2951dd18a 100644 --- a/src/components/homepage/HomeFooter.jsx +++ b/src/components/homepage/HomeFooter.jsx @@ -19,10 +19,6 @@ const products = [ name: 'Live Streaming', href: 'https://dyte.io/live-streaming-sdk', }, - { - name: 'Chat SDK', - href: 'https://dyte.io/chat-sdk', - }, { name: 'Pricing', href: 'https://dyte.io/pricing', diff --git a/src/components/homepage/SDKs.tsx b/src/components/homepage/SDKs.tsx index d3acf0ab7a..230eb43e0c 100644 --- a/src/components/homepage/SDKs.tsx +++ b/src/components/homepage/SDKs.tsx @@ -75,7 +75,7 @@ export default function SDKs() {

Core SDK

- Our easy to use Video + Voice + Livestreaming + Chat{' '} + Our easy to use Video + Voice + Livestreaming{' '} all in one SDK

diff --git a/src/snippets/sdks.html b/src/snippets/sdks.html index 87bc5b95f0..c855cebb09 100644 --- a/src/snippets/sdks.html +++ b/src/snippets/sdks.html @@ -75,7 +75,7 @@

Core SDK

Video + Voice + Livestreaming