docs: unify layout and style across 5 GeneralUpdate component docs#79
Merged
Conversation
- Fix zh-Hans Bowl: remove stray '## 简介' heading, restructure to follow standard 6-section template - Fix zh-Hans Drivelution: replace '### 定义' with proper title + metadata + numbered sections - Fix zh-Hans Extension: replace '## 组件概览' with standard '## 1. 组件简介' - Fix zh-Hans Core/Differential: merge multi-line metadata into single inline line - Fix duplicate sidebar_position 12 between Drivelution and Extension (→ 8 and 7) - Apply consistent formatting: inline metadata, --- separators, numbered sections (1-6) across all 5 components in all 3 languages (EN source, zh-Hans, en) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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
Unifies the layout, style, and structure of 5 GeneralUpdate component documentation pages (Bowl, Core, Differential, Drivelution, Extension) across all 3 language versions (EN source, zh-Hans, en).
Problem
## 简介heading at the top of the page — inconsistent with all other component docs### 定义(H3) instead of proper H1 title + metadata section## 组件概览instead of the standard## 1. 组件简介Changes
Structure fixes
## 简介, restructured to standard 6-section template (1. 组件简介→6. 全局配置)### 定义with proper title + inline metadata + numbered sections## 组件概览with## 1. 组件简介→### 1.1 组件概述sidebar_position fixes
12→8(all 3 language versions)12→7(all 3 language versions)Visual polish
**命名空间:** ... | **入口:** ... | **NuGet:** ...---separators between all major sectionsFiles changed (9 files)
website/docs/doc/GeneralUpdate.Drivelution.mdwebsite/docs/doc/GeneralUpdate.Extension.mdwebsite/i18n/en/.../doc/GeneralUpdate.Drivelution.mdwebsite/i18n/en/.../doc/GeneralUpdate.Extension.mdwebsite/i18n/zh-Hans/.../doc/GeneralUpdate.Bowl.md## 简介)website/i18n/zh-Hans/.../doc/GeneralUpdate.Core.mdwebsite/i18n/zh-Hans/.../doc/GeneralUpdate.Differential.mdwebsite/i18n/zh-Hans/.../doc/GeneralUpdate.Drivelution.mdwebsite/i18n/zh-Hans/.../doc/GeneralUpdate.Extension.mdAfter (unified template)
All 5 components in all 3 languages now follow:
🤖 Generated with Claude Code