From 40d36630d72aa9cb0447a6fa4a71bb729e0edf9c Mon Sep 17 00:00:00 2001 From: ManojNB Date: Tue, 5 Dec 2023 11:26:03 -0800 Subject: [PATCH] update description on the meta tag --- .../more-features/analytics/analytics-migration-guide/index.mdx | 2 +- .../in-app-messaging/in-app-messaging-migration-guide/index.mdx | 2 +- .../push-notifications-migration-guide/index.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/[platform]/build-a-backend/more-features/analytics/analytics-migration-guide/index.mdx b/src/pages/[platform]/build-a-backend/more-features/analytics/analytics-migration-guide/index.mdx index b01c3347830..c32a03eaf14 100644 --- a/src/pages/[platform]/build-a-backend/more-features/analytics/analytics-migration-guide/index.mdx +++ b/src/pages/[platform]/build-a-backend/more-features/analytics/analytics-migration-guide/index.mdx @@ -2,7 +2,7 @@ import { getCustomStaticPath } from '@/utils/getCustomStaticPath'; export const meta = { title: 'Migrate from v5 to v6', - description: '', + description: 'Learn more about the migration steps to upgrade to v6', platforms: [ 'javascript', 'react-native', diff --git a/src/pages/[platform]/build-a-backend/more-features/in-app-messaging/in-app-messaging-migration-guide/index.mdx b/src/pages/[platform]/build-a-backend/more-features/in-app-messaging/in-app-messaging-migration-guide/index.mdx index 54232e17107..d4749bd106a 100644 --- a/src/pages/[platform]/build-a-backend/more-features/in-app-messaging/in-app-messaging-migration-guide/index.mdx +++ b/src/pages/[platform]/build-a-backend/more-features/in-app-messaging/in-app-messaging-migration-guide/index.mdx @@ -2,7 +2,7 @@ import { getCustomStaticPath } from '@/utils/getCustomStaticPath'; export const meta = { title: 'Migrate from v5 to v6', - description: '', + description: 'Learn more about the migration steps to upgrade to v6', platforms: ['javascript', 'react-native', 'angular', 'nextjs', 'react', 'vue'] }; diff --git a/src/pages/[platform]/build-a-backend/push-notifications/push-notifications-migration-guide/index.mdx b/src/pages/[platform]/build-a-backend/push-notifications/push-notifications-migration-guide/index.mdx index 4c7e0303e6f..0dabc9f9104 100644 --- a/src/pages/[platform]/build-a-backend/push-notifications/push-notifications-migration-guide/index.mdx +++ b/src/pages/[platform]/build-a-backend/push-notifications/push-notifications-migration-guide/index.mdx @@ -2,7 +2,7 @@ import { getCustomStaticPath } from '@/utils/getCustomStaticPath'; export const meta = { title: 'Migrate from v5 to v6', - description: '', + description: 'Learn more about the migration steps to upgrade to v6', platforms: ['react-native'] };