Skip to content

Commit 7a05793

Browse files
committed
updating filemetadata in docfx.json
add ROBOTS field, troubleshooting ms.prod and ms.service fields.
1 parent f824c86 commit 7a05793

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

sharepoint/docfx.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,13 @@
6161
},
6262
"fileMetadata": {
6363
"ms.service":{
64-
"sharepoint-online/*.md":"sharepoint-powershell"
64+
"sharepoint-ps/sharepoint-online/*.md":"sharepoint-powershell"
6565
},
6666
"ms.prod":{
67-
"sharepoint-server/*.md":"sharepoint-2016-powershell"
67+
"sharepoint-ps/sharepoint-server/*.md":"sharepoint-2016-powershell"
68+
},
69+
"ROBOTS":{
70+
"sharepoint-ps/sharepoint-pnp/*.md":"NOINDEX,NOFOLLOW"
6871
}
6972
},
7073
"template": [],

0 commit comments

Comments
 (0)