From 3ad99bda057c061b1b41483ddfbab75b3bd65782 Mon Sep 17 00:00:00 2001 From: v-saambe <33138377+v-saambe@users.noreply.github.com> Date: Thu, 11 Apr 2019 16:27:05 -0700 Subject: [PATCH] Update docfx.json --- windows/deploy/docfx.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/windows/deploy/docfx.json b/windows/deploy/docfx.json index dd8b79a04e..9f1758ca22 100644 --- a/windows/deploy/docfx.json +++ b/windows/deploy/docfx.json @@ -32,7 +32,8 @@ "globalMetadata": { "_op_documentIdPathDepotMapping": { "./": { - "depot_name": "MSDN.windows-deploy" + "depot_name": "MSDN.windows-deploy", + "folder_relative_path_in_docset": "./" } } }, @@ -40,4 +41,4 @@ "template": [], "dest": "windows-deploy" } -} \ No newline at end of file +}