docs: retire the new dots, give DataView its own section - #904
Open
ravisuhag wants to merge 1 commit into
Open
Conversation
Twenty-one components still carried a "new" dot in the sidebar, several of them for over a year — Avatar since March 2025. A dot that never goes away stops meaning anything, so it now only marks what shipped in the last two months: Tour, Kbd and the five ai-elements pages. Command's stale "update" tag goes too. DataView also moves out of Components into a Data Display section of its own, alongside AI Elements. It was the one entry in a flat list of 68 that expanded into more pages, and burying three pages behind a collapsed row made them easy to miss. Old URLs redirect permanently to the new ones. Sections no longer collapse, which is how Theme, AI Elements and Components already behaved, and a folder's index page is listed under its own title rather than a generic "Overview" — so the first row of Data Display reads DataView, and the first row of Overview reads Introduction.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
Warning Review limit reachedNext included review available in 29 minutes. View limit detailsLimit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (32)
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 |
commit: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fourth in the docs stack, on top of #903.
The "new" dots
Twenty-one components still carried a
newdot in the sidebar. Several had carried it for a long time:update)A dot that never goes away stops meaning anything. It now marks only what shipped in the last two months — Tour, Kbd, and the five ai-elements pages — leaving 7 of the original 28.
DataView
DataView was the one entry in a flat list of 68 components that expanded into more pages, and it sat behind a collapsed row, so List and Timeline were easy to miss. It moves into a Data Display section of its own, next to AI Elements:
URLs move with it. All 17 internal links are updated, and the old paths redirect permanently:
/docs/components/dataview/docs/dataview/docs/components/dataview/:path*/docs/dataview/:path*Two sidebar changes come with it. Sections no longer collapse, which is how Theme, AI Elements and Components already behaved — DataView was the only exception, and with it promoted there is nothing left to special-case. And a folder's index page is now listed under its own title instead of a generic "Overview", so the first row of Data Display reads DataView. The same rule makes the first row of Overview read Introduction, which is that page's actual title.
Testing
Production build passes, 187 pages. Verified in the browser: the new URLs serve, the old ones 308 to the right targets, and exactly 7 dots remain.