From 577ef5c2e7e473c894c9e98c44cc472c68b78e4a Mon Sep 17 00:00:00 2001 From: Tang ZZ Date: Sat, 15 Aug 2026 16:25:43 +0800 Subject: [PATCH 1/2] docs(x4): fix EN RP2040 example page heading structure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The EN version of c_sdk_examples had an orphaned empty '## OverView' heading plus a mismatched '## Relation introduction between J4215 and 40-PIN GPIO' heading, while the ZH page only has '## 概述'. This made the rendered page show an empty section and inconsistent heading hierarchy (reported in issue #528). Merge both into a single '## Overview' heading to match the ZH structure. --- .../current/x/x4/software/c_sdk_examples.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/i18n/en/docusaurus-plugin-content-docs/current/x/x4/software/c_sdk_examples.md b/i18n/en/docusaurus-plugin-content-docs/current/x/x4/software/c_sdk_examples.md index a3312c923..6f76675ca 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/x/x4/software/c_sdk_examples.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/x/x4/software/c_sdk_examples.md @@ -15,9 +15,7 @@ import MCP2515 from "../../../common/dev/\_pico-mcp2515.mdx"; # Control RP2040 on Linux -## OverView - -## Relation introduction between J4215 and 40-PIN GPIO +## Overview From 8256e260cab5212be89ef4a418de024eada0aaed Mon Sep 17 00:00:00 2001 From: Tang Zaozao Date: Tue, 18 Aug 2026 17:20:26 +0800 Subject: [PATCH 2/2] docs(x4): retranslate EN RP2040 example page to match ZH content --- .../current/x/x4/software/c_sdk_examples.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/i18n/en/docusaurus-plugin-content-docs/current/x/x4/software/c_sdk_examples.md b/i18n/en/docusaurus-plugin-content-docs/current/x/x4/software/c_sdk_examples.md index 6f76675ca..e92176687 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/x/x4/software/c_sdk_examples.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/x/x4/software/c_sdk_examples.md @@ -21,7 +21,7 @@ import MCP2515 from "../../../common/dev/\_pico-mcp2515.mdx"; ## Tools Introduction -In order to operate the IO resources on RP2040, we need a complete software environment, here we mainly introduce a set of C/C++ SDKs, namely pico-sdk and pico-examples. pico-sdk mainly provides some APIs to operate the RP2040, while pico-examples provides a compilation framework for us to add our own programs according to the compilation framework provided by pico-examples. pico-sdk provides some APIs to operate the RP2040, while pico-examples provides a compilation framework for us to add our own programs according to the compilation framework provided by pico-examples. +In order to operate the IO resources on the RP2040, we need a complete software environment. Here we mainly introduce a set of C/C++ SDKs, namely pico-sdk and pico-examples. pico-sdk mainly provides some APIs for operating the RP2040, while pico-examples provides a compilation framework, and we can add our own programs based on the compilation framework provided by pico-examples. @@ -31,7 +31,10 @@ In order to operate the IO resources on RP2040, we need a complete software envi - +