From a28734f1fd26349645ef556ba187e580e28f03e0 Mon Sep 17 00:00:00 2001 From: 64J0 Date: Thu, 24 Oct 2024 19:44:05 -0300 Subject: [PATCH] add OpenApi section to the docs --- 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