From 2a6cfebf6034377cf07da246ab0fe01b7439002c Mon Sep 17 00:00:00 2001 From: saldana Date: Mon, 24 Apr 2017 16:25:46 +0000 Subject: [PATCH] Initialize open publishing repository: https://github.com/Microsoft/win-cpub-itpro-docs of branch live --- .openpublishing.publish.config.json | 16 +++++++++++++ windows/deployment/docfx.json | 37 +++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 windows/deployment/docfx.json diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index f67e2f2989..dcb5d1e2ab 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -164,6 +164,22 @@ "build_entry_point": "docs", "template_folder": "_themes", "version": 0 + }, + { + "docset_name": "win-development", + "build_source_folder": "windows/deployment", + "build_output_subfolder": "win-development", + "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/deployment/docfx.json b/windows/deployment/docfx.json new file mode 100644 index 0000000000..13f1ff00a9 --- /dev/null +++ b/windows/deployment/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-development" + } +} \ No newline at end of file