Skip to content

Commit 63a02ba

Browse files
JusterZhuclaude
andauthored
docs: remove 部署与运维 guide section, fix bilibili embed and endpoint path (#93)
* docs: rewrite Beginner cookbook with step-by-step self-guided flow - Replace Hub-centric 'run the samples' approach with self-guided 'write-your-own' flow: Client → Upgrade → Tools → Server → verify - Add bilibili video embed (BV12P9dBiEEh) and ASCII update flow diagram - Client code: only 3 secrets in UpdateRequest — all identity fields (MainAppName, ClientVersion, UpdateAppName, etc.) are auto-discovered by AppMetadataDiscoverer from generalupdate.manifest.json - Upgrade code: AppType.Upgrade, no SetConfig — params via encrypted IPC - Phase 4 (Tools): use Config tab, not Patch tab; steps match actual UI (.csproj path → Analyze → Generate Sample) - Fix directory structure: Upgrade.exe lives in update/ subdirectory per manifest's updatePath, not alongside Client - Manifest JSON example reflects actual ManifestInfo field names and omits secrets (they belong in code) - Sync all three locales: zh (default), zh-Hans, en Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * fix: replace react-player import with bilibili iframe embed react-player is not a project dependency, causing Docusaurus build to fail with 'Module not found'. Use bilibili's native iframe embed instead, which requires no extra npm package. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * fix: address Copilot review — diagram endpoint path and curl -X POST - ASCII diagram: POST /Verification -> POST /Upgrade/Verification - Troubleshooting table: add missing -X POST to curl command Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * docs: remove 部署与运维 (Deployment & Operations) guide section Delete the guide directory and its three locale files. Remove the autogenerated category from sidebars.js. Fix dangling links in Bowl, Differential, and Extension component docs across all locales. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 12e77f0 commit 63a02ba

12 files changed

Lines changed: 1 addition & 1351 deletions

File tree

website/docs/doc/GeneralUpdate.Bowl.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,4 +417,3 @@ MyApp/
417417

418418
- [Bowl 示例代码](https://github.com/GeneralLibrary/GeneralUpdate-Samples/tree/main/src/Bowl)
419419
- [GeneralUpdate 仓库](https://github.com/GeneralLibrary/GeneralUpdate)
420-
- [Dump 指南](../guide/Deployment and Operations)

website/docs/doc/GeneralUpdate.Differential.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,4 +364,3 @@ await new GeneralUpdateBootstrap()
364364
- [GeneralUpdate 仓库](https://github.com/GeneralLibrary/GeneralUpdate)
365365
- [Samples 差分示例](https://github.com/GeneralLibrary/GeneralUpdate-Samples/tree/main/src/Hub/Samples/DifferentialSample.cs)
366366
- [Core DiffPipeline 文档](GeneralUpdate.Core)
367-
- [Tools 打包指南](../guide/Deployment and Operations)

website/docs/doc/GeneralUpdate.Extension.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,4 +676,3 @@ report-extension_1.0.0.zip
676676

677677
- [扩展管理示例](https://github.com/GeneralLibrary/GeneralUpdate-Samples/tree/main/src/Hub/Samples/ExtensionSample.cs)
678678
- [GeneralUpdate 仓库](https://github.com/GeneralLibrary/GeneralUpdate)
679-
- [打包指南](../guide/Deployment and Operations)

0 commit comments

Comments
 (0)