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 4 commits 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 |
Signed-off-by: Ali Azan Shah <testingalpha35@gmail.com>
- Grouped rows strictly by lockfile manager type (npm -> pnpm -> Yarn) - Fully alphabetized all project entries within their respective categories - Cleaned up duplicate entries and fixed the trailing newline formatting Signed-off-by: Ali Azan Shah <testingalpha35@gmail.com>
|
Hi @sonukapoor, Quick update on this PR:
All CI builds, security scans, and tests are passing cleanly now. Ready for final review! |
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