From 1fe12b3dfc70d40c731357a9994d9988e05275e6 Mon Sep 17 00:00:00 2001 From: Craig Date: Fri, 21 Dec 2018 16:16:21 -0800 Subject: [PATCH 1/3] add global file metadata --- docs/en/docfx.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/en/docfx.json b/docs/en/docfx.json index aff670517..8b88d0498 100644 --- a/docs/en/docfx.json +++ b/docs/en/docfx.json @@ -40,7 +40,19 @@ }, "globalMetadata": { "apiPlatform": "dotnet", - "breadcrumb_path": "~/breadcrumb/toc.yml" + "breadcrumb_path": "~/breadcrumb/toc.yml", + "author": "dotnet-bot", + "ms.author": "dotnetcontent", + "manager": "crdun", + "ms.date": "12/21/2018", + "searchScope": ["Xamarin"], + "uhfHeaderId": "MSDocsHeader-DotNet", + "ms.topic": "managed-reference", + "ms.prod": "xamarin", + "ms.technology":"xamarin-essentials", + "feedback_system": "GitHub", + "feedback_github_repo": "MicrosoftDocs/xamarin-docs", + "feedback_product_url": "https://github.com/xamarin/Essentials/blob/master/PRODUCT-FEEDBACK.md" }, "fileMetadata": { "author": { From 597d061e0eb31784c4480183fa4565b4602c532f Mon Sep 17 00:00:00 2001 From: Craig Date: Fri, 21 Dec 2018 16:19:58 -0800 Subject: [PATCH 2/3] update ms.topic --- docs/en/docfx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docfx.json b/docs/en/docfx.json index 8b88d0498..99bf1c219 100644 --- a/docs/en/docfx.json +++ b/docs/en/docfx.json @@ -47,7 +47,7 @@ "ms.date": "12/21/2018", "searchScope": ["Xamarin"], "uhfHeaderId": "MSDocsHeader-DotNet", - "ms.topic": "managed-reference", + "ms.topic": "reference", "ms.prod": "xamarin", "ms.technology":"xamarin-essentials", "feedback_system": "GitHub", From a12ba31de54452f4e5c485dd1e754a808cda6ea3 Mon Sep 17 00:00:00 2001 From: Craig Date: Fri, 21 Dec 2018 17:22:49 -0800 Subject: [PATCH 3/3] update topic to match .net docs --- docs/en/docfx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docfx.json b/docs/en/docfx.json index 99bf1c219..8b88d0498 100644 --- a/docs/en/docfx.json +++ b/docs/en/docfx.json @@ -47,7 +47,7 @@ "ms.date": "12/21/2018", "searchScope": ["Xamarin"], "uhfHeaderId": "MSDocsHeader-DotNet", - "ms.topic": "reference", + "ms.topic": "managed-reference", "ms.prod": "xamarin", "ms.technology":"xamarin-essentials", "feedback_system": "GitHub",