mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-28 00:33:40 +00:00
re-add docfx files
For hololens, surface, and surface-hub
This commit is contained in:
67
devices/hololens/docfx.json
Normal file
67
devices/hololens/docfx.json
Normal file
@ -0,0 +1,67 @@
|
|||||||
|
{
|
||||||
|
"build": {
|
||||||
|
"content": [
|
||||||
|
{
|
||||||
|
"files": [
|
||||||
|
"**/*.md",
|
||||||
|
"**/**.yml"
|
||||||
|
],
|
||||||
|
"exclude": [
|
||||||
|
"**/obj/**",
|
||||||
|
"devices/hololens/**",
|
||||||
|
"**/includes/**"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"resource": [
|
||||||
|
{
|
||||||
|
"files": [
|
||||||
|
"**/*.png",
|
||||||
|
"**/*.jpg",
|
||||||
|
"**/*.gif"
|
||||||
|
],
|
||||||
|
"exclude": [
|
||||||
|
"**/obj/**",
|
||||||
|
"devices/hololens/**",
|
||||||
|
"**/includes/**"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"overwrite": [],
|
||||||
|
"externalReference": [],
|
||||||
|
"globalMetadata": {
|
||||||
|
"breadcrumb_path": "/hololens/breadcrumb/toc.json",
|
||||||
|
"ms.technology": "windows",
|
||||||
|
"ms.topic": "article",
|
||||||
|
"audience": "ITPro",
|
||||||
|
"manager": "laurawi",
|
||||||
|
"ms.date": "04/05/2017",
|
||||||
|
"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",
|
||||||
|
"_op_documentIdPathDepotMapping": {
|
||||||
|
"./": {
|
||||||
|
"depot_name": "Win.itpro-hololens",
|
||||||
|
"folder_relative_path_in_docset": "./"
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"fileMetadata": {},
|
||||||
|
"template": [
|
||||||
|
null
|
||||||
|
],
|
||||||
|
"dest": "devices/hololens",
|
||||||
|
"markdownEngineName": "markdig"
|
||||||
|
},
|
||||||
|
"contributors_to_exclude": [
|
||||||
|
"rjagiewich",
|
||||||
|
"traya1",
|
||||||
|
"rmca14",
|
||||||
|
"claydetels19",
|
||||||
|
"Kellylorenebaker",
|
||||||
|
"jborsecnik",
|
||||||
|
"tiburd",
|
||||||
|
"garycentric"
|
||||||
|
]
|
||||||
|
}
|
62
devices/surface-hub/docfx.json
Normal file
62
devices/surface-hub/docfx.json
Normal file
@ -0,0 +1,62 @@
|
|||||||
|
{
|
||||||
|
"build": {
|
||||||
|
"content": [
|
||||||
|
{
|
||||||
|
"files": [
|
||||||
|
"**/**.md",
|
||||||
|
"**/**.yml"
|
||||||
|
],
|
||||||
|
"exclude": [
|
||||||
|
"**/obj/**"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"resource": [
|
||||||
|
{
|
||||||
|
"files": [
|
||||||
|
"**/images/**",
|
||||||
|
"**/*.pptx",
|
||||||
|
"**/*.pdf"
|
||||||
|
],
|
||||||
|
"exclude": [
|
||||||
|
"**/obj/**"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"globalMetadata": {
|
||||||
|
"breadcrumb_path": "/surface-hub/breadcrumb/toc.json",
|
||||||
|
"ROBOTS": "INDEX, FOLLOW",
|
||||||
|
"ms.technology": "windows",
|
||||||
|
"audience": "ITPro",
|
||||||
|
"ms.topic": "article",
|
||||||
|
"manager": "laurawi",
|
||||||
|
"ms.mktglfcycl": "manage",
|
||||||
|
"ms.sitesec": "library",
|
||||||
|
"ms.date": "05/23/2017",
|
||||||
|
"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",
|
||||||
|
"_op_documentIdPathDepotMapping": {
|
||||||
|
"./": {
|
||||||
|
"depot_name": "Win.surface-hub",
|
||||||
|
"folder_relative_path_in_docset": "./"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"contributors_to_exclude": [
|
||||||
|
"rjagiewich",
|
||||||
|
"traya1",
|
||||||
|
"rmca14",
|
||||||
|
"claydetels19",
|
||||||
|
"Kellylorenebaker",
|
||||||
|
"jborsecnik",
|
||||||
|
"tiburd",
|
||||||
|
"garycentric"
|
||||||
|
],
|
||||||
|
"titleSuffix": "Surface Hub"
|
||||||
|
},
|
||||||
|
"externalReference": [],
|
||||||
|
"template": "op.html",
|
||||||
|
"dest": "devices/surface-hub",
|
||||||
|
"markdownEngineName": "markdig"
|
||||||
|
}
|
||||||
|
}
|
58
devices/surface/docfx.json
Normal file
58
devices/surface/docfx.json
Normal file
@ -0,0 +1,58 @@
|
|||||||
|
{
|
||||||
|
"build": {
|
||||||
|
"content": [
|
||||||
|
{
|
||||||
|
"files": [
|
||||||
|
"**/**.md",
|
||||||
|
"**/**.yml"
|
||||||
|
],
|
||||||
|
"exclude": [
|
||||||
|
"**/obj/**"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"resource": [
|
||||||
|
{
|
||||||
|
"files": [
|
||||||
|
"**/images/**"
|
||||||
|
],
|
||||||
|
"exclude": [
|
||||||
|
"**/obj/**"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"globalMetadata": {
|
||||||
|
"breadcrumb_path": "/surface/breadcrumb/toc.json",
|
||||||
|
"ROBOTS": "INDEX, FOLLOW",
|
||||||
|
"ms.technology": "windows",
|
||||||
|
"audience": "ITPro",
|
||||||
|
"ms.topic": "article",
|
||||||
|
"manager": "laurawi",
|
||||||
|
"ms.date": "05/09/2017",
|
||||||
|
"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",
|
||||||
|
"_op_documentIdPathDepotMapping": {
|
||||||
|
"./": {
|
||||||
|
"depot_name": "Win.surface",
|
||||||
|
"folder_relative_path_in_docset": "./"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"contributors_to_exclude": [
|
||||||
|
"rjagiewich",
|
||||||
|
"traya1",
|
||||||
|
"rmca14",
|
||||||
|
"claydetels19",
|
||||||
|
"Kellylorenebaker",
|
||||||
|
"jborsecnik",
|
||||||
|
"tiburd",
|
||||||
|
"garycentric"
|
||||||
|
],
|
||||||
|
"titleSuffix": "Surface"
|
||||||
|
},
|
||||||
|
"externalReference": [],
|
||||||
|
"template": "op.html",
|
||||||
|
"dest": "devices/surface",
|
||||||
|
"markdownEngineName": "markdig"
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user