From c682f0bb72def2ad26bbb660ec51455601d92968 Mon Sep 17 00:00:00 2001 From: Xiaokai He Date: Wed, 11 May 2016 10:50:03 -0700 Subject: [PATCH 1/4] provision the education docset --- .openpublishing.publish.config.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index e58deb3585..efa5e8940f 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -52,7 +52,7 @@ "Conceptual": "Content" } }, - { + { "docset_name": "mdop", "build_output_subfolder": "mdop", "locale": "en-us", @@ -61,6 +61,16 @@ "type_mapping": { "Conceptual": "Content" } + }, + { + "docset_name": "education", + "build_output_subfolder": "win-cpub-itpro-docs/education", + "locale": "en-us", + "version": 0, + "open_to_public_contributors": "false", + "type_mapping": { + "Conceptual": "Content" + } } ], "notification_subscribers": ["brianlic@microsoft.com"], From 9fbbcf081be10b6a68be8790a03e9b3e77b6b544 Mon Sep 17 00:00:00 2001 From: Xiaokai He Date: Wed, 11 May 2016 11:05:17 -0700 Subject: [PATCH 2/4] update the path of the folder --- .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 efa5e8940f..71ec186e86 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -64,7 +64,7 @@ }, { "docset_name": "education", - "build_output_subfolder": "win-cpub-itpro-docs/education", + "build_output_subfolder": "education", "locale": "en-us", "version": 0, "open_to_public_contributors": "false", From d7eb435f59b612ba0a609a791e287e2224bccab4 Mon Sep 17 00:00:00 2001 From: Xiaokai He Date: Wed, 11 May 2016 11:28:14 -0700 Subject: [PATCH 3/4] update the configuration file --- .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 71ec186e86..469c22cfdc 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -52,7 +52,7 @@ "Conceptual": "Content" } }, - { + { "docset_name": "mdop", "build_output_subfolder": "mdop", "locale": "en-us", From 32764659c4950a174031b05542271372039f6f90 Mon Sep 17 00:00:00 2001 From: saldana Date: Wed, 11 May 2016 20:26:20 -0700 Subject: [PATCH 4/4] updated destination --- education/docfx.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/education/docfx.json b/education/docfx.json index 85ad44817c..cc09ff86a7 100644 --- a/education/docfx.json +++ b/education/docfx.json @@ -19,6 +19,6 @@ "externalReference": [ ], "template": "op.html", - "dest": "edu" + "dest": "education" } -} \ No newline at end of file +}