-
-
Notifications
You must be signed in to change notification settings - Fork 45
ux: sort case studies index table by lockfile type #544
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationfirst-timers-onlyReserved for contributors making their first contribution to this projectReserved for contributors making their first contribution to this projectgood first issueGood for newcomersGood for newcomers
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationfirst-timers-onlyReserved for contributors making their first contribution to this projectReserved for contributors making their first contribution to this projectgood first issueGood for newcomersGood for newcomers
Type
Fields
Give feedbackNo fields configured for issues without a type.
Background
The case studies index at
website/docs/case-studies/index.mdlists projects in the order they were merged. As the portfolio grows this becomes harder to navigate. Sorting by lockfile type (npm → pnpm → yarn → bun) groups related projects together and makes it easier for users to find examples relevant to their package manager.What to build
Reorder the rows in the table in
website/docs/case-studies/index.mdso entries are sorted by lockfile type, then alphabetically within each group:Current table location
website/docs/case-studies/index.md— the markdown table starting with| Project | Lockfile | Key finding |Acceptance criteria
npm run buildinwebsite/)