-
Notifications
You must be signed in to change notification settings - Fork 134
feat(docs): add collection description tooltips to Docusaurus collections page #1266
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Summary
The collections overview page at docs/getting-started/collections.md displays a table of available collections with artifact counts and marketplace links. Each collection also has a *.collection.md file containing a richer description of its purpose and contents.
Proposal
Add hover tooltips (or an expandable details row) to the Docusaurus collections page that surface the summary from each collections/*.collection.md file. This would let users understand what each collection offers without navigating away from the overview table.
Suggested Approach
- Parse the first paragraph or frontmatter description from each
*.collection.mdfile - Render as a tooltip on hover over the collection name, or as an expandable accordion row beneath each table entry
- Consider using a Docusaurus MDX component or custom React component similar to the existing
Icons/index.tsxpattern
Context
This idea came out of PR #950 where the collections overview table was enhanced with per-artifact counts and marketplace links. The table provides a quick reference but the one-line descriptions can only convey so much.
Acceptance Criteria
- Collection descriptions are accessible from the overview page without navigating to individual collection docs
- Descriptions stay in sync with
*.collection.mdsource files - Implementation follows existing Docusaurus component conventions
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers