mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-28 00:33:40 +00:00
Merged PR 8160: fixing UHF for privacy node
This commit is contained in:
@ -9,8 +9,6 @@
|
|||||||
"exclude": [
|
"exclude": [
|
||||||
"**/obj/**",
|
"**/obj/**",
|
||||||
"**/includes/**",
|
"**/includes/**",
|
||||||
"_themes/**",
|
|
||||||
"_themes.pdf/**",
|
|
||||||
"README.md",
|
"README.md",
|
||||||
"LICENSE",
|
"LICENSE",
|
||||||
"LICENSE-CODE",
|
"LICENSE-CODE",
|
||||||
@ -22,21 +20,28 @@
|
|||||||
{
|
{
|
||||||
"files": [
|
"files": [
|
||||||
"**/*.png",
|
"**/*.png",
|
||||||
"**/*.jpg"
|
"**/*.jpg",
|
||||||
|
"**/*.gif"
|
||||||
],
|
],
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"**/obj/**",
|
"**/obj/**",
|
||||||
"**/includes/**",
|
"**/includes/**"
|
||||||
"_themes/**",
|
|
||||||
"_themes.pdf/**"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"overwrite": [],
|
"overwrite": [],
|
||||||
"externalReference": [],
|
"externalReference": [],
|
||||||
"globalMetadata": {
|
"globalMetadata": {
|
||||||
|
"uhfHeaderId": "MSDocsHeader-WindowsIT",
|
||||||
"breadcrumb_path": "/windows/privacy/breadcrumb/toc.json",
|
"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": {},
|
"fileMetadata": {},
|
||||||
"template": [],
|
"template": [],
|
||||||
|
Reference in New Issue
Block a user