diff --git a/README.md b/README.md index 514a93615f..968d8d4872 100644 --- a/README.md +++ b/README.md @@ -593,6 +593,7 @@ Here are some companies/projects (alphabetical order) using OpenAPI Generator in - [Pricefx](https://www.pricefx.com/) - [Prometheus/Alertmanager](https://github.com/prometheus/alertmanager) - [Raiffeisen Schweiz Genossenschaft](https://www.raiffeisen.ch) +- [RedHat](https://www.redhat.com) - [RepreZen API Studio](https://www.reprezen.com/swagger-openapi-code-generation-api-first-microservices-enterprise-development) - [REST United](https://restunited.com) - [Stingray](http://www.stingray.com) diff --git a/website/dynamic/users.yml b/website/dynamic/users.yml index 582be441c7..a1bfeea584 100644 --- a/website/dynamic/users.yml +++ b/website/dynamic/users.yml @@ -208,6 +208,11 @@ image: "img/companies/raiffeisen.png" infoLink: "https://www.raiffeisen.ch/" pinned: false +- + caption: "RedHat" + image: "img/companies/redhat.png" + infoLink: "https://www.redhat.com" + pinned: false - caption: "RepreZen API Studio" image: "img/companies/reprezen.png" diff --git a/website/static/img/companies/redhat.png b/website/static/img/companies/redhat.png new file mode 100644 index 0000000000..93217cc085 Binary files /dev/null and b/website/static/img/companies/redhat.png differ