Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
508 changes: 312 additions & 196 deletions website/docs/doc/GeneralUpdate.Bowl.md

Large diffs are not rendered by default.

1,717 changes: 695 additions & 1,022 deletions website/docs/doc/GeneralUpdate.Core.md

Large diffs are not rendered by default.

587 changes: 252 additions & 335 deletions website/docs/doc/GeneralUpdate.Differential.md

Large diffs are not rendered by default.

672 changes: 428 additions & 244 deletions website/docs/doc/GeneralUpdate.Drivelution.md

Large diffs are not rendered by default.

946 changes: 517 additions & 429 deletions website/docs/doc/GeneralUpdate.Extension.md

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1,537 changes: 498 additions & 1,039 deletions website/i18n/en/docusaurus-plugin-content-docs/current/doc/GeneralUpdate.Core.md

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ Bowl 是“升级后健康检查与回滚保护”,不是固件恢复、系统

### 安装

```bash
dotnet add package GeneralUpdate.Bowl
```

### 升级模式监控

升级模式适合放在升级程序或 Bowl helper 中运行。关键点是:`BackupDirectory` 指向升级前保留的备份,`TargetPath` 指向当前安装目录,`ExtendedField` 填本次升级版本号。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ sidebar_position: 5
**主要入口:** `GeneralUpdateBootstrap`
**NuGet 包:** `GeneralUpdate.Core`

```bash
dotnet add package GeneralUpdate.Core
```

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

如果你是第一次阅读 Core 文档,可以先看这个导航,再跳到对应知识点。本文按照“入口与配置 -> 执行策略 -> 差分/下载/并发 -> 扩展点 -> 工具链关系”的顺序组织。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ sidebar_position: 6

**NuGet 包:** `GeneralUpdate.Differential`

```bash
dotnet add package GeneralUpdate.Differential
```

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

如果你第一次阅读 Differential 文档,可以先看这个导航,再跳到对应知识点。本文按照“能力边界 -> 文件级 API -> 算法选择 -> 压缩格式 -> 与 Core/Tools 集成 -> 性能与扩展”的顺序组织。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ public static class GeneralDrivelution

### 安装

```bash
dotnet add package GeneralUpdate.Drivelution
```

或在项目文件中添加:

```xml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ public interface IExtensionHost

### 安装

```bash
dotnet add package GeneralUpdate.Extension
```

### 初始化扩展宿主

```csharp
Expand Down
1 change: 0 additions & 1 deletion website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ const sidebars = {
collapsed: true,
items: [
'doc/GeneralSpacestation',
'doc/UpgradeHub',
],
},

Expand Down
Loading