Skip to content

Commit f84e16b

Browse files
Surface 'Choose a distribution path' from main Windows app hub pages (#6653)
* Surface distribution decision page from main app hub and desktop hub - hub/apps/index.yml: Add 'Choose a distribution path' link to the Package and deploy tile — developers landing on the main hub now see this key decision page directly - hub/apps/desktop/index.yml: Add 'Choose a distribution path' link to the Distribute tile — desktop devs have a direct path to the Store vs sideload vs direct-download decision page Both pages (choose-distribution-path.md) were added in PR #6651 and were already linked from the package-and-deploy sub-hub but not surfaced at the top levels. Co-authored-by: Copilot <[email protected]> * Fix link ordering: 'Choose a distribution path' first in Distribute tile Copilot correctly flagged that the PR description said the link would be first, but it was placed after 'Publish overview'. Reordered so the distribution decision page comes before Store-specific links, matching the intent. Co-authored-by: Copilot <[email protected]> * Fix array-length-invalid: keep Distribute tile at 10 links Adding 'Choose a distribution path' pushed the links array over the 10-item limit. Removed 'Leverage developer tools' (product page A/B experiments) as the least essential link for developers discovering distribution options. Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent 9fe95d6 commit f84e16b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

hub/apps/desktop/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ landingContent:
8080
linkLists:
8181
- linkListType: overview
8282
links:
83+
- text: Choose a distribution path
84+
url: ../package-and-deploy/choose-distribution-path.md
8385
- text: Publish overview
8486
url: ../publish/index.md
8587
- text: Get started with Microsoft Store
@@ -94,8 +96,6 @@ landingContent:
9496
url: ../publish/analyze-app-performance/msix.md
9597
- text: Manage and update your app
9698
url: ../publish/publish-your-app/msix/publish-update-to-your-app-on-store.md
97-
- text: Leverage developer tools
98-
url: ../publish/product-page-experiments.md
9999
- text: Manage your account
100100
url: ../publish/partner-center/manage-account-users.md
101101
- text: Microsoft Store policies and resources

hub/apps/index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ productDirectory:
7474
text: Overview
7575
- url: /windows/apps/package-and-deploy/packaging/
7676
text: Packaging
77+
- url: /windows/apps/package-and-deploy/choose-distribution-path
78+
text: Choose a distribution path
7779
- url: /windows/apps/package-and-deploy/deploy-overview
7880
text: Deployment
7981
- title: Publish

0 commit comments

Comments
 (0)