Skip to content

Commit 4a35673

Browse files
committed
update grammer and add description to video
1 parent 56dbcb3 commit 4a35673

File tree

3 files changed

+13
-12
lines changed
  • src/pages/[platform]/build-a-backend

3 files changed

+13
-12
lines changed

src/pages/[platform]/build-a-backend/auth/manage-users/with-amplify-console/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,20 @@ export function getStaticProps(context) {
3030
};
3131
}
3232

33-
The **User management** page in the Amplify Console provides a user-friendly interface for managing your application's users. You can create and manage users and groups, edit user attributes, and suspend users.
33+
The **User management** page in the Amplify console provides a user-friendly interface for managing your application's users. You can create and manage users and groups, edit user attributes, and suspend users.
3434

35-
If you have not yet created a **Auth** resource, visit the [Auth setup guide](/[platform]/build-a-backend/auth/set-up-auth/)
35+
If you have not yet created an **auth** resource, visit the [Auth setup guide](/[platform]/build-a-backend/auth/set-up-auth/).
3636

3737
## Access User management
3838

39-
After you've deployed your **Auth** resource, you can access the manager on Amplify Console.
39+
After you've deployed your auth resource, you can access the manager on Amplify Console.
4040

4141
1. Log in to the [Amplify console](https://console.aws.amazon.com/amplify/home) and choose your app.
4242
2. Select the branch you would like to access.
4343
3. Select **Authentication** from the left navigation bar.
4444
4. Then, select **User management**.
4545

46-
<Video src="/images/gen2/manage/user-manager.mp4"/>
46+
<Video src="/images/gen2/manage/user-manager.mp4" description="Video - [Access user manager on Amplify console]"/>
4747

4848
### To create a user
4949

src/pages/[platform]/build-a-backend/data/manage-with-amplify-console/index.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,25 @@ export function getStaticProps(context) {
3232

3333
The **Data manager** page in the Amplify Console offers a user-friendly interface for managing the backend GraphQL API data of an application. It enables real-time creation and updates of application data, eliminating the need to build separate admin views.
3434

35-
If you have not yet created a **Data** resource, visit the [Data setup guide](/[platform]/build-a-backend/data/set-up-data/)
35+
If you have not yet created a **data** resource, visit the [Data setup guide](/[platform]/build-a-backend/data/set-up-data/).
3636

3737
## Access Data manager
3838

39-
After you've deployed your **Data** resource, you can access the manager on Amplify Console.
39+
After you've deployed your data resource, you can access the manager on Amplify console.
4040

4141
1. Log in to the [Amplify console](https://console.aws.amazon.com/amplify/home) and choose your app.
4242
2. Select the branch you would like to access.
4343
3. Select **Data** from the left navigation bar.
4444
4. Then, select **Data manager**.
4545

46-
<Video src="/images/gen2/manage/data-manager.mp4"/>
46+
<Video src="/images/gen2/manage/data-manager.mp4" description="Video - Access data manager on Amplify console"/>
4747

4848
### To create a record
4949

5050
1. On the **Data manager** page, select a table from the **Select table** dropdown. For this example, we are using a *Todo* table.
5151
2. Select **Create Todo**.
52-
3. In the **Add Todo** pane, specify your custom values for the fields in the table. For example, enter *my first todo* for the *Content* field and toggle the *Is done* field, 4. Then select **Submit**.
52+
3. In the **Add Todo** pane, specify your custom values for the fields in the table. For example, enter *my first todo* for the *Content* field and toggle the *Is done* field.
53+
4. Select **Submit**.
5354

5455
### To update a record
5556

src/pages/[platform]/build-a-backend/storage/manage-with-amplify-console/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@ export function getStaticProps(context) {
3030
};
3131
}
3232

33-
The **File storage** page in the Amplify Console provides a user-friendly interface for managing your application's backend file storage. It allows for efficient testing and management of your files.
33+
The **File storage** page in the Amplify console provides a user-friendly interface for managing your application's backend file storage. It allows for efficient testing and management of your files.
3434

35-
If you have not yet created a **Storage** resource, visit the [Storage setup guide](/[platform]/build-a-backend/storage/set-up-storage/)
35+
If you have not yet created a **storage** resource, visit the [Storage setup guide](/[platform]/build-a-backend/storage/set-up-storage/).
3636

3737
## Access File storage
3838

39-
After you've deployed your **Storage** resource, you can access the manager on Amplify Console.
39+
After you've deployed your storage resource, you can access the manager on Amplify Console.
4040

4141
1. Log in to the [Amplify console](https://console.aws.amazon.com/amplify/home) and choose your app.
4242
2. Select the branch you would like to access.
4343
3. Select **Storage** from the left navigation bar.
4444

45-
<Video src="/images/gen2/manage/storage-manager.mp4"/>
45+
<Video src="/images/gen2/manage/storage-manager.mp4" description="Video - Access storage manager on Amplify console"/>
4646

4747
### To upload a file
4848

0 commit comments

Comments
 (0)