Skip to content

docs: add beginner GeneralUpdate cookbook#62

Merged
JusterZhu merged 1 commit into
mainfrom
docs/issue-53-beginner-cookbook-draft
Jun 3, 2026
Merged

docs: add beginner GeneralUpdate cookbook#62
JusterZhu merged 1 commit into
mainfrom
docs/issue-53-beginner-cookbook-draft

Conversation

@JusterZhu

Copy link
Copy Markdown
Collaborator

Closes #53

Summary

  • Add a first-time user cookbook for the full Client/Server/Upgrade update loop.
  • Explain Packet, Tools, Bowl, and Differential roles with expected results for each step.
  • Add zh-Hans and English localized copies.

Validation

  • git diff --check
  • npm run build -- --no-minify

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@JusterZhu JusterZhu force-pushed the docs/issue-53-beginner-cookbook-draft branch from e7b3bd7 to ae51e28 Compare June 3, 2026 07:42
@JusterZhu JusterZhu marked this pull request as ready for review June 3, 2026 07:45
Copilot AI review requested due to automatic review settings June 3, 2026 07:45
@JusterZhu JusterZhu merged commit 513dc02 into main Jun 3, 2026
1 check passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Adds a new “Beginner cookbook” quickstart document intended to walk first-time GeneralUpdate users through an end-to-end update loop (Client → Server → Tools-generated package → Upgrade), with localized copies for English and zh-Hans.

Changes:

  • Added a step-by-step beginner cookbook covering the full discovery/download/upgrade/apply flow and expected results per step.
  • Documented the roles of Hub, Server, Packet, Tools, Bowl, and Differential within the Samples update loop.
  • Added localized copies under website/i18n/en and website/i18n/zh-Hans.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 6 comments.

File Description
website/docs/quickstart/Beginner cookbook.md Adds the default-locale beginner cookbook (step-by-step update loop walkthrough).
website/i18n/en/docusaurus-plugin-content-docs/current/quickstart/Beginner cookbook.md Adds English localized version of the beginner cookbook.
website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/quickstart/Beginner cookbook.md Adds zh-Hans localized version of the beginner cookbook.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

| Old Directory | 用户当前安装的旧版本目录,例如 `publish\v1.0.0` |
| New Directory | 你准备发布的新版本目录,例如 `publish\v2.0.0` |
| Package Name | 建议包含版本,例如 `client_1.0.0_to_2.0.0` |
| Version | 目标版本,例如 `2.0.0` |
2. [GeneralUpdate.Tools](../doc/GeneralUpdate.PacketTool.md):补丁包、Hash、OSS Config、Simulation。
3. [GeneralUpdate.Differential](../doc/GeneralUpdate.Differential.md):差分算法、并行处理和 Clean/Dirty。
4. [GeneralUpdate.Bowl](../doc/GeneralUpdate.Bowl.md):崩溃监控、备份和失败恢复。
5. [高级实战手册](./Advanced cookbook.md):生产环境部署、CI/CD 集成、企业级方案设计。
| Old Directory | 用户当前安装的旧版本目录,例如 `publish\v1.0.0` |
| New Directory | 你准备发布的新版本目录,例如 `publish\v2.0.0` |
| Package Name | 建议包含版本,例如 `client_1.0.0_to_2.0.0` |
| Version | 目标版本,例如 `2.0.0` |
2. [GeneralUpdate.Tools](../doc/GeneralUpdate.PacketTool.md):补丁包、Hash、OSS Config、Simulation。
3. [GeneralUpdate.Differential](../doc/GeneralUpdate.Differential.md):差分算法、并行处理和 Clean/Dirty。
4. [GeneralUpdate.Bowl](../doc/GeneralUpdate.Bowl.md):崩溃监控、备份和失败恢复。
5. [高级实战手册](./Advanced cookbook.md):生产环境部署、CI/CD 集成、企业级方案设计。
| Old Directory | The version users currently have, such as `publish\v1.0.0` |
| New Directory | The version you want to release, such as `publish\v2.0.0` |
| Package Name | Include versions, such as `client_1.0.0_to_2.0.0` |
| Version | Target version, such as `2.0.0` |
2. [GeneralUpdate.Tools](../doc/GeneralUpdate.PacketTool.md): patch packages, Hash, OSS Config, and Simulation.
3. [GeneralUpdate.Differential](../doc/GeneralUpdate.Differential.md): differential algorithms, parallel processing, and Clean/Dirty.
4. [GeneralUpdate.Bowl](../doc/GeneralUpdate.Bowl.md): crash monitoring, backup, and failure recovery.
5. [Advanced Cookbook](./Advanced cookbook.md): production deployment, CI/CD integration, enterprise solution design.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs subtask: write beginner cookbook for first-time GeneralUpdate users

2 participants