From 1570c34cc656dda6d9c2a2b9c5b1e091bdb6d890 Mon Sep 17 00:00:00 2001 From: fenxu Date: Tue, 25 Apr 2017 15:52:10 +0000 Subject: [PATCH 1/2] Initialize open publishing repository: https://github.com/Microsoft/win-cpub-itpro-docs of branch master --- .openpublishing.publish.config.json | 16 +++++++++++++ windows/configure/TOC.md | 1 + windows/configure/docfx.json | 37 +++++++++++++++++++++++++++++ windows/configure/index.md | 1 + 4 files changed, 55 insertions(+) create mode 100644 windows/configure/TOC.md create mode 100644 windows/configure/docfx.json create mode 100644 windows/configure/index.md diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index a4498d83a5..e38381852e 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -372,6 +372,22 @@ "build_entry_point": "docs", "template_folder": "_themes", "version": 0 + }, + { + "docset_name": "windows-configure", + "build_source_folder": "windows/configure", + "build_output_subfolder": "windows-configure", + "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/configure/TOC.md b/windows/configure/TOC.md new file mode 100644 index 0000000000..06913f7aef --- /dev/null +++ b/windows/configure/TOC.md @@ -0,0 +1 @@ +# [Index](index.md) \ No newline at end of file diff --git a/windows/configure/docfx.json b/windows/configure/docfx.json new file mode 100644 index 0000000000..fa97b029d7 --- /dev/null +++ b/windows/configure/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-configure" + } +} \ No newline at end of file diff --git a/windows/configure/index.md b/windows/configure/index.md new file mode 100644 index 0000000000..fc80dabea5 --- /dev/null +++ b/windows/configure/index.md @@ -0,0 +1 @@ +# Welcome to windows-configure! \ No newline at end of file From 0ca1a085781184251a5074b444fdc36522afb629 Mon Sep 17 00:00:00 2001 From: fenxu Date: Tue, 25 Apr 2017 23:54:41 +0800 Subject: [PATCH 2/2] Remove unused file --- windows/configure/TOC.md | 1 - windows/configure/index.md | 1 - 2 files changed, 2 deletions(-) delete mode 100644 windows/configure/TOC.md delete mode 100644 windows/configure/index.md diff --git a/windows/configure/TOC.md b/windows/configure/TOC.md deleted file mode 100644 index 06913f7aef..0000000000 --- a/windows/configure/TOC.md +++ /dev/null @@ -1 +0,0 @@ -# [Index](index.md) \ No newline at end of file diff --git a/windows/configure/index.md b/windows/configure/index.md deleted file mode 100644 index fc80dabea5..0000000000 --- a/windows/configure/index.md +++ /dev/null @@ -1 +0,0 @@ -# Welcome to windows-configure! \ No newline at end of file