Skip to content

Commit 659e20d

Browse files
authored
Merge pull request aws-amplify#6388 from offlineprogrammer/next-release/main
Cards for more-features
2 parents edbada7 + 3f8edae commit 659e20d

File tree

12 files changed

+25
-15
lines changed

12 files changed

+25
-15
lines changed

src/pages/[platform]/build-a-backend/more-features/analytics/index.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ import { getChildPageNodes } from '@/utils/getChildPageNodes';
33

44
export const meta = {
55
title: 'Analytics',
6-
description: 'Analytics',
6+
description:
7+
'Make informed decisions with drop-in analytics to track user sessions, custom user attributes and in-app metrics',
78
platforms: [
89
'android',
910
'angular',

src/pages/[platform]/build-a-backend/more-features/datastore/index.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ import { getChildPageNodes } from '@/utils/getChildPageNodes';
33

44
export const meta = {
55
title: 'DataStore',
6-
description: 'DataStore',
6+
description:
7+
'Seamlessly synchronize and persist online & offline data to the cloud as well as across devices',
78
platforms: [
89
'android',
910
'angular',

src/pages/[platform]/build-a-backend/more-features/geo/index.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ import { getChildPageNodes } from '@/utils/getChildPageNodes';
33

44
export const meta = {
55
title: 'Geo',
6-
description: 'Geo',
6+
description:
7+
'Modern, interactive maps with location markers and location search.',
78
platforms: [
89
'android',
910
'angular',

src/pages/[platform]/build-a-backend/more-features/interactions/index.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ import { getChildPageNodes } from '@/utils/getChildPageNodes';
33

44
export const meta = {
55
title: 'Interactions',
6-
description: 'Interactions',
6+
description:
7+
'Automate customer workflows by enlisting the help of conversational chatbots powered by deep learning technologies',
78
platforms: [
89
'angular',
910
'javascript',

src/pages/[platform]/build-a-backend/push-notifications/index.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ import { getChildPageNodes } from '@/utils/getChildPageNodes';
33

44
export const meta = {
55
title: 'Push Notifications',
6-
description: 'Push Notifications',
6+
description:
7+
'Drive customer engagement using push notifications with campaign analytics and targeting',
78
platforms: ['android', 'flutter', 'react-native', 'swift'],
89
route: '/[platform]/build-a-backend/push-notifications'
910
};

src/pages/[platform]/prev/build-a-backend/more-features/analytics/index.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ import { getChildPageNodes } from '@/utils/getChildPageNodes';
33

44
export const meta = {
55
title: 'Analytics',
6-
description: 'Analytics',
6+
description:
7+
'Make informed decisions with drop-in analytics to track user sessions, custom user attributes and in-app metrics',
78
platforms: [
89
'android',
910
'angular',

src/pages/[platform]/prev/build-a-backend/more-features/datastore/index.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ import { getChildPageNodes } from '@/utils/getChildPageNodes';
33

44
export const meta = {
55
title: 'DataStore',
6-
description: 'DataStore',
6+
description:
7+
'Seamlessly synchronize and persist online & offline data to the cloud as well as across devices',
78
platforms: [
89
'android',
910
'angular',

src/pages/[platform]/prev/build-a-backend/more-features/geo/index.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ import { getChildPageNodes } from '@/utils/getChildPageNodes';
33

44
export const meta = {
55
title: 'Geo',
6-
description: 'Geo',
6+
description:
7+
'Modern, interactive maps with location markers and location search.',
78
platforms: [
89
'android',
910
'angular',

src/pages/[platform]/prev/build-a-backend/more-features/interactions/index.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ import { getChildPageNodes } from '@/utils/getChildPageNodes';
33

44
export const meta = {
55
title: 'Interactions',
6-
description: 'Interactions',
6+
description:
7+
'Automate customer workflows by enlisting the help of conversational chatbots powered by deep learning technologies',
78
platforms: [
89
'angular',
910
'javascript',

src/pages/[platform]/prev/build-a-backend/push-notifications/index.mdx

+3-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ import { getChildPageNodes } from '@/utils/getChildPageNodes';
33

44
export const meta = {
55
title: 'Push Notifications',
6-
description: 'Push Notifications',
7-
platforms: [
8-
'react-native'
9-
],
6+
description:
7+
'Drive customer engagement using push notifications with campaign analytics and targeting',
8+
platforms: ['react-native'],
109
route: '/[platform]/prev/build-a-backend/push-notifications'
1110
};
1211

src/pages/[platform]/sdk/analytics/index.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ import { getChildPageNodes } from '@/utils/getChildPageNodes';
33

44
export const meta = {
55
title: 'Analytics',
6-
description: 'Analytics',
6+
description:
7+
'Make informed decisions with drop-in analytics to track user sessions, custom user attributes and in-app metrics',
78
platforms: [
89
'android',
910
'angular',

src/pages/[platform]/sdk/push-notifications/index.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ import { getChildPageNodes } from '@/utils/getChildPageNodes';
33

44
export const meta = {
55
title: 'Push Notifications',
6-
description: 'Push Notifications',
6+
description:
7+
'Drive customer engagement using push notifications with campaign analytics and targeting',
78
platforms: [
89
'android',
910
'angular',

0 commit comments

Comments
 (0)