Fix: Open tutorial GIFs in lightbox overlay instead of new tab [#173]#174
Fix: Open tutorial GIFs in lightbox overlay instead of new tab [#173]#174Tharindu-Senanayake12 wants to merge 2 commits intowso2:mainfrom
Conversation
WalkthroughUpdated three HTML anchor elements wrapping screenshot images in the quick-start guide documentation by adding the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
en/docs/quick-start-guides/develop-your-first-event-integration.md (1)
47-68: Consider more specific alt text per GIF for accessibility.All three images currently use the same alt text (
Add Configurations), but they represent different steps. More specific alt text would improve screen-reader clarity.♿ Optional refinement
-<a href="{{base_path}}/assets/img/get-started/deploy-your-first-event-integration/add-configurables.gif" class="glightbox"><img src="{{base_path}}/assets/img/get-started/deploy-your-first-event-integration/add-configurables.gif" alt="Add Configurations" width="80%"></a> +<a href="{{base_path}}/assets/img/get-started/deploy-your-first-event-integration/add-configurables.gif" class="glightbox"><img src="{{base_path}}/assets/img/get-started/deploy-your-first-event-integration/add-configurables.gif" alt="Adding configuration variables in WSO2 Integrator: BI" width="80%"></a> -<a href="{{base_path}}/assets/img/get-started/deploy-your-first-event-integration/add-event-listener.gif" class="glightbox"><img src="{{base_path}}/assets/img/get-started/deploy-your-first-event-integration/add-event-listener.gif" alt="Add Configurations" width="80%"></a> +<a href="{{base_path}}/assets/img/get-started/deploy-your-first-event-integration/add-event-listener.gif" class="glightbox"><img src="{{base_path}}/assets/img/get-started/deploy-your-first-event-integration/add-event-listener.gif" alt="Creating RabbitMQ event listener configuration" width="80%"></a> -<a href="{{base_path}}/assets/img/get-started/deploy-your-first-event-integration/implement-event-handler.gif" class="glightbox"><img src="{{base_path}}/assets/img/get-started/deploy-your-first-event-integration/implement-event-handler.gif" alt="Add Configurations" width="80%"></a> +<a href="{{base_path}}/assets/img/get-started/deploy-your-first-event-integration/implement-event-handler.gif" class="glightbox"><img src="{{base_path}}/assets/img/get-started/deploy-your-first-event-integration/implement-event-handler.gif" alt="Implementing the onMessage event handler flow" width="80%"></a>🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@en/docs/quick-start-guides/develop-your-first-event-integration.md` around lines 47 - 68, The three GIFs use the identical alt text "Add Configurations", which is not descriptive for screen readers; update the alt attributes for the <img> elements referencing add-configurables.gif, add-event-listener.gif, and implement-event-handler.gif to concise, specific descriptions that reflect the step shown (e.g., "Open Add Configurables dialog", "Create RabbitMQ event listener queue", "Implement onMessage handler with Log Info node"), replacing the current alt values so each image has unique, meaningful alt text.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@en/docs/quick-start-guides/develop-your-first-event-integration.md`:
- Around line 47-68: The three GIFs use the identical alt text "Add
Configurations", which is not descriptive for screen readers; update the alt
attributes for the <img> elements referencing add-configurables.gif,
add-event-listener.gif, and implement-event-handler.gif to concise, specific
descriptions that reflect the step shown (e.g., "Open Add Configurables dialog",
"Create RabbitMQ event listener queue", "Implement onMessage handler with Log
Info node"), replacing the current alt values so each image has unique,
meaningful alt text.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 64ada52b-5b71-4d8d-af00-29b7b8aa7a39
📒 Files selected for processing (1)
en/docs/quick-start-guides/develop-your-first-event-integration.md
Purpose
Goals
Approach
User stories
Release note
Documentation
Training
Certification
Marketing
Automation tests
Security checks
Samples
Related PRs
Migrations (if applicable)
Test environment
Learning
Summary by CodeRabbit