Skip to content

Commit 51ed316

Browse files
authored
Hdworld111/improve getting started text (#7629)
* update quickstart text for data manager * replace data manager image with mp4
1 parent de729d6 commit 51ed316

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed
881 KB
Binary file not shown.

src/pages/[platform]/start/quickstart/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ Let's take a tour of the project structure in this starter repository by opening
348348

349349
In the Amplify console, click into the deployment branch (in this case **main**) > select **Data** in the left-hand menu > **Data manager** to see the data entered in your database.
350350

351-
![Amplify data manager user interface showing the ToDo model with two to do instances](/images/gen2/getting-started/data-manager.png)
351+
<Video src="/images/gen2/getting-started/amplify-console-data-manager.mp4" />
352352

353353
## Make frontend updates
354354

@@ -672,7 +672,7 @@ Let's take a tour of the project structure in this starter repository by opening
672672

673673
In the Amplify console, click into the deployment branch (in this case **main**) > select **Data** in the left-hand menu > **Data manager** to see the data entered in your database.
674674

675-
![Amplify data manager user interface showing the ToDo model with two to do instances](/images/gen2/getting-started/data-manager.png)
675+
<Video src="/images/gen2/getting-started/amplify-console-data-manager.mp4" />
676676

677677
## Make frontend updates
678678

@@ -991,7 +991,7 @@ Let's take a tour of the project structure in this starter repository by opening
991991

992992
In the Amplify console, click into the deployment branch (in this case **main**) > select **Data** in the left-hand menu > **Data manager** to see the data entered in your database.
993993

994-
![Amplify data manager user interface showing the ToDo model with two to do instances](/images/gen2/getting-started/data-manager.png)
994+
<Video src="/images/gen2/getting-started/amplify-console-data-manager.mp4" />
995995

996996
## Make frontend updates
997997

src/pages/[platform]/start/quickstart/nextjs-app-router-client-components/index.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@ Let's take a tour of the project structure in this starter repository by opening
9696

9797
In the Amplify console, click into the deployment branch (in this case **main**) > select **Data** in the left-hand menu > **Data manager** to see the data entered in your database.
9898

99-
![Amplify data manager user interface showing the ToDo model with two to do instances](/images/gen2/getting-started/data-manager.png)
100-
99+
<Video src="/images/gen2/getting-started/amplify-console-data-manager.mp4" />
101100

102101
## Make frontend updates
103102

src/pages/[platform]/start/quickstart/nextjs-pages-router/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Let's take a tour of the project structure in this starter repository by opening
9797

9898
In the Amplify console, click into the deployment branch (in this case **main**) > select **Data** in the left-hand menu > **Data manager** to see the data entered in your database.
9999

100-
![Amplify data manager user interface showing the ToDo model with two to do instances](/images/gen2/getting-started/data-manager.png)
100+
<Video src="/images/gen2/getting-started/amplify-console-data-manager.mp4" />
101101

102102

103103
## Make frontend updates

0 commit comments

Comments
 (0)