[docs] Cleanup old releases page rehype#4081
Open
mj12albert wants to merge 4 commits intomui:masterfrom
Open
Conversation
commit: |
Bundle size report
Check out the code infra dashboard for more information about this PR. |
Contributor
Greptile OverviewGreptile SummaryRemoves the obsolete rehype logic that was used to generate semver-prefixed heading IDs for the old releases page structure. The releases page now uses a visual timeline ( Issues found:
Confidence Score: 3/5
Important Files Changed
Last reviewed commit: 2c21442 |
Contributor
Additional Comments (2)
Prompt To Fix With AIThis is a comment left during a code review.
Path: docs/src/components/QuickNav/rehypeConcatHeadings.mjs
Line: 38:41
Comment:
`SEMVER_PATTERN` constant is now unused after removing the releases page logic and should be deleted
```suggestion
```
How can I resolve this? If you propose a fix, please make it concise.
Prompt To Fix With AIThis is a comment left during a code review.
Path: docs/src/components/QuickNav/rehypeConcatHeadings.mjs
Line: 1:5
Comment:
`EXIT` import is no longer used after removing the releases page logic
```suggestion
import { headingRank } from 'hast-util-heading-rank';
import { toString } from 'hast-util-to-string';
import { visit, CONTINUE } from 'unist-util-visit';
import { stringToUrl } from './rehypeSlug.mjs';
```
How can I resolve this? If you propose a fix, please make it concise. |
LukasTy
approved these changes
Feb 13, 2026
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.
Not needed in the new design