docs(rock3b): link boot-from-sd-card image download to the consolidated download page#1923
Merged
Milir-Radxa merged 2 commits intoJul 9, 2026
Conversation
…ed download page The image download links embedded via the local _image.mdx component on the ROCK 3B 'install system to microSD card' page had drifted from the maintained download page (which lists the current Radxa OS images and third-party builds). Follow the pattern used by similar pages such as ROCK 4A/B and point users straight to the download summary instead. - Replace the _image.mdx import with a direct link to ../../download - Drop the now-unused _image.mdx entry from imports_resolve_to - Mirror the same change in i18n/en for the English version - Switch source_of_truth from local to common since the page no longer relies on product-local imports Fixes the outdated image section reported in the 售后技术支持 topic.
…download page Apply the same image-download refactor to the ROCK 3B 'install system to eMMC Module' page as the previous commit did for the microSD card page. - Replace the _image.mdx import with a direct link to ../../download - Drop the now-unused _image.mdx entry from imports_resolve_to - Switch source_of_truth from local to common - Normalise 'EMMC Module' / 'EMMC Reader' to the 'eMMC' casing used by the ROCK 4A/B reference page - Mirror the same change in i18n/en for the English version
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.
Summary
把 ROCK 3B 「安装系统到 microSD 卡」和「安装系统到 eMMC Module」两页里通过
_image.mdx组件嵌入的镜像下载段落,统一改为直接指向../../download资源下载汇总页面,与 ROCK 4A/B 同类页面的现行写法保持一致。Why
import Images from "../../_image.mdx"渲染系统镜像链接,但_image.mdx里写死的 URL(b18)和/rock3/rock3b/download维护的最新镜像列表(已包含rsdk-r1)会逐步脱节,容易把客户引到过期镜像。Changes
docs/rock3/rock3b/getting-started/install-system/boot-from-sd-card.md(commit 1)_image.mdx的import和imports_resolve_to条目source_of_truth从local改为commoni18n/en/docusaurus-plugin-content-docs/current/rock3/rock3b/getting-started/install-system/boot-from-sd-card.md(commit 1)_image.mdximport、source_of_truth改为commondocs/rock3/rock3b/getting-started/install-system/boot-from-emmc.md(commit 2)_image.mdx,改为 download 链接)EMMC Module/EMMC Reader归一为eMMC,与 ROCK 4A/B 参考页对齐i18n/en/docusaurus-plugin-content-docs/current/rock3/rock3b/getting-started/install-system/boot-from-emmc.md(commit 2)参考
docs/rock4/rock4ab-se/getting-started/install-os/boot-from-sd-card.md(同类页面目标格式)docs/rock4/rock4ab-se/getting-started/install-os/boot-from-emmc.md(同类页面目标格式)docs/rock3/rock3b/download.md(新的镜像下载地址)影响范围
_image.mdx,但本次按内部沟通结果暂不动,单独跟进Verification
python3 /Users/tomclawz/.openclaw/workspaces/support/scripts/github_pr_guard.py check --repo-path ~/radxa-docs/docs --fetchok: true,reasons: []docs/rock3/rock3b,文件数 4,commit 数 2