Commit 63a02ba
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
- guide
- i18n
- en/docusaurus-plugin-content-docs/current
- doc
- guide
- zh-Hans/docusaurus-plugin-content-docs/current
- doc
- guide
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
420 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
367 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
676 | 676 | | |
677 | 677 | | |
678 | 678 | | |
679 | | - | |
0 commit comments