docs(examples): fix nuxt3 README links and commands#10227
docs(examples): fix nuxt3 README links and commands#10227grzdev wants to merge 2 commits intoTanStack:mainfrom
Conversation
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughUpdated the Nuxt3 example README: replaced v3.nuxtjs.org URLs with nuxt.com/docs/3.x/getting-started paths and changed package manager commands from Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested labels
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
View your CI Pipeline Execution ↗ for commit f07cda2
☁️ Nx Cloud last updated this comment at |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@examples/vue/nuxt3/README.md`:
- Line 3: Polish the README user-facing copy: change the sentence "We recommend
to look at the [documentation](...)" to "We recommend looking at the
[documentation](...)" and update the sentence "Check out the [Nuxt 3 docs](...)"
(or similar copy around the bottom of the file that currently reads "Check out
…") to "Check out …" with the corrected phrasing; locate and edit the existing
text strings in examples/vue/nuxt3/README.md so the two occurrences use "We
recommend looking at …" and "Check out …" respectively.
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 2a72d158-fe21-4d76-8932-3a2161ba6ed9
📒 Files selected for processing (1)
examples/vue/nuxt3/README.md
🎯 Changes
What
Fixes outdated Nuxt documentation links and updates package manager commands in the examples/vue/nuxt3 README.
Why
The README referenced the old Nuxt documentation domain:
https://v3.nuxtjs.org
This domain now redirects and some pages (such as deployment docs) return a 404. Updating the links to the current Nuxt documentation ensures readers are directed to working resources.
The README also referenced yarn commands, while this repository uses pnpm (packageManager: pnpm@10.24.0). Updating the commands keeps the example consistent with the repo standard.
Changes
Scope
Docs-only change. No package/runtime changes.
✅ Checklist
pnpm run test:pr.🚀 Release Impact
Summary by CodeRabbit