diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..5ae71b3 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @sjorobekov \ No newline at end of file diff --git a/README.md b/README.md index d481a73..969311c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # ExpressKit OpenApi Integration +This package provides OpenAPI/Swagger integration for [ExpressKit](https://github.com/gravity-ui/expresskit), automatically generating API documentation from your route contracts and authentication handlers. + ## Quick Start 1. Add the integration to an existing ExpressKit project: