From 3d32e8a69bb6d16e04858b2b1da23aea111d234a Mon Sep 17 00:00:00 2001 From: Thomas Raya Date: Thu, 14 Nov 2019 09:06:32 -0800 Subject: [PATCH] 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" -] + } }