Skip to content

Commit

Permalink
add OpenApi section to the docs (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
64J0 authored Oct 25, 2024
1 parent 695fcfd commit 956a07e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 956a07e

Please sign in to comment.