-
Notifications
You must be signed in to change notification settings - Fork 230
Open
Labels
component/documentationholdThis issue is parked, do not merge.This issue is parked, do not merge.kind/bugIssues related with bugs in the documentationIssues related with bugs in the documentationseverity/lowMarks a bug as having little to no noticeable impact for the userMarks a bug as having little to no noticeable impact for the user
Description
Summary
The “Next” button on some release note pages pointed to the current page instead of the following document.
Root cause
The issue was caused by the sidebar structure.
In certain version categories (for example 8.8 and 8.9), the same document was defined:
As the category link (category landing page), and
Again inside the items array.
This effectively registered the same doc twice in the sidebar order. Docusaurus uses the sidebar structure to compute pagination, so this duplication caused the “Next” button to resolve to the same page.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
component/documentationholdThis issue is parked, do not merge.This issue is parked, do not merge.kind/bugIssues related with bugs in the documentationIssues related with bugs in the documentationseverity/lowMarks a bug as having little to no noticeable impact for the userMarks a bug as having little to no noticeable impact for the user
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
🛑 Blocked