Skip to content

[Docs] Fix Chinese engine architecture page rendering - #11164

Merged
davidzollo merged 1 commit into
apache:devfrom
zhangshenghang:zsh/fix-zh-engine-architecture-doc
Jun 22, 2026
Merged

[Docs] Fix Chinese engine architecture page rendering#11164
davidzollo merged 1 commit into
apache:devfrom
zhangshenghang:zsh/fix-zh-engine-architecture-doc

Conversation

@zhangshenghang

@zhangshenghang zhangshenghang commented Jun 22, 2026

Copy link
Copy Markdown
Member

Purpose

Fix the Chinese engine architecture documentation page rendering issue where normal body content was displayed as raw Markdown/code block content.
image

Root cause

The Chinese Markdown file had an extra closing code fence immediately after the first Mermaid diagram. That extra ``` opened a new empty fenced code block, causing the following sections to be rendered as code until a later fence closed it.

Changes

  • Removed the redundant code fence in docs/zh/architecture/engine/engine-architecture.md.

Verification

  • git diff --check
  • awk '/^```/{n++} END{print n}' docs/zh/architecture/engine/engine-architecture.md => 16
  • JAVA_HOME=/Library/Java/JavaVirtualMachines/temurin-17.jdk/Contents/Home ./mvnw spotless:apply
  • JAVA_HOME=/Library/Java/JavaVirtualMachines/temurin-17.jdk/Contents/Home ./mvnw -q -DskipTests verify

@zhangshenghang
zhangshenghang marked this pull request as ready for review June 22, 2026 10:23

@davidzollo davidzollo left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1
LGTM
Thanks for your contribution!

@davidzollo
davidzollo merged commit 00c7871 into apache:dev Jun 22, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants