docs: add missing alt attributes to documentation images

Add context-aware alt text to 36 images across 20 MDX files flagged
by mint a11y. Descriptions are derived from each image's caption and
surrounding step text. Part of fosrl/docs-v2#116.
This commit is contained in:
anjan713
2026-07-12 20:21:01 -07:00
parent 656e9495b6
commit 5d6448aafa
20 changed files with 36 additions and 36 deletions
+2 -2
View File
@@ -18,13 +18,13 @@ By default, any client configured with valid credentials can connect to an organ
When device approvals are enabled, the first time a user connects a new device to the organization, the device will be marked as "Pending Approval." An administrator must then review and approve the device in the management console before it can access organization resources.
<Frame>
<img src="/images/device_waiting_approval.png" />
<img src="/images/device_waiting_approval.png" alt="Device marked pending approval in the Pangolin dashboard" />
</Frame>
All approvals can also be managed from a central page as they stream in to allow admins to approve or deny devices quickly.
<Frame>
<img src="/images/approvals_page.png" />
<img src="/images/approvals_page.png" alt="Approvals page listing pending devices in the Pangolin dashboard" />
</Frame>
## Enabling Device Approvals
+1 -1
View File
@@ -18,7 +18,7 @@ Because the global user exists and a perorganization user exists, a user invi
When removing a user from an organization, their account still exists. To completely delete their account, visit the server admin panel as the server admin and delete the global user in the users table.
<Frame>
<img src="/images/users-table.png" centered/>
<img src="/images/users-table.png" alt="Users table in the Pangolin dashboard" centered/>
</Frame>
### Internal Users
+1 -1
View File
@@ -45,7 +45,7 @@ This is why the two URLs often look different:
- The **Access Token Usage** examples use the resource URL directly.
<Frame>
<img src="/images/links-access-token-usage.png" />
<img src="/images/links-access-token-usage.png" alt="Access token usage examples for a shareable link" />
</Frame>
### Query Parameter
+2 -2
View File
@@ -29,7 +29,7 @@ Custom organization authentication pages let you serve the login page at your ow
- Direct access to the Pangolin management dashboard
<Frame>
<img src="/images/org-auth-page.png" />
<img src="/images/org-auth-page.png" alt="Organization login page with multiple login methods" />
</Frame>
## Configuration
@@ -43,5 +43,5 @@ You need to add a custom domain to your organization first. Free domains (`*.tun
</Note>
<Frame>
<img src="/images/set-org-auth-page-domain.png" />
<img src="/images/set-org-auth-page-domain.png" alt="Domain picker for the auth page in Pangolin settings" />
</Frame>