From a91b88f365a84a90ef7249b5e699966a67711e77 Mon Sep 17 00:00:00 2001 From: James Montemagno Date: Thu, 4 Feb 2021 07:24:13 -0800 Subject: [PATCH] Add Swagger MS Learn in additional resources (#21433) --- aspnetcore/tutorials/getting-started-with-swashbuckle.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aspnetcore/tutorials/getting-started-with-swashbuckle.md b/aspnetcore/tutorials/getting-started-with-swashbuckle.md index fc78dc42a2..344f1ab214 100644 --- a/aspnetcore/tutorials/getting-started-with-swashbuckle.md +++ b/aspnetcore/tutorials/getting-started-with-swashbuckle.md @@ -488,3 +488,7 @@ app.UseSwaggerUI(c => c.InjectStylesheet("/swagger-ui/custom.css"); } ``` + +## Additional resources + +* [Microsoft Learn: Improve the developer experience of an API with Swagger documentation](/learn/modules/improve-api-developer-experience-with-swagger/)