diff --git a/devices/hololens/docfx.json b/devices/hololens/docfx.json new file mode 100644 index 0000000000..4f53494c32 --- /dev/null +++ b/devices/hololens/docfx.json @@ -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" + ] +} diff --git a/devices/surface-hub/docfx.json b/devices/surface-hub/docfx.json new file mode 100644 index 0000000000..8eba3c49b1 --- /dev/null +++ b/devices/surface-hub/docfx.json @@ -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" + } +} diff --git a/devices/surface/docfx.json b/devices/surface/docfx.json new file mode 100644 index 0000000000..42faacbcac --- /dev/null +++ b/devices/surface/docfx.json @@ -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" +} +}