From 956a07e21cc02bb0019814f10c0fcb795d8a05ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Gajo?= <50725287+64J0@users.noreply.github.com> Date: Fri, 25 Oct 2024 13:05:09 -0300 Subject: [PATCH] add OpenApi section to the docs (#624) --- DOCUMENTATION.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 1c97eaa2..cf34f477 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -52,6 +52,7 @@ An in depth functional reference to all of Giraffe's default features. - [TokenRouter](#tokenrouter) - [Razor](#razor) - [DotLiquid](#dotliquid) + - [OpenApi](#openapi) - [Special Mentions](#special-mentions) - [Appendix](#appendix) @@ -3544,6 +3545,12 @@ The `Giraffe.DotLiquid` NuGet package adds [DotLiquid](http://dotliquidmarkup.or For more information please visit the official [Giraffe DotLiquid](https://github.com/giraffe-fsharp/Giraffe.DotLiquid) GitHub repository. +### OpenApi + +The `Giraffe.OpenApi` NuGet package, inspired by [Oxpecker's code](https://github.com/Lanayx/Oxpecker), adds [OpenAPI](https://swagger.io/specification/) support to Giraffe, helping to improve the documentation of the project. + +For more information please visit the official [Giraffe OpenApi](https://github.com/giraffe-fsharp/Giraffe.OpenApi) GitHub repository. + ## Special Mentions ### Saturn