Commit f84e16b
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
| |||
94 | 96 | | |
95 | 97 | | |
96 | 98 | | |
97 | | - | |
98 | | - | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
77 | 79 | | |
78 | 80 | | |
79 | 81 | | |
| |||
0 commit comments