docs(radxa-os): fix heading levels and note format in remote-access template - #1975
Merged
Milir-Radxa merged 2 commits intoAug 7, 2026
Conversation
…emplate - Promote imported content headings one level (H3->H2, H4->H3, H5->H4) so the section hierarchy matches the H1 wrapper without skipped levels - Fix malformed admonition block (::注意 -> :::note) in the zh file, matching the en version and repo convention
…ess template Same fixes as the shared template: promote content headings one level (H3->H2, H4->H3, H5->H4) and fix the malformed ::注意 admonition to :::note in the zh file. This variant backs the xfce basic software configuration page.
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
Optimize the remote-access template tutorials that back the Remote Access pages across products (rock3c, rock3a, cm3j, zero series, sbc template) plus the xfce basic software configuration page:
###(H3) directly under the H1 wrapper page, skipping H2. Promoted all content headings one level —###→##(SSH / VNC / TeamViewer),####→###(subsections),#####→####(sub-subsections) — so the page renders a clean H1 → H2 → H3 → H4 hierarchy without skipped levels.::注意 ... :::(missing one colon). Changed to the standard:::note ... :::convention, matching the en versions and other zh files in the repo.Files changed (all zh + en pairs in sync):
docs/common/radxa-os/_remote-access.mdx+ en counterpartdocs/common/radxa-os/xfce/_remote-access.mdx+ en counterpartTest plan
github_pr_guard.py pr 1975passed: 4 files, bilingual pairs complete, no blocking reasons.