Skip to content

fix: redirections to api reference#243

Merged
danciaclara merged 2 commits intomasterfrom
fix-api-reference-redirection
Mar 12, 2026
Merged

fix: redirections to api reference#243
danciaclara merged 2 commits intomasterfrom
fix-api-reference-redirection

Conversation

@sriramveeraghanta
Copy link
Member

@sriramveeraghanta sriramveeraghanta commented Mar 11, 2026

Summary by CodeRabbit

  • Chores
    • Updated routing configuration to add two redirects: "/api-reference" → "/api-reference/introduction" and "/self-hosting" → "/self-hosting/overview".
    • No other routes were removed or modified; these additions ensure users visiting the root paths are sent to the appropriate overview/introduction pages.

@vercel
Copy link

vercel bot commented Mar 11, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
developer-docs Ready Ready Preview, Comment Mar 12, 2026 7:54am

Request Review

@coderabbitai
Copy link

coderabbitai bot commented Mar 11, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 92ccaa7b-a51f-479b-90f0-15ccc87a24f3

📥 Commits

Reviewing files that changed from the base of the PR and between bdc7dd2 and 48ef651.

📒 Files selected for processing (1)
  • vercel.json
🚧 Files skipped from review as they are similar to previous changes (1)
  • vercel.json

📝 Walkthrough

Walkthrough

Two new URL redirects were added to the Vercel configuration: /api-reference/api-reference/introduction and /self-hosting/self-hosting/overview, appended to the existing redirects array in vercel.json.

Changes

Cohort / File(s) Summary
Vercel Configuration
vercel.json
Added two redirect entries to the redirects array: { "source": "/api-reference", "destination": "/api-reference/introduction" } and { "source": "/self-hosting", "destination": "/self-hosting/overview" }.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 I hopped through the config, tidy and bright,
Two paths now redirect in morning light,
From reference and self-hosting they steer,
Straight to introductions—gentle and clear,
A small hop, a smooth route, and cheers! 🎉

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'fix: redirections to api reference' is partially related to the changeset. It mentions fixing redirections and API reference, but omits the second redirect to '/self-hosting' which represents half of the actual changes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix-api-reference-redirection

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@danciaclara danciaclara merged commit 20f16e4 into master Mar 12, 2026
8 checks passed
@danciaclara danciaclara deleted the fix-api-reference-redirection branch March 12, 2026 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants