docs: remove Android auto-update page and refresh Core component docs#85
Merged
Merged
Conversation
- 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Two documentation fixes:
1. Remove Android auto-update page
The Android auto-update page (
/docs/doc/Android auto-update.md) coveredGeneralUpdate.Maui.AndroidandGeneralUpdate.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: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:netstandard2.0; net8.0; net10.0with AOT/Trim supportAuthSchemeenum (Hmac, Bearer, ApiKey, Basic),BasicUsername/BasicPasswordfieldsWindowsStrategy/LinuxStrategy/MacStrategyFiles changed
website/docs/doc/Android auto-update.mdwebsite/docs/doc/GeneralUpdate.Core.mdwebsite/i18n/en/.../doc/Android auto-update.mdwebsite/i18n/zh-Hans/.../doc/Android auto-update.mdwebsite/sidebars.js🤖 Generated with Claude Code