-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
docs: update nuxt.new links to v4 #32639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
WalkthroughThe documentation was updated to change references to online sandbox environments from Nuxt version 3 to version 4. Specifically, URLs in the "Play Online" section and recommendations for creating minimal reproductions now point to version 4 environments on StackBlitz and CodeSandbox. No other content or instructions were modified, and there were no changes to exported or public entities. ✨ Finishing Touches🧪 Generate unit tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
docs/2.guide/3.going-further/3.modules.md (1)
788-796
: Minor wording inconsistency: link hard-codesv4
right before advising against version branding.Line 788 switches the StackBlitz template to
v4
, which is correct.
However, just a few lines below (793-796) the guide says “Do Not Advertise With a Specific Nuxt Version”.
That juxtaposition may confuse readers. Consider adding a parenthetical note such as “(template version only)” or moving the disclaimer above the link to clarify the intent.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
docs/1.getting-started/02.installation.md
(1 hunks)docs/2.guide/3.going-further/3.modules.md
(1 hunks)
🧰 Additional context used
🧠 Learnings (3)
📓 Common learnings
Learnt from: GalacticHypernova
PR: nuxt/nuxt#26468
File: packages/nuxt/src/components/plugins/loader.ts:24-24
Timestamp: 2024-11-05T15:22:54.759Z
Learning: In `packages/nuxt/src/components/plugins/loader.ts`, the references to `resolve` and `distDir` are legacy code from before Nuxt used the new unplugin VFS and will be removed.
docs/1.getting-started/02.installation.md (2)
Learnt from: Tofandel
PR: nuxt/nuxt#0
File: :0-0
Timestamp: 2024-11-11T12:34:22.648Z
Learning: Ensure that AI-generated summaries accurately reflect the key changes in the PR, focusing on notable changes such as the removal of unused imports and variables starting with underscores.
Learnt from: GalacticHypernova
PR: nuxt/nuxt#26468
File: packages/nuxt/src/components/plugins/loader.ts:24-24
Timestamp: 2024-11-05T15:22:54.759Z
Learning: In `packages/nuxt/src/components/plugins/loader.ts`, the references to `resolve` and `distDir` are legacy code from before Nuxt used the new unplugin VFS and will be removed.
docs/2.guide/3.going-further/3.modules.md (3)
Learnt from: Tofandel
PR: nuxt/nuxt#0
File: :0-0
Timestamp: 2024-11-11T12:34:22.648Z
Learning: Ensure that AI-generated summaries accurately reflect the key changes in the PR, focusing on notable changes such as the removal of unused imports and variables starting with underscores.
Learnt from: GalacticHypernova
PR: nuxt/nuxt#26468
File: packages/nuxt/src/components/plugins/loader.ts:24-24
Timestamp: 2024-11-05T15:22:54.759Z
Learning: In `packages/nuxt/src/components/plugins/loader.ts`, the references to `resolve` and `distDir` are legacy code from before Nuxt used the new unplugin VFS and will be removed.
Learnt from: CR
PR: nuxt/nuxt#0
File: .github/copilot-instructions.md:0-0
Timestamp: 2025-06-30T13:48:28.134Z
Learning: Applies to **/*.e2e.{ts,js} : Write end-to-end tests using Playwright and @nuxt/test-utils
🔇 Additional comments (1)
docs/1.getting-started/02.installation.md (1)
12-14
: Update remainingv3
sandbox links tov4
The scan found two remaining
v3
links in the community docs that need updating:• docs/5.community/3.reporting-bugs.md:34
• docs/5.community/3.reporting-bugs.md:35Apply the following patch:
--- a/docs/5.community/3.reporting-bugs.md +++ b/docs/5.community/3.reporting-bugs.md @@ -34,7 +34,7 @@ :card{title="Nuxt on StackBlitz" icon="i-simple-icons-stackblitz" - to="https://nuxt.new/s/v3" target="_blank"} + to="https://nuxt.new/s/v4" target="_blank"} :card{title="Nuxt on CodeSandbox" icon="i-simple-icons-codesandbox" - to="https://nuxt.new/c/v3" target="_blank"} + to="https://nuxt.new/c/v4" target="_blank"}After applying, re-run the grep check to confirm no
v3
links remain.Likely an incorrect or invalid review comment.
🔗 Linked issue
📚 Description
Related to nuxt/nuxt.new#404 and https://discord.com/channels/473401852243869706/1080872789940121732/1395021475697659914