From acbc136fac657607140bf4fb07a136a87adc0906 Mon Sep 17 00:00:00 2001 From: Dani Halfin Date: Mon, 29 Apr 2019 15:54:40 -0700 Subject: [PATCH 1/2] Changing known-issues name --- windows/hub/breadcrumb/toc.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/windows/hub/breadcrumb/toc.yml b/windows/hub/breadcrumb/toc.yml index 4539d3b751..a28aaa3b77 100644 --- a/windows/hub/breadcrumb/toc.yml +++ b/windows/hub/breadcrumb/toc.yml @@ -25,9 +25,9 @@ - name: Mobile Device Management tocHref: /windows/client-management/mdm/ topicHref: /windows/client-management/mdm/index - - name: Known issues - tocHref: /windows/known-issues/ - topicHref: /windows/known-issues/index + - name: Release information + tocHref: /windows/release-information/ + topicHref: /windows/release-information/index - name: Privacy tocHref: /windows/privacy/ topicHref: /windows/privacy/index From cf8f5cc22d0331ec5e7c176ab53f8c72423a364a Mon Sep 17 00:00:00 2001 From: Dani Halfin Date: Mon, 29 Apr 2019 15:55:47 -0700 Subject: [PATCH 2/2] 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 +}