Skip to content

Commit d805b4b

Browse files
authored
fix the ms.service metadata for conceptual content
1 parent a964b2e commit d805b4b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docfx.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,8 +418,11 @@
418418
"azurestackps-*/**/*.md": "femila"
419419
},
420420
"ms.service": {
421+
"docs-conceptual/azurestackps-*/**/*.md": "azure-stack",
421422
"azurestackps-*/**/*.md": "azure-stack",
423+
"docs-conceptual/azuresmps-*/**/*.md": "azure-powershell",
422424
"azuresmps-*/**/*.md": "azure-powershell",
425+
"docs-conceptual/azurermps-*/**/*.md": "azure-powershell",
423426
"azurermps-*/**/*.md": "azure-powershell"
424427
},
425428
"ms.topic": {
@@ -473,4 +476,4 @@
473476
"dest": "azureps",
474477
"lruSize": 0
475478
}
476-
}
479+
}

0 commit comments

Comments
 (0)