From 25c5672bf18178ebb5b76ccf96d3b8e9958e366b Mon Sep 17 00:00:00 2001 From: Scott Addie Date: Thu, 15 Mar 2018 13:31:33 -0500 Subject: [PATCH] Fix metadata in Web API help pages docs (#5706) --- aspnetcore/tutorials/getting-started-with-NSwag.md | 5 ++--- aspnetcore/tutorials/getting-started-with-swashbuckle.md | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/aspnetcore/tutorials/getting-started-with-NSwag.md b/aspnetcore/tutorials/getting-started-with-NSwag.md index 41aa8a27fb..b1075fd46b 100644 --- a/aspnetcore/tutorials/getting-started-with-NSwag.md +++ b/aspnetcore/tutorials/getting-started-with-NSwag.md @@ -2,11 +2,10 @@ title: Get started with NSwag author: zuckerthoben description: This tutorial provides a walkthrough of adding NSwag to generate documentation and help pages for a Web API app. -keywords: ASP.NET Core,Swagger,NSwag,help pages,Web API -ms.author: scaddie manager: wpickett +ms.author: scaddie ms.custom: mvc -ms.date: 03/09/2018 +ms.date: 03/15/2018 ms.prod: asp.net-core ms.technology: aspnet ms.topic: article diff --git a/aspnetcore/tutorials/getting-started-with-swashbuckle.md b/aspnetcore/tutorials/getting-started-with-swashbuckle.md index 380076694c..4031acc292 100644 --- a/aspnetcore/tutorials/getting-started-with-swashbuckle.md +++ b/aspnetcore/tutorials/getting-started-with-swashbuckle.md @@ -2,11 +2,10 @@ title: Get started with Swashbuckle author: zuckerthoben description: This tutorial provides a walkthrough of adding Swashbuckle to your project to integrate the Swagger UI. -keywords: ASP.NET Core,Swagger,Swashbuckle,help pages,Web API -ms.author: scaddie manager: wpickett +ms.author: scaddie ms.custom: mvc -ms.date: 03/09/2018 +ms.date: 03/15/2018 ms.prod: asp.net-core ms.technology: aspnet ms.topic: article