Skip to content

Commit e651616

Browse files
committed
adding block switcher for clarity
1 parent a942dc3 commit e651616

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

src/pages/console/adminui/start.mdx

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,24 @@ AWS Amplify Studio is a visual development environment for building fullstack we
77

88
Amplify Studio is available in the following regions: [Amplify Studio service endpoints](https://docs.aws.amazon.com/general/latest/gr/amplify.html#amplifyadmin_region).
99

10-
## Get started without an AWS account
10+
## Get started with Amplify Studio
11+
12+
<BlockSwitcher>
13+
14+
<Block name="Get started without an AWS account">
1115

1216
If you are new to AWS, you don't need an AWS account to get started. Visit the [Amplify Studio Sandbox](https://sandbox.amplifyapp.com/), where you can build and test your data model, and build React forms, all without logging into AWS.
1317

14-
## Get started with your AWS account
18+
<InternalLinkButton href="https://sandbox.amplifyapp.com/">
19+
<span slot="text">Explore the Sandbox</span>
20+
</InternalLinkButton>
21+
22+
</Block>
1523

16-
If you already have an AWS account, you can begin using all of Amplify Studio's features. After you deploy a backend in Amplify, you can launch Studio from your Amplify project. Your entire team can use Studio to add new features, update app data, and manage users and groups.
24+
<Block name="Get started with your AWS account">
25+
26+
If you already have an AWS account, you can begin using all of Amplify Studio's features. After you deploy a backend in Amplify, you can launch Studio from your Amplify project. [Your entire team can use Studio](access-management/#to-invite-team-members-to-access-a-project) to add new features, update app data, and manage users and groups.
1727

18-
### New Amplify project
1928
To start using Studio, create a new project in Amplify
2029
<InternalLinkButton href="https://console.aws.amazon.com/amplify/home?#/deploy-backend">
2130
<span slot="text">Create New Project</span>
@@ -26,6 +35,10 @@ Next, follow these steps to deploy and launch Amplify Studio:
2635
1. After your app deployment is complete, select the **Backend environments** tab.
2736
1. Select **Launch Studio**. This automatically launches Amplify Studio in a new tab.
2837

38+
</Block>
39+
40+
</BlockSwitcher>
41+
2942
### Log into Studio
3043
If you have an existing Amplify project with Studio already provisioned, you can log into Studio via the following steps:
3144
1. Navigate to the [AWS Amplify Console](https://console.aws.amazon.com/amplify/home)
@@ -40,7 +53,7 @@ Is your app missing from the list? Make sure the correct region is selected in t
4053
</Callout>
4154

4255
### Add Studio to an existing project
43-
If you create a new Amplify project through the CLI, Studio will need to be activated before it can be launched. Use the following steps:
56+
If you have [created a new Amplify project through the CLI](/cli/start/workflows/#initialize-new-project), Studio will need to be activated before it can be launched. Use the following steps:
4457
1. Navigate to the [AWS Amplify Console]("https://console.aws.amazon.com/amplify/home")
4558
1. Select your app from the list of apps
4659
1. Select the **Backend environments** tab
@@ -49,6 +62,7 @@ If you create a new Amplify project through the CLI, Studio will need to be acti
4962
1. After Studio has been successfully provisioned, navigate back your app's information page
5063
1. Select **Launch Studio** to open Studio in a new browser tab
5164

65+
5266
## Next steps
5367

5468
You are ready to start creating and managing your application's backend in Amplify Studio. Recommended next steps:

0 commit comments

Comments
 (0)