Add automated glossary linking with complete term coverage#88
Open
solzlivinglife wants to merge 6 commits intorobotframework:mainfrom
Open
Add automated glossary linking with complete term coverage#88solzlivinglife wants to merge 6 commits intorobotframework:mainfrom
solzlivinglife wants to merge 6 commits intorobotframework:mainfrom
Conversation
|
🚀 Preview deployed to https://robotframework-RFCP-syllabus-pr-88.surge.sh/robotframework-RFCP-syllabus/ |
leeuwe
requested changes
Apr 20, 2026
|
|
||
| :::: | ||
|
|
||
| All arguments that are defined after a :term[Variable Number of Positional Arguments] (`*varargs`) are :term[Named-Only Arguments]{term="Named-Only Argument"}. |
Member
Implement GlossaryTerm React component per reviewer feedback
- Created GlossaryTerm.tsx component with hover tooltips - Added GlossaryTerm.module.css for styling with dotted underlines - Updated glossary linker to output component format instead of markdown links - Uses placeholder system to prevent nested components - Excludes :term[] directives, code blocks, headings, and existing links - Skips learning_objectives.md (reference table) - Auto-adds import statements to modified files - Supports plural/singular matching and case-insensitive linking - ~412 glossary links across 31 files
cbec970 to
2a4cb0d
Compare
|
🚀 Preview deployed to https://robotframework-RFCP-syllabus-pr-88.surge.sh/robotframework-RFCP-syllabus/ |
Member
|
There should not happen any renumbering of Learning Objectives and please do not use the glossary technique in Learning Objectives. |
Member
|
In the glossary it not says everywhere However, that should be: This is part of a docusaurus plugin, which makes for the right formatting |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Features: