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