docs: sort case studies table by lockfile type and project name#577
docs: sort case studies table by lockfile type and project name#577kira88-code wants to merge 1 commit into
Conversation
|
Hi @sonukapo0r, I've updated the case studies index table according to the acceptance criteria. The entries are now strictly grouped by lockfile type (npm, pnpm, then yarn) and alphabetized within each group. I also verified the changes locally using both the development server and a clean production build ( Let me know if this looks good to go! |
|
Looks good - clean sort with no content changes. One small fix needed before merge: the file is missing a newline at the end (shown as |
|
Hi @sonukapoor, Quick update on this PR:
All CI builds, security scans, and tests are passing cleanly now. Ready for final review! |
|
Just a reminder - still needs two things before merge: a trailing newline at the end of |
|
This branch is behind main — could you rebase against main and force-push? Thanks! |
3e01a68 to
32caad4
Compare
|
Hi @sonukapoor, I’ve pulled the latest upstream changes, rebased the branch, and integrated the new entry into the sorted table. The table is now fully grouped, alphabetized, and includes the trailing newline. Ready for your review! |
sonukapoor
left a comment
There was a problem hiding this comment.
Sorting looks correct — npm first, then pnpm, then Yarn Classic, alphabetical within each group. Just needs a rebase against main before we can merge.
|
Approved — please rebase against main and force-push, then we can merge. |
Summary of Changes
Resolved the case studies navigation issue by reordering and grouping the index table rows in
website/docs/case-studies/index.mdbased on the specified lockfile criteria.npm➔pnpm➔Yarn.Local Verification
npm run startinside thewebsite/directory to visually verify flawless UI rendering.npm run buildwithin thewebsite/folder, ensuring the Docusaurus configuration compiles cleanly with zero syntax or markdown errors.Closes #544