diff --git a/README.md b/README.md index 79a23d5..d0794b9 100644 --- a/README.md +++ b/README.md @@ -763,13 +763,17 @@ o.Post("/books", createBookHandler, | `DocDeprecated()`/`Doc().Deprecated()` | Mark route deprecated | -### Swagger UI Preview +#### Swagger UI Preview Okapi automatically generates Swagger UI for all routes: ![Okapi Swagger Interface](https://raw.githubusercontent.com/jkaninda/okapi/main/swagger.png) +#### Redoc Preview + +![Okapi Redoc Interface](https://raw.githubusercontent.com/jkaninda/okapi/main/redoc.png) + --- ### Enabling and Disabling Routes & Groups diff --git a/redoc.png b/redoc.png new file mode 100644 index 0000000..822ed76 Binary files /dev/null and b/redoc.png differ diff --git a/swagger.png b/swagger.png index c23ed23..4c82fac 100644 Binary files a/swagger.png and b/swagger.png differ