docs: rename Network Routes to Routes, deprecate, and relocate Browser Client Architecture#792
Conversation
|
Warning Review limit reached
More reviews will be available in 45 minutes and 12 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (8)
✨ 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 |
…r Client Architecture - Rename the docs sidebar entry "Network Routes" to "Routes" and the page H1 - Add a deprecation note to the Routes page: all use cases except exit nodes have moved to Networks; reconcile the body framing accordingly - Move Browser Client Architecture under Peers > Browser Client (/manage/peers/browser-client/architecture), nest the nav, add a redirect, and update cross-links - Shrink the site-to-site Architecture diagram boxes to fit their content
a15c428 to
42d8532
Compare
Aligns the docs with the updated dashboard navigation, where the former Network Routes feature now appears simply as Routes under Network Routing and is being wound down in favor of Networks.
Changes
Routes rename + deprecation
NavigationDocs.jsx) and the page H1./manage/network-routesis unchanged, preserving existing redirects and external links.Relocate Browser Client Architecture
/about-netbird/browser-client-architecture→/manage/peers/browser-client/architecture.Diagram box fix (scoped)
w-fit) instead of spanning the full column. The same full-width-box issue exists elsewhere in the docs and will be addressed separately at the component level.Verification
Confirmed against the local dev server: renamed/moved pages return 200, the deprecation note and "Routes" heading render, the redirect target resolves, and the nav reflects the new structure.