From cf8f5cc22d0331ec5e7c176ab53f8c72423a364a Mon Sep 17 00:00:00 2001 From: Dani Halfin Date: Mon, 29 Apr 2019 15:55:47 -0700 Subject: [PATCH] fixing config for bc and prod tag --- windows/release-information/docfx.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/windows/release-information/docfx.json b/windows/release-information/docfx.json index 6a0fb3e804..dd9fcd85dd 100644 --- a/windows/release-information/docfx.json +++ b/windows/release-information/docfx.json @@ -35,7 +35,8 @@ "overwrite": [], "externalReference": [], "globalMetadata": { - "breadcrumb_path": "/release-information/breadcrumb/toc.json", + "breadcrumb_path": "/windows/windows-10/breadcrumb/toc.json", + "ms.prod": "w10", "extendBreadcrumb": true, "feedback_system": "None" }, @@ -44,4 +45,4 @@ "dest": "release-information", "markdownEngineName": "markdig" } -} \ No newline at end of file +}