diff --git a/CHANGELOG.md b/CHANGELOG.md
index c6f4a2b68d..17f25b63c1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+## [1.31.2](https://github.com/dyte-in/docs/compare/v1.31.1...v1.31.2) (2022-12-13)
+
+
+### Bug Fixes
+
+* broken links ([54e3e8b](https://github.com/dyte-in/docs/commit/54e3e8b7ef5366d6708b79b02234841c571325a9))
+* broken links, content ([9a74cd0](https://github.com/dyte-in/docs/commit/9a74cd0ea06eb34c9164ea3447cdd84ce22fcaf2))
+
## [1.31.1](https://github.com/dyte-in/docs/compare/v1.31.0...v1.31.1) (2022-12-13)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 3bfdb147f5..e85f7b9527 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -247,7 +247,7 @@ const config = {
},
{
label: 'Support',
- to: '#',
+ to: 'https://dyte.io/contact',
},
{
diff --git a/package-lock.json b/package-lock.json
index 5116ce7a05..d58a9a9818 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "dyte-docs",
- "version": "1.31.1",
+ "version": "1.31.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "dyte-docs",
- "version": "1.31.1",
+ "version": "1.31.2",
"hasInstallScript": true,
"dependencies": {
"@docusaurus/core": "^2.1.0",
diff --git a/package.json b/package.json
index dde7d3c6b3..a63b452ef8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "dyte-docs",
- "version": "1.31.1",
+ "version": "1.31.2",
"private": true,
"scripts": {
"postinstall": "node ./bin/ui-kit/component-docs.cjs",
diff --git a/src/components/homepage/CommunitySection.jsx b/src/components/homepage/CommunitySection.jsx
index 2eafb3b50f..fcc90ae3ea 100644
--- a/src/components/homepage/CommunitySection.jsx
+++ b/src/components/homepage/CommunitySection.jsx
@@ -57,7 +57,7 @@ export default function CommunitySection() {
- Interested to build using JavaScript, React, Angular, or Vue, this - section covers everything you need to know for creating live video - and voice solutions for web applications. + Add the most immersive, collaborative, and more human interaction + right in your video and voice calls using Dyte's + out-of-the-box plugins. Dive into the resources here to get + started with building your own plugins for your applications.
Learn More → diff --git a/src/faq.jsx b/src/faq.jsx index 533fb1a54d..992cca7a43 100644 --- a/src/faq.jsx +++ b/src/faq.jsx @@ -114,7 +114,7 @@ const FAQs = [ tags: ['General'], }, { - question: 'What are Code SDKs used for?', + question: 'What are Core SDKs used for?', answer: ( <> The core SDKs are required to begin integrating Dyte into your web and @@ -267,35 +267,6 @@ const FAQs = [ ), tags: ['Technical'], }, - { - question: 'What is the size of different SDKs?', - answer: ( - <> -- The size of different SDKs are as following: -
- Dyte provides 10,000 minutes free every month. After that we charge as - the following: -
-- | - Video Conferencing - | -- Audio Conferencing - | -
---|---|---|
- Usage Minutes - | -$0.004/user min | -$0.001/user min | -
- Cloud Recording - | -$0.010/min | -$0.010/min | -
- Streaming to other platforms (RTMP out) - | -$0.015/min | -$0.010/min | -
- Streaming (HLS) Viewers - | -
- $0.0016/ min (viewers) - $0.004/ min (host) - |
-
- $0.0016/ min (viewers) - $0.004/ min (host) - |
-
- Encoding - | -$0.15/min | -$0.15/min | -
- Please contact us for - volume discounts. -
- > - ), - tags: ['Pricing'], - }, { question: 'How do I make a payment?', answer: ( diff --git a/src/pages/faq.jsx b/src/pages/faq.jsx index 9787439813..79bdfef9fc 100644 --- a/src/pages/faq.jsx +++ b/src/pages/faq.jsx @@ -131,7 +131,7 @@ export default function FAQPage() {