docs(CSM-569): deprecate remaining App Center pages - #47
Open
arcappcircle wants to merge 1 commit into
Open
Conversation
Mark the App Center iOS Distribution / Android Distribute steps and the App Center Migration Tool as deprecated, following the pattern already applied to App Center CodePush: - add unlisted: true to the front matter - add a deprecation admonition referencing Microsoft's retirement notice - remove the entries from the parent index pages Also point the two historical release-note links at the pages directly, since the index anchors they used no longer exist.
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: Comment |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
appcircle-docs | 13e7432 | Commit Preview URL Branch Preview URL |
Sep 08 2026, 09:02 AM |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
appcircle-docs | 13e7432 | Commit Preview URL Branch Preview URL |
Sep 08 2026, 09:03 AM |
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
Visual Studio App Center was retired on March 31, 2025, but three App Center pages were still listed and presented as usable. This applies the same deprecation pattern already used for App Center CodePush to the remaining pages.
Linear: CSM-569
Changes
For each of the three pages below: added
unlisted: trueto the front matter, added a:::dangerdeprecation admonition referencing Microsoft's retirement notice, and removed the entry from its parentindex.md.workflows/ios-specific-workflow-steps/appcenter-ios-distribution.mdworkflows/android-specific-workflow-steps/app-center-android-distribution.mdappcircle-api-and-cli/appcenter-migration-tool.mdThe two workflow-step admonitions point users to Appcircle's own distribution modules (Testing Distribution / Enterprise App Store / Publish).
Additionally, the two historical release-note entries for the App Center distribution steps linked to index-page anchors that no longer exist after the entries were removed, so they now link to the pages directly.
Notes
unlisted: truekeeps the URLs working (no 404 for existing/external links) while removing them from the sidebar, sitemap and search, matching the CodePush precedent.netlify.tomlredirects needed: no URL changed.release-notes.mdhas no new "Breaking Changes" entry for this deprecation; add one under the appropriate version if the team wants it announced.Review checklist