docs: add EdgeOne Pages deploy guide - #2372
Conversation
|
@Ibochkarev is attempting to deploy a commit to the Nuxt Team on Vercel. A member of the Team first needs to authorize it. |
|
Warning Review limit reached
Next review available in: 30 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughAdded a deployment documentation page for Nuxt applications on EdgeOne Pages. The page defines hosting metadata, documents the Estimated code review effort: 1 (Trivial) | ~5 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🧹 Nitpick comments (1)
content/deploy/edgeone.md (1)
22-28: 📐 Maintainability & Code Quality | 🔵 Trivial | ⚡ Quick winUse the EdgeOne Makers deploy command.
The current EdgeOne CLI documentation recommends
edgeone makers;edgeone pagesis available only during the legacy transition. Update this example or mark it as the legacy equivalent.Proposed fix
-edgeone pages deploy +edgeone makers deploy🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@content/deploy/edgeone.md` around lines 22 - 28, Update the EdgeOne deployment example in the documentation to use the current `edgeone makers` deploy command instead of `edgeone pages deploy`. If retaining the existing command, clearly label it as the legacy equivalent and document the Makers command as the recommended path.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@content/deploy/edgeone.md`:
- Line 6: Update the nitroPreset frontmatter value in the EdgeOne deployment
guide from edgeone to edgeone-pages so it matches the NITRO_PRESET value used
later in the guide.
---
Nitpick comments:
In `@content/deploy/edgeone.md`:
- Around line 22-28: Update the EdgeOne deployment example in the documentation
to use the current `edgeone makers` deploy command instead of `edgeone pages
deploy`. If retaining the existing command, clearly label it as the legacy
equivalent and document the Makers command as the recommended path.
🪄 Autofix
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: 3bc89803-7bed-4a91-8ff1-32bb227a9233
⛔ Files ignored due to path filters (1)
public/assets/integrations/edgeone.pngis excluded by!**/*.png
📒 Files selected for processing (1)
content/deploy/edgeone.md
🔗 Linked issue
Fixes #2127
📚 Description
EdgeOne Pages has a Nitro preset (
edgeone-pages) but no card on nuxt.com/deploy yet. People looking for Tencent EdgeOne hosting had to dig into Nitro docs alone.I added an EdgeOne Pages deploy guide covering the console flow with
NITRO_PRESET=edgeone-pages, the EdgeOne CLI, and links to the EdgeOne Nuxt guide and Nitro preset docs.