Skip to content

Commit 884d51f

Browse files
Merge pull request #5386 from MicrosoftDocs/main
Merge latest changes from main to live - re-publish new dev tools nav header
2 parents a7308d5 + 2da3723 commit 884d51f

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

hub/apps/develop/actions/action-json.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,23 +35,21 @@ This article describes the format of the action definition JSON file format for
3535
"inputCombinations": [
3636
{
3737
"inputs": ["UserFriendlyName"],
38-
"description": "Greet ${UserFriendlyName.Text}"
38+
"description": "Greet ${UserFriendlyName.Text}",
39+
"where": [
40+
"${UserFriendlyName.Length} > 3"
41+
]
3942
},
4043
{
4144
"inputs": ["UserFriendlyName", "PetName"],
42-
"description": "Greet ${UserFriendlyName.Text} and their pet ${PetName.Text}"
45+
"description": "Greet ${UserFriendlyName.Text} and their pet ${PetName.Text}"
4346
}
4447
],
4548
"contentAgeRating": "child",
4649
"invocation":
4750
{
48-
{
4951
"type": "Uri",
5052
"uri": "contoso://greetUser?userName=${UserFriendlyName.Text}&petName=${PetName.Text}",
51-
},
52-
"where": [
53-
"${UserFriendlyName.Length > 3}"
54-
]
5553
}
5654
},
5755
{

hub/docfx.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,16 @@
129129
"sudo/**": "https://github.com/microsoft/sudo",
130130
"web/**": "https://github.com/microsoft/Windows-Dev-Performance/issues"
131131
},
132+
"uhfHeaderId": {
133+
"android/**": "MSDocsHeader-Windows-DevTools",
134+
"dev-drive/**": "MSDocsHeader-Windows-DevTools",
135+
"dev-environment/**": "MSDocsHeader-Windows-DevTools",
136+
"dev-home/**": "MSDocsHeader-Windows-DevTools",
137+
"package-manager/**": "MSDocsHeader-Windows-DevTools",
138+
"powertoys/**": "MSDocsHeader-Windows-DevTools",
139+
"python/**": "MSDocsHeader-Windows-DevTools",
140+
"sudo/**": "MSDocsHeader-Windows-DevTools"
141+
},
132142
"author":
133143
{
134144
"android/**": "mattwojo",

0 commit comments

Comments
 (0)