Skip to content

docs: remove Android auto-update page and refresh Core component docs#85

Merged
JusterZhu merged 1 commit into
mainfrom
docs/remove-android-update-and-refresh-core
Jun 4, 2026
Merged

docs: remove Android auto-update page and refresh Core component docs#85
JusterZhu merged 1 commit into
mainfrom
docs/remove-android-update-and-refresh-core

Conversation

@JusterZhu

Copy link
Copy Markdown
Collaborator

Summary

Two documentation fixes:

1. Remove Android auto-update page

The Android auto-update page (/docs/doc/Android auto-update.md) covered GeneralUpdate.Maui.Android and GeneralUpdate.Avalonia.Android — components that live in separate repositories (GeneralUpdate.Maui and GeneralUpdate.Avalonia). This page doesn't belong in the GeneralUpdate-Samples website. Removed from:

  • Main docs
  • English i18n
  • Simplified Chinese i18n
  • Sidebar navigation

2. Refresh GeneralUpdate.Core.md

The Core component documentation was out of sync with the latest source (v10.5.0-beta.2). Updated to include:

  • Multi-target frameworks: netstandard2.0; net8.0; net10.0 with AOT/Trim support
  • Auth system: AuthScheme enum (Hmac, Bearer, ApiKey, Basic), BasicUsername/BasicPassword fields
  • Cross-platform strategies: WindowsStrategy / LinuxStrategy / MacStrategy
  • New features: file tree diff, Environments IPC, JSON source generators
  • Scenario 4 rewritten to document all four built-in auth providers
  • Scenario 8 added for cross-platform strategy usage

Files changed

File Change
website/docs/doc/Android auto-update.md Deleted
website/docs/doc/GeneralUpdate.Core.md +134 lines updated
website/i18n/en/.../doc/Android auto-update.md Deleted
website/i18n/zh-Hans/.../doc/Android auto-update.md Deleted
website/sidebars.js Removed Android entry

🤖 Generated with Claude Code

- Remove Android auto-update page from docs, en i18n, and zh-Hans i18n
- Remove Android auto-update from sidebar navigation
- Update GeneralUpdate.Core.md to reflect latest source code (v10.5.0-beta.2):
  - Add multi-target framework info (netstandard2.0; net8.0; net10.0)
  - Add AOT/Trim compatibility and JSON source generator details
  - Document AuthScheme enum (Hmac/Bearer/ApiKey/Basic) and new config fields
  - Add cross-platform strategy scenario (Windows/Linux/Mac)
  - Add new feature entries (multi-auth, file tree diff, Environments IPC)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 4, 2026 02:55
@JusterZhu JusterZhu self-assigned this Jun 4, 2026
@JusterZhu JusterZhu added the documentation Improvements or additions to documentation label Jun 4, 2026
@JusterZhu JusterZhu linked an issue Jun 4, 2026 that may be closed by this pull request
@JusterZhu JusterZhu removed the request for review from Copilot June 4, 2026 02:57
@JusterZhu JusterZhu merged commit 5e800c7 into main Jun 4, 2026
3 checks passed
@JusterZhu JusterZhu deleted the docs/remove-android-update-and-refresh-core branch June 4, 2026 02:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: Android auto-update page is misplaced; Core docs are outdated

1 participant