Skip to content

Commit c8eb98b

Browse files
committed
Add filemetadata sections to docfx.json for online and on prem for SharePoint.
1 parent a00796c commit c8eb98b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

sharepoint/docfx.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,16 @@
5757
"ms.author" : "kirks",
5858
"ms.date" : "11/28/2017",
5959
"ms.topic" : "reference",
60-
"ms.prod" : "sharepoint-2016-powershell",
6160
"ms.devlang" : "powershell"
6261
},
63-
"fileMetadata": {},
62+
"fileMetadata": {
63+
"ms.service":{
64+
"sharepoint-online/*.md":"sharepoint-powershell"
65+
},
66+
"ms.prod":{
67+
"sharepoint-server/*.md":"sharepoint-2016-powershell"
68+
}
69+
},
6470
"template": [],
6571
"dest": "sharepoint-ps"
6672
}

0 commit comments

Comments
 (0)