Skip to content

Commit 44e64dd

Browse files
authored
fix: Update Amplfiy Gen 2 quickstart guide (#6835)
* fix: update gen2 quickstart guide * update alt text
1 parent 7387143 commit 44e64dd

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed
-1.14 MB
Binary file not shown.
-34.4 KB
Loading

src/fragments/gen2/quickstart/deploy-and-host.mdx

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ If you already have your project remotely hosted in a Git repository, you can sk
88

99
### Connect branch in the Amplify console
1010

11-
1. To get started with Gen 2, log in to the [AWS console](https://console.aws.amazon.com/console/home?#amplify) and navigate to your preferred Region. (The Amplify console is available in [19 Regions](https://docs.aws.amazon.com/general/latest/gr/amplify.html#amplify_region)).
12-
2. If you have never created apps with Amplify before, choose _Create an app_ from the purple banner (top screenshot). If you have Amplify apps, you can find the option under *New app > Build an app (Gen 2)*.
11+
1. To get started with Gen 2, log in to the [AWS console](https://console.aws.amazon.com/console/home?#amplify) and navigate to your preferred AWS Region. (The Amplify console is available in [19 AWS Regions](https://docs.aws.amazon.com/general/latest/gr/amplify.html#amplify_region)).
12+
2. From the _Public Preview_ banner, choose _Try Amplify Gen 2_.
1313

14-
![gen2](/images/gen2/getting-started/console1.png)
14+
![Amplify Gen 2 console showing the "Public Preview" banner with "Try Amplify Gen 2" button](/images/gen2/getting-started/console1.png)
1515

1616
3. In the Git provider screen, choose _Option 2: Start with an existing app_. Connect the repository you just deployed and pick a branch.
1717

@@ -25,11 +25,6 @@ If you already have your project remotely hosted in a Git repository, you can sk
2525

2626
5. Review all of your settings to ensure everything is set up correctly. Choose _Save and deploy_ to deploy your web app.
2727

28-
<video autoPlay={true} muted={true} loop={true} width="100%">
29-
<source src="/images/gen2/getting-started/console1.mp4" />
30-
</video>
31-
32-
3328
### Manage fullstack branch
3429

3530
The new Amplify console gives you a central place to manage your branches, hosting settings, CI/CD builds, and backend resources. Even though you can access backend resources directly from AWS service consoles, the Amplify console offers built-in user and data administration.

0 commit comments

Comments
 (0)