From e4de063e604b5d8a4bc07197ace8a8a665dfda6c Mon Sep 17 00:00:00 2001 From: rjagiewich Date: Tue, 12 Nov 2019 15:08:19 -0800 Subject: [PATCH 01/11] contribs to exclude --- devices/surface/docfx.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/devices/surface/docfx.json b/devices/surface/docfx.json index 026be430c1..1f3fa119e2 100644 --- a/devices/surface/docfx.json +++ b/devices/surface/docfx.json @@ -43,5 +43,15 @@ "template": "op.html", "dest": "devices/surface", "markdownEngineName": "markdig" - } -} +}, + "contributors_to_exclude": [ + "rjagiewich", + "traya1", + "rmca14", + "claydetels19", + "Kellylorenebaker", + "jborsecnik", + "tiburd", + "garycentric" + ] +} \ No newline at end of file From 935854875779df493de42cb28faf9eb1255bca9a Mon Sep 17 00:00:00 2001 From: rjagiewich Date: Tue, 12 Nov 2019 15:43:45 -0800 Subject: [PATCH 02/11] contribs to exclude --- devices/surface-hub/docfx.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/devices/surface-hub/docfx.json b/devices/surface-hub/docfx.json index 2ab787b803..5cb5a2e262 100644 --- a/devices/surface-hub/docfx.json +++ b/devices/surface-hub/docfx.json @@ -47,5 +47,15 @@ "template": "op.html", "dest": "devices/surface-hub", "markdownEngineName": "markdig" - } + }, + "contributors_to_exclude": [ + "rjagiewich", + "traya1", + "rmca14", + "claydetels19", + "Kellylorenebaker", + "jborsecnik", + "tiburd", + "garycentric" +] } From 9184b01fbf08ff3252dba807504e8bdf4e5a1e52 Mon Sep 17 00:00:00 2001 From: rjagiewich Date: Tue, 12 Nov 2019 16:33:25 -0800 Subject: [PATCH 03/11] contribs to exclude --- education/docfx.json | 12 +++++++++++- mdop/docfx.json | 12 +++++++++++- smb/docfx.json | 12 +++++++++++- store-for-business/docfx.json | 12 +++++++++++- 4 files changed, 44 insertions(+), 4 deletions(-) diff --git a/education/docfx.json b/education/docfx.json index 91c875c200..8f8b4fcf83 100644 --- a/education/docfx.json +++ b/education/docfx.json @@ -45,5 +45,15 @@ "template": "op.html", "dest": "education", "markdownEngineName": "markdig" - } +}, + "contributors_to_exclude": [ + "rjagiewich", + "traya1", + "rmca14", + "claydetels19", + "Kellylorenebaker", + "jborsecnik", + "tiburd", + "garycentric" + ] } diff --git a/mdop/docfx.json b/mdop/docfx.json index 252c242145..17525e8b23 100644 --- a/mdop/docfx.json +++ b/mdop/docfx.json @@ -47,5 +47,15 @@ "template": "op.html", "dest": "mdop", "markdownEngineName": "markdig" - } + }, + "contributors_to_exclude": [ + "rjagiewich", + "traya1", + "rmca14", + "claydetels19", + "Kellylorenebaker", + "jborsecnik", + "tiburd", + "garycentric" + ] } diff --git a/smb/docfx.json b/smb/docfx.json index 14448aa33c..710e5b827b 100644 --- a/smb/docfx.json +++ b/smb/docfx.json @@ -43,5 +43,15 @@ "template": [], "dest": "smb", "markdownEngineName": "markdig" - } + }, + "contributors_to_exclude": [ + "rjagiewich", + "traya1", + "rmca14", + "claydetels19", + "Kellylorenebaker", + "jborsecnik", + "tiburd", + "garycentric" + ] } diff --git a/store-for-business/docfx.json b/store-for-business/docfx.json index 760a988add..1d0c549632 100644 --- a/store-for-business/docfx.json +++ b/store-for-business/docfx.json @@ -53,5 +53,15 @@ "template": [], "dest": "store-for-business", "markdownEngineName": "markdig" - } + }, + "contributors_to_exclude": [ + "rjagiewich", + "traya1", + "rmca14", + "claydetels19", + "Kellylorenebaker", + "jborsecnik", + "tiburd", + "garycentric" + ] } From 3d32e8a69bb6d16e04858b2b1da23aea111d234a Mon Sep 17 00:00:00 2001 From: Thomas Raya Date: Thu, 14 Nov 2019 09:06:32 -0800 Subject: [PATCH 04/11] Moved contributors_to_exclude Moved contributors_to_exclude metadata into globalmetadata --- devices/surface-hub/docfx.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/devices/surface-hub/docfx.json b/devices/surface-hub/docfx.json index 5cb5a2e262..5fdc3cc185 100644 --- a/devices/surface-hub/docfx.json +++ b/devices/surface-hub/docfx.json @@ -41,21 +41,21 @@ "depot_name": "Win.surface-hub", "folder_relative_path_in_docset": "./" } - } + }, + "contributors_to_exclude": [ + "rjagiewich", + "traya1", + "rmca14", + "claydetels19", + "Kellylorenebaker", + "jborsecnik", + "tiburd", + "garycentric" +] }, "externalReference": [], "template": "op.html", "dest": "devices/surface-hub", "markdownEngineName": "markdig" - }, - "contributors_to_exclude": [ - "rjagiewich", - "traya1", - "rmca14", - "claydetels19", - "Kellylorenebaker", - "jborsecnik", - "tiburd", - "garycentric" -] + } } From ddf122e0a900740334bca184294f8dac5cf33f17 Mon Sep 17 00:00:00 2001 From: Thomas Raya Date: Thu, 14 Nov 2019 09:09:15 -0800 Subject: [PATCH 05/11] Moved contributors_to_exclude --- devices/surface/docfx.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/devices/surface/docfx.json b/devices/surface/docfx.json index 1f3fa119e2..890484f772 100644 --- a/devices/surface/docfx.json +++ b/devices/surface/docfx.json @@ -37,21 +37,21 @@ "depot_name": "Win.surface", "folder_relative_path_in_docset": "./" } - } + }, + "contributors_to_exclude": [ + "rjagiewich", + "traya1", + "rmca14", + "claydetels19", + "Kellylorenebaker", + "jborsecnik", + "tiburd", + "garycentric" + ] }, "externalReference": [], "template": "op.html", "dest": "devices/surface", "markdownEngineName": "markdig" -}, - "contributors_to_exclude": [ - "rjagiewich", - "traya1", - "rmca14", - "claydetels19", - "Kellylorenebaker", - "jborsecnik", - "tiburd", - "garycentric" - ] -} \ No newline at end of file +} +} From bcbd574a296bd95ad84cca6ffe46467099d00196 Mon Sep 17 00:00:00 2001 From: Thomas Raya Date: Thu, 14 Nov 2019 09:10:07 -0800 Subject: [PATCH 06/11] Format Correction --- devices/surface/docfx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/surface/docfx.json b/devices/surface/docfx.json index 890484f772..fafc824f21 100644 --- a/devices/surface/docfx.json +++ b/devices/surface/docfx.json @@ -47,7 +47,7 @@ "jborsecnik", "tiburd", "garycentric" - ] + ] }, "externalReference": [], "template": "op.html", From af3d594451a7eac88c39489ea6841fc11c05cde2 Mon Sep 17 00:00:00 2001 From: Thomas Raya Date: Thu, 14 Nov 2019 09:10:39 -0800 Subject: [PATCH 07/11] Format Correction --- devices/surface-hub/docfx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/surface-hub/docfx.json b/devices/surface-hub/docfx.json index 5fdc3cc185..d74914168f 100644 --- a/devices/surface-hub/docfx.json +++ b/devices/surface-hub/docfx.json @@ -51,7 +51,7 @@ "jborsecnik", "tiburd", "garycentric" -] + ] }, "externalReference": [], "template": "op.html", From ee2b472367415f06393256da508cab55b7c9d8af Mon Sep 17 00:00:00 2001 From: Thomas Raya Date: Thu, 14 Nov 2019 09:12:52 -0800 Subject: [PATCH 08/11] Moved contributors_to_exclude --- education/docfx.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/education/docfx.json b/education/docfx.json index 8f8b4fcf83..809a2da28f 100644 --- a/education/docfx.json +++ b/education/docfx.json @@ -39,21 +39,21 @@ "depot_name": "Win.education", "folder_relative_path_in_docset": "./" } - } + }, + "contributors_to_exclude": [ + "rjagiewich", + "traya1", + "rmca14", + "claydetels19", + "Kellylorenebaker", + "jborsecnik", + "tiburd", + "garycentric" + ] }, "externalReference": [], "template": "op.html", "dest": "education", "markdownEngineName": "markdig" -}, - "contributors_to_exclude": [ - "rjagiewich", - "traya1", - "rmca14", - "claydetels19", - "Kellylorenebaker", - "jborsecnik", - "tiburd", - "garycentric" - ] +} } From 139d252d7155b7602484c97a5b3a43368836898f Mon Sep 17 00:00:00 2001 From: Thomas Raya Date: Thu, 14 Nov 2019 10:26:32 -0800 Subject: [PATCH 09/11] Move contributors_to_exclude --- mdop/docfx.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/mdop/docfx.json b/mdop/docfx.json index 17525e8b23..c037b4fa3c 100644 --- a/mdop/docfx.json +++ b/mdop/docfx.json @@ -41,21 +41,21 @@ "depot_name": "Win.mdop", "folder_relative_path_in_docset": "./" } - } + }, + "contributors_to_exclude": [ + "rjagiewich", + "traya1", + "rmca14", + "claydetels19", + "Kellylorenebaker", + "jborsecnik", + "tiburd", + "garycentric" + ] }, "externalReference": [], "template": "op.html", "dest": "mdop", "markdownEngineName": "markdig" - }, - "contributors_to_exclude": [ - "rjagiewich", - "traya1", - "rmca14", - "claydetels19", - "Kellylorenebaker", - "jborsecnik", - "tiburd", - "garycentric" - ] + } } From c0e015c797b8a814dc1df13e6e80d728afbb8175 Mon Sep 17 00:00:00 2001 From: Thomas Raya Date: Thu, 14 Nov 2019 10:30:27 -0800 Subject: [PATCH 10/11] Move contributors_to_exclude --- smb/docfx.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/smb/docfx.json b/smb/docfx.json index 710e5b827b..1c1ce5a53a 100644 --- a/smb/docfx.json +++ b/smb/docfx.json @@ -37,21 +37,21 @@ "depot_name": "TechNet.smb", "folder_relative_path_in_docset": "./" } - } + }, + "contributors_to_exclude": [ + "rjagiewich", + "traya1", + "rmca14", + "claydetels19", + "Kellylorenebaker", + "jborsecnik", + "tiburd", + "garycentric" + ] }, "fileMetadata": {}, "template": [], "dest": "smb", "markdownEngineName": "markdig" - }, - "contributors_to_exclude": [ - "rjagiewich", - "traya1", - "rmca14", - "claydetels19", - "Kellylorenebaker", - "jborsecnik", - "tiburd", - "garycentric" - ] + } } From e0cbb0a5109a52207fc5175839cbfb3d7252061e Mon Sep 17 00:00:00 2001 From: Thomas Raya Date: Thu, 14 Nov 2019 10:31:26 -0800 Subject: [PATCH 11/11] Move contributors_to_exclude --- store-for-business/docfx.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/store-for-business/docfx.json b/store-for-business/docfx.json index 1d0c549632..2a30faf3ef 100644 --- a/store-for-business/docfx.json +++ b/store-for-business/docfx.json @@ -47,21 +47,21 @@ "depot_name": "MSDN.store-for-business", "folder_relative_path_in_docset": "./" } - } + }, + "contributors_to_exclude": [ + "rjagiewich", + "traya1", + "rmca14", + "claydetels19", + "Kellylorenebaker", + "jborsecnik", + "tiburd", + "garycentric" + ] }, "fileMetadata": {}, "template": [], "dest": "store-for-business", "markdownEngineName": "markdig" - }, - "contributors_to_exclude": [ - "rjagiewich", - "traya1", - "rmca14", - "claydetels19", - "Kellylorenebaker", - "jborsecnik", - "tiburd", - "garycentric" - ] + } }