From b253427cc4b0ed70e9d8c1f3959a78c122994699 Mon Sep 17 00:00:00 2001 From: rjagiewich Date: Wed, 23 Oct 2019 16:55:56 -0700 Subject: [PATCH 1/4] update contribs to exclude --- windows/docfx.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/windows/docfx.json b/windows/docfx.json index 21cba6820f..6a2e472f98 100644 --- a/windows/docfx.json +++ b/windows/docfx.json @@ -20,7 +20,13 @@ "_op_documentIdPathDepotMapping": { "./": { "depot_name": "Win.windows" - } + }, + "contributors_to_exclude": [ + "rjagiewich", + "traya1", + "rmca14", + "claydetels19" + ], } }, "externalReference": [ From 31647bccc179268feadcc7b1c142cca3b9cab1cc Mon Sep 17 00:00:00 2001 From: rjagiewich Date: Tue, 29 Oct 2019 14:42:34 -0700 Subject: [PATCH 2/4] updating contribs to exclude --- windows/docfx.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/windows/docfx.json b/windows/docfx.json index c745260f85..afb77d1e77 100644 --- a/windows/docfx.json +++ b/windows/docfx.json @@ -25,7 +25,11 @@ "rjagiewich", "traya1", "rmca14", - "claydetels19" + "claydetels19", + "Kellylorenebaker", + "jborsecnik", + "tiburd", + "garycentric" ], } }, From e9e97637e21927d31a29009fa9181648af8631ed Mon Sep 17 00:00:00 2001 From: rjagiewich Date: Tue, 29 Oct 2019 14:49:19 -0700 Subject: [PATCH 3/4] updating hololens docfx.json --- devices/hololens/docfx.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/devices/hololens/docfx.json b/devices/hololens/docfx.json index 51b4a3afbb..690aad5a1c 100644 --- a/devices/hololens/docfx.json +++ b/devices/hololens/docfx.json @@ -43,8 +43,18 @@ "./": { "depot_name": "Win.itpro-hololens", "folder_relative_path_in_docset": "./" + } + "contributors_to_exclude": [ + "rjagiewich", + "traya1", + "rmca14", + "claydetels19", + "Kellylorenebaker", + "jborsecnik", + "tiburd", + "garycentric" + ] } - } }, "fileMetadata": {}, "template": [ From 7bb0b9270074ba5e986e8c4c1cf711f3a3cb8d02 Mon Sep 17 00:00:00 2001 From: rjagiewich Date: Tue, 29 Oct 2019 15:00:41 -0700 Subject: [PATCH 4/4] fixing error --- devices/hololens/docfx.json | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/devices/hololens/docfx.json b/devices/hololens/docfx.json index 690aad5a1c..4f53494c32 100644 --- a/devices/hololens/docfx.json +++ b/devices/hololens/docfx.json @@ -44,16 +44,7 @@ "depot_name": "Win.itpro-hololens", "folder_relative_path_in_docset": "./" } - "contributors_to_exclude": [ - "rjagiewich", - "traya1", - "rmca14", - "claydetels19", - "Kellylorenebaker", - "jborsecnik", - "tiburd", - "garycentric" - ] + } }, "fileMetadata": {}, @@ -62,5 +53,15 @@ ], "dest": "devices/hololens", "markdownEngineName": "markdig" - } + }, + "contributors_to_exclude": [ + "rjagiewich", + "traya1", + "rmca14", + "claydetels19", + "Kellylorenebaker", + "jborsecnik", + "tiburd", + "garycentric" + ] }