From 039725ef99164463dc6c34a361b43191940efa28 Mon Sep 17 00:00:00 2001 From: Helber Belmiro Date: Mon, 30 Jun 2025 12:59:49 -0300 Subject: [PATCH] Added DeepWiki badge so https://deepwiki.com/quarkiverse/quarkus-openapi-generator is automatically updated (#1224) Signed-off-by: Helber Belmiro --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a27520cce..e0db51707 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ [![Build]()](https://github.com/quarkiverse/quarkus-openapi-generator/actions?query=workflow%3ABuild) [![Maven Central](https://img.shields.io/maven-central/v/io.quarkiverse.openapi.generator/quarkus-openapi-generator.svg?label=Maven%20Central&style=flat-square)](https://search.maven.org/artifact/io.quarkiverse.openapi.generator/quarkus-openapi-generator) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square)](https://opensource.org/licenses/Apache-2.0) +[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/quarkiverse/quarkus-openapi-generator) Quarkus' extensions for generation of [Rest Clients](https://quarkus.io/guides/rest-client) and server stubs generation based on the [Apicurio Codegen](https://github.com/Apicurio/apicurio-codegen) capabilities based on OpenAPI specification files.