docs: delete rock4 official-images tutorial and fix broken links on x2l / q6a WoA pages#1906
Merged
Milir-Radxa merged 1 commit intoJul 3, 2026
Conversation
Per support request, fully retire the rock4 official-images tutorial (https://docs.radxa.com/rock4/official-images) and delete both the zh page (docs/rock4/official-images.md) and the en mirror (i18n/en/docusaurus-plugin-content-docs/current/rock4/official-images.md). The page was a per-model download list now superseded by the radxa-build release pages; no sidebar reference uses an explicit ID, so removing the files is sufficient to drop it from the auto sidebar. Two unrelated but small link fixes are bundled into the same PR per the original request from the support team: - x/x2l README (zh + en): replace the broken ../../accessories/wireless-a8 link with the official product page https://radxa.com/products/accessories/wireless-module-a8 . In the Chinese file, also rename the display text to 瑞莎 A8 模块. - dragon/q6a/other-system/windows (zh + en): the Wi-Fi/BT driver section had two nested-bracket markdown links that rendered as raw text. [aicwlan_arm64_0935761.zip] now points to the GitHub release URL and the [Wi-Fi + BT support for Windows on Q6A - Radxa Community] link now points to https://forum.radxa.com/t/wi-fi-bt-support-for-windows-on-q6a/31091 (drops the misleading 'on-arm' infix from the previous URL). The unrelated worproject/dldserv-mirror nested-bracket link in the same paragraph was not in the requested fix list and is left as-is.
ade61e6 to
69c689e
Compare
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
Three small docs-only fixes requested by the support team. Each block is independent; PR keeps them in a single branch so they can be reviewed / merged as a batch.
1. Remove ROCK 4SE from rock4 official-images tutorial
docs/rock4/official-images.md(zh) andi18n/en/docusaurus-plugin-content-docs/current/rock4/official-images.md(en)ROCK 4SE<TabItem>(which was thedefaulttab) from the## 官方镜像/## Official Imagessection.https://docs.radxa.com/rock4/official-images?model=ROCK+4SEis being retired; the first remaining tab (ROCK 4C+) becomes the new default.2. Fix broken Radxa Wireless Module A8 link in x/x2l README
docs/x/x2l/README.md(zh) andi18n/en/docusaurus-plugin-content-docs/current/x/x2l/README.md(en)[Radxa Wireless Module A8](../../accessories/wireless-a8)pointed to a doc page that no longer exists.https://radxa.com/products/accessories/wireless-module-a8.瑞莎 A8 模块per support direction; the English file keepsRadxa Wireless Module A8.3. Fix broken double-bracketed links in dragon/q6a WoA Wi-Fi/BT section
docs/dragon/q6a/other-system/windows.md(zh) andi18n/en/docusaurus-plugin-content-docs/current/dragon/q6a/other-system/windows.md(en)[aicwlan_arm64_0935761.zip]had a nested-bracket markdown link ([..]([..](..))) which rendered as raw markdown. Fixed to a proper[label](url)form pointing to the GitHub release URLhttps://github.com/worproject/dldserv-mirror/releases/download/13%2F02%2F2024/aicwlan_arm64_0935761.zip.[Wi-Fi + BT support for Windows on Q6A - Radxa Community]also had the nested-bracket problem; fixed to a proper link. Per support direction, also changed the destination URL from.../wi-fi-bt-support-for-windows-on-arm-on-q6a/31091tohttps://forum.radxa.com/t/wi-fi-bt-support-for-windows-on-q6a/31091(drops the misleadingon-arminfix).worproject/dldserv-mirrorlink in the same paragraph has the same nested-bracket pattern but was not in the requested fix list; left as-is to keep the change scope tight. A follow-up can clean it up if desired.Checklist
<TabItem>block in the rock4 official-images tutorial..md/.mdx) is touched; no code, scripts, or build config.