From d62e83b23f3ac7b20df1ec736ed98f1cc1d753a5 Mon Sep 17 00:00:00 2001 From: saldana Date: Mon, 24 Apr 2017 16:31:06 +0000 Subject: [PATCH] Initialize open publishing repository: https://github.com/Microsoft/win-cpub-itpro-docs of branch live --- .openpublishing.publish.config.json | 16 ++++++++++ windows/application-management/docfx.json | 37 +++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 windows/application-management/docfx.json diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index 721cd71cc7..d83ec4fb5f 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -196,6 +196,22 @@ "build_entry_point": "docs", "template_folder": "_themes", "version": 0 + }, + { + "docset_name": "win-app-management", + "build_source_folder": "windows/application-management", + "build_output_subfolder": "win-app-management", + "locale": "en-us", + "monikers": [], + "open_to_public_contributors": false, + "type_mapping": { + "Conceptual": "Content", + "ManagedReference": "Content", + "RestApi": "Content" + }, + "build_entry_point": "docs", + "template_folder": "_themes", + "version": 0 } ], "notification_subscribers": [ diff --git a/windows/application-management/docfx.json b/windows/application-management/docfx.json new file mode 100644 index 0000000000..17a1cbc973 --- /dev/null +++ b/windows/application-management/docfx.json @@ -0,0 +1,37 @@ +{ + "build": { + "content": [ + { + "files": [ + "**/*.md" + ], + "exclude": [ + "**/obj/**", + "**/includes/**", + "README.md", + "LICENSE", + "LICENSE-CODE", + "ThirdPartyNotices" + ] + } + ], + "resource": [ + { + "files": [ + "**/*.png", + "**/*.jpg" + ], + "exclude": [ + "**/obj/**", + "**/includes/**" + ] + } + ], + "overwrite": [], + "externalReference": [], + "globalMetadata": {}, + "fileMetadata": {}, + "template": [], + "dest": "win-app-management" + } +} \ No newline at end of file