Skip to content

Commit 4149a52

Browse files
authored
add alt text (#1442)
1 parent b5f56dd commit 4149a52

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

api-playground/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If your API pages aren't displaying correctly, check these common configuration
2727
you could encounter this issue. You can convert your document at [editor.swagger.io](https://editor.swagger.io/) (under Edit \> Convert to OpenAPI 3):
2828

2929
<Frame>
30-
![](/images/convert-oas-3.png)
30+
![Screenshot of the Swagger Editor with the Edit menu expanded and the "Convert to OpenAPI 3" menu item highlighted.](/images/convert-oas-3.png)
3131
</Frame>
3232
</Accordion>
3333
<Accordion title="One of my OpenAPI pages is completely blank">

components/update.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Use the `Update` component to display changelog entries, version updates, and re
1414
<img
1515
className="block"
1616
src="https://mintlify-assets.b-cdn.net/hero-light.png"
17-
alt=""
17+
alt="Screenshot of the PearsDB Introduction page as an example of an image in an Update component."
1818
/>
1919
</Frame>
2020

dashboard/sso.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ Use single sign-on to your dashboard via SAML and OIDC. If you use Okta, Google
5959
<Step title="Create an application">
6060
Under `Web and mobile apps`, select `Add custom SAML app` from the `Add app` dropdown.
6161
<Frame>
62-
![](/images/gsuite-add-custom-saml-app.png)
62+
![Screenshot of the Google Workspace SAML application creation page with the "Add custom SAML app" menu item highlighted](/images/gsuite-add-custom-saml-app.png)
6363
</Frame>
6464
</Step>
6565
<Step title="Send us your IdP information">
6666
Copy the provided SSO URL, Entity ID, and x509 certificate and send it to the Mintlify team.
6767
<Frame>
68-
![](/images/gsuite-saml-metadata.png)
68+
![Screenshot of the Google Workspace SAML application page with the SSO URL, Entity ID, and x509 certificate highlighted. The specific values for each of these are blurred out.](/images/gsuite-saml-metadata.png)
6969
</Frame>
7070
</Step>
7171
<Step title="Configure integration">
@@ -76,7 +76,7 @@ Use single sign-on to your dashboard via SAML and OIDC. If you use Okta, Google
7676
* Name ID: `Basic Information > Primary email`
7777

7878
<Frame>
79-
![](/images/gsuite-sp-details.png)
79+
![Screenshot of the Service provider details page with the ACS URL and Entity ID input fields highlighted.](/images/gsuite-sp-details.png)
8080
</Frame>
8181

8282
On the next page, enter the following attribute statements:

deploy/gitlab.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ automatically trigger deployments.
5959
<Steps>
6060
<Step title="Navigate to Settings > Webhooks and click 'Add new Webhook'">
6161
<Frame>
62-
<img src="/images/gitlab/gitlab-webhook.png" />
62+
<img src="/images/gitlab/gitlab-webhook.png" alt="Screenshot of the Webhooks page in the GitLab dashboard." />
6363
</Frame>
6464
</Step>
6565
<Step title="Set up URL and webhook">
@@ -69,7 +69,7 @@ automatically trigger deployments.
6969
<Step title="Paste token">
7070
Paste the Webhook token generated after setting up the connection.
7171
<Frame>
72-
<img src="/images/gitlab/gitlab-show-webtoken.png" />
72+
<img src="/images/gitlab/gitlab-show-webtoken.png" alt="Screenshot of the GitLab connection in the Mintlify dashboard. The Show Webtoken button is highlighted." />
7373
</Frame>
7474
</Step>
7575
<Step title="Select events">
@@ -87,7 +87,7 @@ automatically trigger deployments.
8787

8888
This will help you verify that everything is working correctly and that your documentation will sync properly with your GitLab repository.
8989
<Frame>
90-
<img src="/images/gitlab/gitlab-project-webtoken-test.png" />
90+
<img src="/images/gitlab/gitlab-project-webtoken-test.png" alt="Screenshot of the GitLab Webhooks page. The 'Push events' menu item is highlighted in the 'Test' menu." />
9191
</Frame>
9292

9393
</Step>

0 commit comments

Comments
 (0)