From 5c856ec561ab0cb2f2ed35a9afac84eac8957b66 Mon Sep 17 00:00:00 2001 From: saldana Date: Mon, 19 Oct 2015 19:45:24 -0700 Subject: [PATCH 1/2] Added first file for provisioning repo with Open Publishing --- .openpublishing.publish.config.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .openpublishing.publish.config.json diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json new file mode 100644 index 000000000000..1c3b9e135d30 --- /dev/null +++ b/.openpublishing.publish.config.json @@ -0,0 +1,13 @@ +{ + "build_entry_point": "", + "docsets_to_publish": [ + { + "docset_name": "PowerShell-docs", + "build_output_subfolder": "dcs", + "locale": "en-us", + "version": 0, + "open_to_public_contributors": "false" + } + ], + "notification_subscribers": ["jaiello@microsoft.com"] +} From c42bf818feddf46646b86e5e687721b45a3b86f2 Mon Sep 17 00:00:00 2001 From: saldana Date: Mon, 19 Oct 2015 20:18:27 -0700 Subject: [PATCH 2/2] Update .openpublishing.publish.config.json --- .openpublishing.publish.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index 1c3b9e135d30..a4f80fc16120 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -2,7 +2,7 @@ "build_entry_point": "", "docsets_to_publish": [ { - "docset_name": "PowerShell-docs", + "docset_name": "PowerShell_PowerShell-docs_dcs", "build_output_subfolder": "dcs", "locale": "en-us", "version": 0,