docs
docs copied to clipboard
feat [docs]: Add More Glossary Terms to Testing Glossary Page
Overview
This PR enhances the Testing Glossary Page as described in issue #2770. The main improvements are:
- Added an interactive modal for glossary terms, allowing users to view definitions without leaving the page.
- Fixed a typo in the "Stubs" glossary entry (
ink→link).
What’s Changed
1. Interactive Modal for Glossary Terms
-
Feature: Clicking any glossary card now opens a modal displaying:
- The term’s name
- The full description/definition
- A “Read more” button that links to the detailed page (opens in a new tab)
- Benefit: Users can quickly view definitions in context, improving the glossary’s usability and accessibility.
2. Data Consistency
- Fixed a typo in the "Stubs" entry in
static/data/glossaryEntries.js(ink→link).
Implementation Notes
- The modal is accessible and can be closed by clicking outside or using the close button.
- The alphabetical structure and consistent styling are preserved.
- No breaking changes; all previous glossary features remain intact.
Screenshots
Related Issue
close #2770
Hey @Kunal-Darekar, Thank you for raising the pr. Our team will review the changes before that please make sure to sign the DCO
Hey @Kunal-Darekar, we don't need to change the Glossary component, but the entries is the real issues can you please create a another PR or fix the issues only changing the glossary entry? Thanks