Skip to content

Fix incorrect "Next" pagination in release notes sidebar #8096

@giorgionaps

Description

@giorgionaps

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.

Metadata

Metadata

Assignees

Labels

component/documentationholdThis issue is parked, do not merge.kind/bugIssues related with bugs in the documentationseverity/lowMarks a bug as having little to no noticeable impact for the user

Type

No type
No fields configured for issues without a type.

Projects

Status

🛑 Blocked

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions