Skip to content

Commit 96d347f

Browse files
JusterZhuclaude
andauthored
docs: unify layout and style across 5 GeneralUpdate component docs (#79)
- 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>
1 parent 085fb35 commit 96d347f

9 files changed

Lines changed: 1268 additions & 874 deletions

File tree

website/docs/doc/GeneralUpdate.Drivelution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 12
2+
sidebar_position: 8
33
---
44

55
# GeneralUpdate.Drivelution

website/docs/doc/GeneralUpdate.Extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 12
2+
sidebar_position: 7
33
---
44

55
# GeneralUpdate.Extension

website/i18n/en/docusaurus-plugin-content-docs/current/doc/GeneralUpdate.Drivelution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 12
2+
sidebar_position: 8
33
---
44

55
# GeneralUpdate.Drivelution

website/i18n/en/docusaurus-plugin-content-docs/current/doc/GeneralUpdate.Extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 12
2+
sidebar_position: 7
33
---
44

55
# GeneralUpdate.Extension

website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/doc/GeneralUpdate.Bowl.md

Lines changed: 312 additions & 192 deletions
Large diffs are not rendered by default.

website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/doc/GeneralUpdate.Core.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ sidebar_position: 5
44

55
# GeneralUpdate.Core
66

7-
`GeneralUpdate.Core` 是 GeneralUpdate 的更新执行核心,重点提供可编程的启动器、配置模型、事件模型、下载子系统扩展点、生命周期钩子、状态上报、差分管道和平台策略扩展。本页聚焦组件 API、属性和扩展方式;完整端到端上手流程会放到 cookbook 中。
7+
**命名空间:** `GeneralUpdate.Core` | **主要入口:** `GeneralUpdateBootstrap` | **NuGet 包:** `GeneralUpdate.Core`
88

9-
**命名空间:** `GeneralUpdate.Core`
10-
**主要入口:** `GeneralUpdateBootstrap`
11-
**NuGet 包:** `GeneralUpdate.Core`
9+
`GeneralUpdate.Core` 是 GeneralUpdate 的更新执行核心,重点提供可编程的启动器、配置模型、事件模型、下载子系统扩展点、生命周期钩子、状态上报、差分管道和平台策略扩展。本页聚焦组件 API、属性和扩展方式;完整端到端上手流程会放到 cookbook 中。
1210

1311
## 文档大纲与知识点导航 {#knowledge-map}
1412

website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/doc/GeneralUpdate.Differential.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,9 @@ sidebar_position: 6
44

55
# GeneralUpdate.Differential
66

7-
`GeneralUpdate.Differential`GeneralUpdate 的二进制差分组件,专注解决“一个旧文件 + 一个补丁文件 = 一个新文件”的问题。它提供可替换的文件级差分算法、补丁压缩抽象和 BSDIFF 兼容补丁读写能力;目录级对比、批量补丁生成、并行调度、删除文件处理和更新流程编排由 `GeneralUpdate.Core``DiffPipeline``GeneralUpdate.Tools` 承担。
7+
**命名空间:** `GeneralUpdate.Differential``GeneralUpdate.Differential.Differ``GeneralUpdate.Differential.Abstractions` | **主要入口:** `IBinaryDiffer``BsdiffDiffer``StreamingHdiffDiffer` | **NuGet 包:** `GeneralUpdate.Differential`
88

9-
**命名空间:** `GeneralUpdate.Differential``GeneralUpdate.Differential.Differ``GeneralUpdate.Differential.Abstractions`
10-
11-
**主要入口:** `IBinaryDiffer``BsdiffDiffer``StreamingHdiffDiffer`
12-
13-
**NuGet 包:** `GeneralUpdate.Differential`
9+
`GeneralUpdate.Differential` 是 GeneralUpdate 的二进制差分组件,专注解决”一个旧文件 + 一个补丁文件 = 一个新文件”的问题。它提供可替换的文件级差分算法、补丁压缩抽象和 BSDIFF 兼容补丁读写能力;目录级对比、批量补丁生成、并行调度、删除文件处理和更新流程编排由 `GeneralUpdate.Core``DiffPipeline``GeneralUpdate.Tools` 承担。
1410

1511
## 文档大纲与知识点导航 {#knowledge-map}
1612

website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/doc/GeneralUpdate.Drivelution.md

Lines changed: 429 additions & 241 deletions
Large diffs are not rendered by default.

website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/doc/GeneralUpdate.Extension.md

Lines changed: 519 additions & 427 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)