From f3c16121409024346a21b0f33c90639a6cb5e729 Mon Sep 17 00:00:00 2001 From: Ali Spittel Date: Tue, 7 May 2024 15:43:53 -0600 Subject: [PATCH 1/2] rename sandbox --- .../deploy-and-host/sandbox-environments/setup/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/[platform]/deploy-and-host/sandbox-environments/setup/index.mdx b/src/pages/[platform]/deploy-and-host/sandbox-environments/setup/index.mdx index b66735174cf..24b329526d9 100644 --- a/src/pages/[platform]/deploy-and-host/sandbox-environments/setup/index.mdx +++ b/src/pages/[platform]/deploy-and-host/sandbox-environments/setup/index.mdx @@ -1,7 +1,7 @@ import { getCustomStaticPath } from '@/utils/getCustomStaticPath'; export const meta = { - title: 'Local development', + title: 'Sandbox Set Up', description: 'Set up a cloud sandbox environment on your machine.', platforms: [ 'android', @@ -28,7 +28,7 @@ export function getStaticProps(context) { }; } -Amplify gives every developer a personal cloud sandbox environment that provides isolated development spaces to rapidly build, test, and iterate on a fullstack app. You and each developer on your team gets their own disposable sandbox environment connected to cloud resources. +You can use a personal cloud sandbox environment that provides an isolated development space to rapidly build, test, and iterate on a fullstack app. Each developer on your team can use their own disposable sandbox environment connected to cloud resources. From a75e6c6d3e44c98d618cd83009ff8e32d4488c41 Mon Sep 17 00:00:00 2001 From: Ali Spittel Date: Wed, 8 May 2024 10:20:39 -0600 Subject: [PATCH 2/2] Update index.mdx --- .../deploy-and-host/sandbox-environments/setup/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/[platform]/deploy-and-host/sandbox-environments/setup/index.mdx b/src/pages/[platform]/deploy-and-host/sandbox-environments/setup/index.mdx index 24b329526d9..4b3d7b7a378 100644 --- a/src/pages/[platform]/deploy-and-host/sandbox-environments/setup/index.mdx +++ b/src/pages/[platform]/deploy-and-host/sandbox-environments/setup/index.mdx @@ -1,8 +1,8 @@ import { getCustomStaticPath } from '@/utils/getCustomStaticPath'; export const meta = { - title: 'Sandbox Set Up', - description: 'Set up a cloud sandbox environment on your machine.', + title: 'Use cloud sandbox in dev environment', + description: 'Set up a cloud sandbox environment you can use with your frontend dev environment.', platforms: [ 'android', 'angular',