Skip to content

fix(docs): redirect legacy Draw.io route - #501

Merged
vihar merged 1 commit into
masterfrom
fix/drawio-route
Aug 20, 2026
Merged

fix(docs): redirect legacy Draw.io route#501
vihar merged 1 commit into
masterfrom
fix/drawio-route

Conversation

@vihar

@vihar vihar commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Summary

  • point the Draw.io integration card at the canonical /integrations/draw-io page
  • redirect the stale /integrations/drawio URL so existing links and bookmarks keep working

Root cause

The page has always been generated as /integrations/draw-io, but the integrations overview linked to /integrations/drawio. No redirect covered that stale path, so direct requests returned the VitePress 404 page.

Verification

  • pnpm check
  • pnpm --filter docs build
  • preview request to /integrations/drawio returns 308 to /integrations/draw-io, then 200
  • Draw.io card on /integrations/about navigates to the canonical page

Summary by CodeRabbit

  • Documentation

    • Updated the Draw.io integration link to use the /integrations/draw-io path.
  • Bug Fixes

    • Added a redirect from /integrations/drawio to the updated integration page, preserving access to existing links.

@vercel

vercel Bot commented Aug 20, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
developer-docs Ready Ready Preview Aug 20, 2026 6:52pm
docs Ready Ready Preview Aug 20, 2026 6:52pm

Request Review

@coderabbitai

coderabbitai Bot commented Aug 20, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: ea38c7d9-2dd6-485e-bc4f-b4a2c60a72c5

📥 Commits

Reviewing files that changed from the base of the PR and between 8ac7543 and e801494.

📒 Files selected for processing (2)
  • apps/docs/docs/integrations/about.md
  • apps/docs/vercel.json

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

The Draw.io integration card now links to /integrations/draw-io. Vercel redirects /integrations/drawio to the new route.

Changes

Draw.io route migration

Layer / File(s) Summary
Canonical Draw.io route
apps/docs/docs/integrations/about.md, apps/docs/vercel.json
The Draw.io card uses /integrations/draw-io. Vercel redirects /integrations/drawio to /integrations/draw-io.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Merge Risk: ⚪ Minimal · up to e8014

This change redirects the legacy Draw.io URL and updates the integration card to the canonical page; no actionable merge-blocking risk remains beyond normal checks and review.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: redirecting the legacy Draw.io documentation route.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/drawio-route

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.

@vihar
vihar merged commit 6ea3aa0 into master Aug 20, 2026
6 checks passed
@vihar
vihar deleted the fix/drawio-route branch August 20, 2026 19:03
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