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