Merged PR 8160: fixing UHF for privacy node

This commit is contained in:
Dani Halfin 2018-05-11 19:16:07 +00:00
parent 319b4ff040
commit ea38b409fb

View File

@ -9,8 +9,6 @@
"exclude": [
"**/obj/**",
"**/includes/**",
"_themes/**",
"_themes.pdf/**",
"README.md",
"LICENSE",
"LICENSE-CODE",
@ -22,21 +20,28 @@
{
"files": [
"**/*.png",
"**/*.jpg"
"**/*.jpg",
"**/*.gif"
],
"exclude": [
"**/obj/**",
"**/includes/**",
"_themes/**",
"_themes.pdf/**"
"**/includes/**"
]
}
],
"overwrite": [],
"externalReference": [],
"globalMetadata": {
"uhfHeaderId": "MSDocsHeader-WindowsIT",
"breadcrumb_path": "/windows/privacy/breadcrumb/toc.json",
"extendBreadcrumb": true
"extendBreadcrumb": true,
"ms.technology": "windows",
"ms.topic": "article",
"ms.author": "daniha",
"ms.date": "05/10/2018",
"feedback_system": "GitHub",
"feedback_github_repo": "MicrosoftDocs/windows-itpro-docs",
"feedback_product_url": "https://support.microsoft.com/help/4021566/windows-10-send-feedback-to-microsoft-with-feedback-hub-app"
},
"fileMetadata": {},
"template": [],