From 6582c98461da41d3613a16849014793e274cebca Mon Sep 17 00:00:00 2001 From: Tang ZZ Date: Sat, 15 Aug 2026 07:42:45 +0800 Subject: [PATCH 1/2] docs: rock4c+: link shared hardware pages from hardware README Issue #258: the ROCK 4C+ hardware page had no sub-content, so DocCardList rendered an empty page. Replace the stub with links to the shared ROCK 4 hardware pages (download / revisions / GPIO) which already contain ROCK 4C+ specific content. Signed-off-by: tangzz-radxa --- docs/rock4/rock4c+/hardware/README.md | 4 +++- .../current/rock4/rock4c+/hardware/README.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/rock4/rock4c+/hardware/README.md b/docs/rock4/rock4c+/hardware/README.md index 7428f5534..fed9dc8e9 100644 --- a/docs/rock4/rock4c+/hardware/README.md +++ b/docs/rock4/rock4c+/hardware/README.md @@ -6,4 +6,6 @@ sidebar_position: 50 ROCK 4C+ 的硬件相关资料信息。 - +- [硬件资料下载](../../hardware/download):包含 ROCK 4C+ 的产品简介、原理图、CAM 等硬件文件下载。 +- [改版详情](../../hardware/revisions):ROCK 4C+ 不同硬件版本之间的差异说明。 +- [GPIO 定义](../../hardware/rock4-gpio):ROCK 4 系列 40 pin GPIO 定义。 diff --git a/i18n/en/docusaurus-plugin-content-docs/current/rock4/rock4c+/hardware/README.md b/i18n/en/docusaurus-plugin-content-docs/current/rock4/rock4c+/hardware/README.md index ea8e52abc..2c70a1286 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/rock4/rock4c+/hardware/README.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/rock4/rock4c+/hardware/README.md @@ -6,4 +6,6 @@ sidebar_position: 50 Hardware Information about ROCK 4C+ - +- [Hardware Information](../../hardware/download): Download hardware files for ROCK 4C+, including the product brief, schematics, CAM, etc. +- [Revision](../../hardware/revisions): Differences between ROCK 4C+ hardware revisions. +- [ROCK 4 Series GPIO Definition](../../hardware/rock4-gpio): 40 pin GPIO definition for the ROCK 4 series. From 41867139c01703bf00e7253bbc5e9f686b6b9900 Mon Sep 17 00:00:00 2001 From: Tang Zaozao Date: Tue, 18 Aug 2026 17:58:28 +0800 Subject: [PATCH 2/2] docs(rock4c+): remove hardware section since no tutorial content exists Per internal review, the ROCK 4C+ hardware section (hardware/README.md) had no corresponding tutorial content, so remove it entirely (zh + en). Refs #2011 --- docs/rock4/rock4c+/hardware/README.md | 11 ----------- .../current/rock4/rock4c+/hardware/README.md | 11 ----------- 2 files changed, 22 deletions(-) delete mode 100644 docs/rock4/rock4c+/hardware/README.md delete mode 100644 i18n/en/docusaurus-plugin-content-docs/current/rock4/rock4c+/hardware/README.md diff --git a/docs/rock4/rock4c+/hardware/README.md b/docs/rock4/rock4c+/hardware/README.md deleted file mode 100644 index fed9dc8e9..000000000 --- a/docs/rock4/rock4c+/hardware/README.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -sidebar_position: 50 ---- - -# 硬件信息 - -ROCK 4C+ 的硬件相关资料信息。 - -- [硬件资料下载](../../hardware/download):包含 ROCK 4C+ 的产品简介、原理图、CAM 等硬件文件下载。 -- [改版详情](../../hardware/revisions):ROCK 4C+ 不同硬件版本之间的差异说明。 -- [GPIO 定义](../../hardware/rock4-gpio):ROCK 4 系列 40 pin GPIO 定义。 diff --git a/i18n/en/docusaurus-plugin-content-docs/current/rock4/rock4c+/hardware/README.md b/i18n/en/docusaurus-plugin-content-docs/current/rock4/rock4c+/hardware/README.md deleted file mode 100644 index 2c70a1286..000000000 --- a/i18n/en/docusaurus-plugin-content-docs/current/rock4/rock4c+/hardware/README.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -sidebar_position: 50 ---- - -# Hardware - -Hardware Information about ROCK 4C+ - -- [Hardware Information](../../hardware/download): Download hardware files for ROCK 4C+, including the product brief, schematics, CAM, etc. -- [Revision](../../hardware/revisions): Differences between ROCK 4C+ hardware revisions. -- [ROCK 4 Series GPIO Definition](../../hardware/rock4-gpio): 40 pin GPIO definition for the ROCK 4 series.