From 4839a76aa1f7dc120bf70772a6528e1720337e81 Mon Sep 17 00:00:00 2001 From: fenxu Date: Tue, 25 Apr 2017 04:46:12 +0000 Subject: [PATCH] Initialize open publishing repository: https://github.com/Microsoft/win-cpub-itpro-docs of branch master --- .openpublishing.publish.config.json | 16 +++++++++++++ windows/deploy/TOC.md | 1 + windows/deploy/docfx.json | 37 +++++++++++++++++++++++++++++ windows/deploy/index.md | 1 + 4 files changed, 55 insertions(+) create mode 100644 windows/deploy/TOC.md create mode 100644 windows/deploy/docfx.json create mode 100644 windows/deploy/index.md diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index da6327bcc9..a4498d83a5 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -356,6 +356,22 @@ "build_entry_point": "docs", "template_folder": "_themes", "version": 0 + }, + { + "docset_name": "windows-deploy", + "build_source_folder": "windows/deploy", + "build_output_subfolder": "windows-deploy", + "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/deploy/TOC.md b/windows/deploy/TOC.md new file mode 100644 index 0000000000..06913f7aef --- /dev/null +++ b/windows/deploy/TOC.md @@ -0,0 +1 @@ +# [Index](index.md) \ No newline at end of file diff --git a/windows/deploy/docfx.json b/windows/deploy/docfx.json new file mode 100644 index 0000000000..446c7aa4f2 --- /dev/null +++ b/windows/deploy/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": "windows-deploy" + } +} \ No newline at end of file diff --git a/windows/deploy/index.md b/windows/deploy/index.md new file mode 100644 index 0000000000..9795630951 --- /dev/null +++ b/windows/deploy/index.md @@ -0,0 +1 @@ +# Welcome to windows-deploy! \ No newline at end of file