docs: update Parse Server API links#975
Conversation
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR updates all Parse Server API documentation links across the site from ChangesParse Server Documentation Domain Migration
🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 6 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (6 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 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 `@_includes/parse-server/deploying-aws-ubuntu.md`:
- Line 120: The sentence "This are the basic options of the config.json file..."
has incorrect grammar; update it to "These are the basic options of the
config.json file, for the full list you can type `parse-server --help` or refer
to the full options document..." so replace "This are" with "These are" in the
documentation line in _includes/parse-server/deploying-aws-ubuntu.md to fix the
grammar and keep the rest of the sentence unchanged.
🪄 Autofix (Beta)
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
Run ID: bfa27413-8a8f-42a1-9a8a-9434045afeda
📒 Files selected for processing (7)
_config.yml_includes/dart/getting-started.md_includes/flutter/getting-started.md_includes/graphql/getting-started.md_includes/parse-server/deploying-aws-ubuntu.md_includes/parse-server/usage.mdparse-server-api.md
|
Addressed CodeRabbit's grammar suggestion in
|
What changed
/parse-server/api/redirect to the active Parse Server API docs host.parseplatform.org/parse-server/api/...towebsite.parseplatform.org/parse-server/api/....Why
https://parseplatform.org/parse-server/api/currently returns 404, while the same API documentation is available underhttps://website.parseplatform.org/parse-server/api/. This keeps the docs redirect and inline API links usable.Related to #889 and parse-community/parse-server#10460.
Validation
git diff --checkrg -n "https?://parseplatform\\.org/parse-server/api" _config.yml parse-server-api.md _includes -Sreturns no matcheshttps://website.parseplatform.org/parse-server/api/https://website.parseplatform.org/parse-server/api/master/ParseServerOptions.htmlhttps://website.parseplatform.org/parse-server/api/5.2.0/ParseServerOptions.htmlSummary by CodeRabbit