DOCS-1497 - Use Claude Code to replace image alt text that is “icon” or “thumbnail” with meaningful text#6509
DOCS-1497 - Use Claude Code to replace image alt text that is “icon” or “thumbnail” with meaningful text#6509
Conversation
|
Reviewer, to make the PR a little easier to review, I asked Claude Code to compile a list of the changes in this file: alt-text-complete-changes-table.md You can view the file in Visual Studio Code in markdown preview mode: |
|
Thanks for the comprehensive documentation! I've reviewed the alt text changes and found some issues that need correction. Out of 1,998 changes, approximately 36 🚨 Critical Issues - Must Fix (6 entries)
File: docs/alerts/webhook-connections/index.md
File: docs/integrations/amazon-aws/api-gateway.md
File: docs/observability/aws/integrations/aws-api-gateway.md
File: docs/apm/traces/advanced-configuration/correlate-logs.md
File: docs/apm/traces/get-started-transaction-tracing/index.md (appears twice in this file)
File: docs/alerts/monitors/index.md
File: docs/api/muting-schedules.md
File: docs/api/about-apis/getting-started.md
File: docs/api/index.md
File: docs/integrations/index.md
These need verification against official product naming. If these match official Azure/Microsoft branding, keep as-is. Otherwise, "for" should be lowercase: Files with "For" capitalization:
Azure product names (check official branding):
Plus 8 more instances in: docs/integrations/microsoft-azure/index.md
File: docs/alerts/webhook-connections/servicenow/set-up-connections.md
File: docs/integrations/microsoft-azure/azure-database-for-mariadb.md
These include "Transparent" which describes the image file format, not the content: Files to update:
Summary
The bulk of the changes (1,962 out of 1,998) look excellent! These issues represent edge cases where image metadata or technical artifacts leaked into the alt text. |
- Fixed hash ID and CSS class names in alt text - Fixed garbled JavaScript text - Corrected capitalization (And→and, For→for) - Fixed brand name capitalization (ServiceNow, MariaDB) - Removed 'Transparent' descriptor from Linux icons Addresses review feedback on PR #6509
- Remove 'Transparent' descriptor from 2 additional Linux icon references - Files: linux-opentelemetry.md and product-list-a-l.md Follow-up to previous alt text fixes
✅ Fixes AppliedAll alt text issues have been resolved. Here's how the corrections were made: Automated Fix ProcessCreated a bash script (
This automated approach ensured:
Why Two CommitsCommit 1 (
Commit 2 (
All verification checks now pass. The branch is ready for final review. Scripts available in repo root for reference: |
mafsumo
left a comment
There was a problem hiding this comment.
Approving for merge on Monday


Purpose of this pull request
This pull request replaces instances of alt text that are
alt="icon"oralt="thumbnail icon"with meaningful text. I used Claude Code to assist with the task.Select the type of change
Ticket (if applicable)
DOCS-1497