Skip to content

Commit

Permalink
chore: #17 Complete extension metadata decription
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Broudoux <[email protected]>
  • Loading branch information
lbroudoux committed Nov 14, 2023
1 parent bb3a1fd commit 7f071dd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion runtime/src/main/resources/META-INF/quarkus-extension.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Microcks
description: REST, GraphQL, gRPC API and SOAP mock endpoints and contract testing - directly from your specs
description: Microcks is an open-source cloud-native platform for mocking and contract-testing all kinds of APIs - directly from your specs. It supports REST OpenAPI, gRPC, GraphQL, Async APIs and SOAP WebServices.
metadata:
shortname: microcks
keywords:
- api
- mocking
Expand All @@ -10,7 +11,11 @@ metadata:
- grpc
- soap
guide: https://github.com/microcks/microcks-quarkus
icon-url: https://microcks.io/images/microcks-logo-blue.png
categories:
- "web"
- "cloud"
- "test"
scm:
url: "https://github.com/microcks/microcks-quarkus"
status: "preview"

0 comments on commit 7f071dd

Please sign in to comment.