Skip to content

Commit 8be7f89

Browse files
katiekleinkatiegoines
andauthored
a11y-remove alt text for decorative image (#7836)
* remove alt text for decorative image * mark images as decorative --------- Co-authored-by: katiegoines <[email protected]>
1 parent 279ce2c commit 8be7f89

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

src/pages/[platform]/build-a-backend/storage/use-with-custom-s3/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ backend.addOutput({
114114

115115
To ensure the local **amplify_outputs.json** file is up-to-date, you can run [the npx ampx generate outputs command](/[platform]/reference/cli-commands/#npx-ampx-generate-outputs) or download the latest **amplify_outputs.json** from the Amplify console as shown below.
116116

117-
![outputs](/images/gen2/getting-started/react/amplify-outputs-download.png)
117+
![](/images/gen2/getting-started/react/amplify-outputs-download.png)
118118

119119
</InlineFilter>
120120

src/pages/[platform]/start/account-setup/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ Follow the steps below if **you have never set up AWS profiles before**. If you
7979

8080
Sign in to the AWS Console to access [IAM Identity Center page](https://console.aws.amazon.com/singlesignon/home) and choose **Enable**.
8181

82-
![AWS IAM Identity Center page indicating the "enable" button.](/images/gen2/account-setup/sso-enable.png)
82+
![](/images/gen2/account-setup/sso-enable.png)
8383

8484
A dialog will open, prompting you to "Choose how to configure IAM Identity Center in your AWS environment." Select **Enable with AWS Organizations** and choose **Continue**.
8585

86-
![AWS IAM Identity Center enable dialog with AWS Organizations, indicating to "continue".](/images/gen2/account-setup/sso-enable-dialog.png)
86+
![](/images/gen2/account-setup/sso-enable-dialog.png)
8787

8888
Next, we are going to automate a number of steps that simulate the operations of setting up a user in the IAM Identity Center console. To get started open CloudShell, located in the console footer.
8989

@@ -179,7 +179,7 @@ Now create a password for the user that we need for the next step. In the IdC co
179179

180180
Check your email (make sure you also check your spam folder). Click on the _Reset password_ link and choose a password of your choice. When signing in make sure to use _amplify-admin_ as the _Username_.
181181

182-
![AWS IAM Identity Center password reset.](/images/gen2/account-setup/sso-reset-password.png)
182+
![](/images/gen2/account-setup/sso-reset-password.png)
183183

184184
## Finish local setup
185185

@@ -305,7 +305,7 @@ Bootstrapping is the process of provisioning resources for the AWS CDK before yo
305305

306306
During the first-time setup, `npx ampx sandbox` will ask you to sign in to the AWS Management Console. You must sign in as the account root user or as a user that has AdministratorAccess. Once signed in, you will be redirected to the Amplify console. On the **Create new app** page, choose **Initialize setup now**. It may take a few minutes for the bootstrapping process to complete.
307307

308-
![Create new app page in Amplify console with the Initialize setup now button.](/images/gen2/account-setup/profile5.png)
308+
![](/images/gen2/account-setup/profile5.png)
309309

310310
## Success
311311

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ Now let's set up our local development environment to add features to the fronte
362362

363363
At the bottom of the page you will see a tab for **Deployed backend resources**. Click on the tab and then click the **Download amplify_outputs.json file** button.
364364

365-
![outputs](/images/gen2/getting-started/react/amplify-outputs-download.png)
365+
![](/images/gen2/getting-started/react/amplify-outputs-download.png)
366366

367367
Clone the repository locally.
368368

@@ -686,7 +686,7 @@ Now let's set up our local development environment to add features to the fronte
686686

687687
At the bottom of the page you will see a tab for **Deployed backend resources**. Click on the tab and then click the **Download amplify_outputs.json file** button.
688688

689-
![outputs](/images/gen2/getting-started/react/amplify-outputs-download.png)
689+
![](/images/gen2/getting-started/react/amplify-outputs-download.png)
690690

691691
Clone the repository locally.
692692

@@ -1005,7 +1005,7 @@ Now let's set up our local development environment to add features to the fronte
10051005

10061006
At the bottom of the page you will see a tab for **Deployed backend resources**. Click on the tab and then click the **Download amplify_outputs.json file** button.
10071007

1008-
![outputs](/images/gen2/getting-started/react/amplify-outputs-download.png)
1008+
![](/images/gen2/getting-started/react/amplify-outputs-download.png)
10091009

10101010
Clone the repository locally.
10111011

@@ -2228,7 +2228,7 @@ In **Select a Project Template**, select **Empty Activity** or **Empty Compose A
22282228

22292229
On the **Deployed backend resources**, choose **Download outputs file** to download the `amplify_outputs.json` file that contains identifiers for all the deployed backend resources.
22302230

2231-
![outputs](/images/gen2/getting-started/react/amplify-outputs-download.png)
2231+
![](/images/gen2/getting-started/react/amplify-outputs-download.png)
22322232

22332233

22342234
Now move the `amplify_outputs.json` file you downloaded above to `app/src/main/res/raw` in your Android project. You will now be able to connect to this backend.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Now let's set up our local development environment to add features to the fronte
110110

111111
At the bottom of the page you will see a tab for **Deployed backend resources**. Click on the tab and then click the **Download amplify_outputs.json file** button.
112112

113-
![outputs](/images/gen2/getting-started/react/amplify-outputs-download.png)
113+
![](/images/gen2/getting-started/react/amplify-outputs-download.png)
114114

115115
Clone the repository locally.
116116

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Now let's set up our local development environment to add features to the fronte
112112

113113
At the bottom of the page you will see a tab for **Deployed backend resources**. Click on the tab and then click the **Download amplify_outputs.json file** button.
114114

115-
![outputs](/images/gen2/getting-started/react/amplify-outputs-download.png)
115+
![](/images/gen2/getting-started/react/amplify-outputs-download.png)
116116

117117
Clone the repository locally.
118118

0 commit comments

Comments
 (0)