Skip to content

Commit 0766254

Browse files
authored
chore: Add other platforms to placeholder pages (aws-amplify#6131)
1 parent 40220a6 commit 0766254

File tree

12 files changed

+132
-12
lines changed

12 files changed

+132
-12
lines changed

src/pages/[platform]/build-a-backend/api-rest/index.mdx

+11-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,17 @@ import { getCustomStaticPath } from '@/utils/getCustomStaticPath';
33
export const meta = {
44
title: 'API (Rest)',
55
description: 'API (Rest)',
6-
platforms: ['android', 'javascript']
6+
platforms: [
7+
'android',
8+
'angular',
9+
'flutter',
10+
'javascript',
11+
'nextjs',
12+
'react',
13+
'react-native',
14+
'swift',
15+
'vue'
16+
]
717
};
818

919
export const getStaticPaths = async () => {

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

+11-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,17 @@ import directory from 'src/directory/directory.json';
55
export const meta = {
66
title: 'Build a backend',
77
description: 'Build a backend',
8-
platforms: ['android', 'javascript'],
8+
platforms: [
9+
'android',
10+
'angular',
11+
'flutter',
12+
'javascript',
13+
'nextjs',
14+
'react',
15+
'react-native',
16+
'swift',
17+
'vue'
18+
],
919
route: '/[platform]/build-a-backend'
1020
};
1121

src/pages/[platform]/build-a-ui/index.mdx

+11-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,17 @@ import { getCustomStaticPath } from '@/utils/getCustomStaticPath';
33
export const meta = {
44
title: 'Build a UI',
55
description: 'Build a UI',
6-
platforms: ['android', 'javascript']
6+
platforms: [
7+
'android',
8+
'angular',
9+
'flutter',
10+
'javascript',
11+
'nextjs',
12+
'react',
13+
'react-native',
14+
'swift',
15+
'vue'
16+
]
717
};
818

919
export const getStaticPaths = async () => {

src/pages/[platform]/get-started/index.mdx

+11-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,17 @@ import { getCustomStaticPath } from '@/utils/getCustomStaticPath';
33
export const meta = {
44
title: 'Get started',
55
description: 'A getting started page',
6-
platforms: ['android', 'javascript']
6+
platforms: [
7+
'android',
8+
'angular',
9+
'flutter',
10+
'javascript',
11+
'nextjs',
12+
'react',
13+
'react-native',
14+
'swift',
15+
'vue'
16+
]
717
};
818

919
export const getStaticPaths = async () => {

src/pages/[platform]/get-started/project-setup/index.mdx

+11-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,17 @@ import { getCustomStaticPath } from '@/utils/getCustomStaticPath';
33
export const meta = {
44
title: 'Project setup',
55
description: 'Project setup',
6-
platforms: ['android', 'javascript']
6+
platforms: [
7+
'android',
8+
'angular',
9+
'flutter',
10+
'javascript',
11+
'nextjs',
12+
'react',
13+
'react-native',
14+
'swift',
15+
'vue'
16+
]
717
};
818

919
export const getStaticPaths = async () => {

src/pages/[platform]/get-started/sample-apps/index.mdx

+11-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,17 @@ import { getCustomStaticPath } from '@/utils/getCustomStaticPath';
33
export const meta = {
44
title: 'Sample apps',
55
description: 'Sample apps',
6-
platforms: ['android', 'javascript']
6+
platforms: [
7+
'android',
8+
'angular',
9+
'flutter',
10+
'javascript',
11+
'nextjs',
12+
'react',
13+
'react-native',
14+
'swift',
15+
'vue'
16+
]
717
};
818

919
export const getStaticPaths = async () => {

src/pages/[platform]/get-started/tutorials/connect-api-and-database.mdx

+11-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ export const meta = {
44
title: 'Connect API and Database',
55
description:
66
'Connect API and Database The Amplify open-source client libraries provide use-case centric, and easy-to-use interfaces across different categories of AWS cloud powered operations enabling mobile and web developers to easily interact with their backends. The Amplify libraries can be used with both new backends created using the Amplify CLI or existing backend resources.',
7-
platforms: ['android', 'javascript']
7+
platforms: [
8+
'android',
9+
'angular',
10+
'flutter',
11+
'javascript',
12+
'nextjs',
13+
'react',
14+
'react-native',
15+
'swift',
16+
'vue'
17+
]
818
};
919

1020
export const getStaticPaths = async () => {

src/pages/[platform]/get-started/tutorials/deploy-and-host-app.mdx

+11-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,17 @@ import { getCustomStaticPath } from '@/utils/getCustomStaticPath';
33
export const meta = {
44
title: 'Deploy and Host App',
55
description: 'Deploy and Host App',
6-
platforms: ['android', 'javascript']
6+
platforms: [
7+
'android',
8+
'angular',
9+
'flutter',
10+
'javascript',
11+
'nextjs',
12+
'react',
13+
'react-native',
14+
'swift',
15+
'vue'
16+
]
717
};
818

919
export const getStaticPaths = async () => {

src/pages/[platform]/get-started/tutorials/index.mdx

+11-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ import { getChildPageNodes } from '@/utils/getChildPageNodes';
44
export const meta = {
55
title: 'Tutorials',
66
description: 'Tutorials',
7-
platforms: ['android', 'javascript'],
7+
platforms: [
8+
'android',
9+
'angular',
10+
'flutter',
11+
'javascript',
12+
'nextjs',
13+
'react',
14+
'react-native',
15+
'swift',
16+
'vue'
17+
],
818
route: '/[platform]/get-started/tutorials'
919
};
1020

src/pages/[platform]/get-started/tutorials/next-steps.mdx

+11-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,17 @@ import { getCustomStaticPath } from '@/utils/getCustomStaticPath';
33
export const meta = {
44
title: 'Next Steps',
55
description: 'Next Steps',
6-
platforms: ['android', 'javascript']
6+
platforms: [
7+
'android',
8+
'angular',
9+
'flutter',
10+
'javascript',
11+
'nextjs',
12+
'react',
13+
'react-native',
14+
'swift',
15+
'vue'
16+
]
717
};
818

919
export const getStaticPaths = async () => {

src/pages/[platform]/get-started/tutorials/setup-amplify.mdx

+11-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,17 @@ import { getCustomStaticPath } from '@/utils/getCustomStaticPath';
33
export const meta = {
44
title: 'Setup Amplify',
55
description: 'Setup Amplify',
6-
platforms: ['android', 'javascript']
6+
platforms: [
7+
'android',
8+
'angular',
9+
'flutter',
10+
'javascript',
11+
'nextjs',
12+
'react',
13+
'react-native',
14+
'swift',
15+
'vue'
16+
]
717
};
818

919
export const getStaticPaths = async () => {

src/pages/[platform]/get-started/tutorials/setup-fullstack-project.mdx

+11-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,17 @@ import { getCustomStaticPath } from '@/utils/getCustomStaticPath';
33
export const meta = {
44
title: 'Setup fullstack project',
55
description: 'Setup fullstack project',
6-
platforms: ['android', 'javascript']
6+
platforms: [
7+
'android',
8+
'angular',
9+
'flutter',
10+
'javascript',
11+
'nextjs',
12+
'react',
13+
'react-native',
14+
'swift',
15+
'vue'
16+
]
717
};
818

919
export const getStaticPaths = async () => {

0 commit comments

Comments
 (0)