Skip to content

docs: fix software support matrix overview link and sidebar context - #2102

Merged
Milir-Radxa merged 1 commit into
radxa-docs:mainfrom
tzz-radxa:docs/fix-software-support-matrix-nav-20260908
Sep 8, 2026
Merged

docs: fix software support matrix overview link and sidebar context#2102
Milir-Radxa merged 1 commit into
radxa-docs:mainfrom
tzz-radxa:docs/fix-software-support-matrix-nav-20260908

Conversation

@tzz-radxa

Copy link
Copy Markdown
Contributor

What

Fixes two issues on the published Software Support Matrix pages:

  1. Overview page shows no sub-navigation and the link is broken

    • The overview (/software-support-matrix) previously set displayed_sidebar: home, so it stayed on the global home sidebar instead of switching to the matrix's own autogenerated sidebar (where the Rockchip sub-page lives). Other top-level sections (e.g. compliance) don't set displayed_sidebar, so their overview page shows the section sidebar with children. Removed it.
    • The in-page link used ./rockchip without the .md suffix. Docusaurus treats it as a plain relative URL; from /software-support-matrix (no trailing slash) it resolves to /rockchip → 404. Correct target is /software-support-matrix/rockchip. Changed to ./rockchip.md so Docusaurus resolves it to the real permalink.
  2. Ordering within the section sidebar

    • Overview now has sidebar_position: 1, Rockchip sub-matrix sidebar_position: 2, so the overview appears first in the autogenerated sidebar.

zh/en updated in sync.

@tzz-radxa
tzz-radxa requested a review from a team as a code owner September 8, 2026 06:28
@Milir-Radxa
Milir-Radxa merged commit 4eb7996 into radxa-docs:main Sep 8, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants