Skip to content

Commit

Permalink
fix malformed metadata in extensions
Browse files Browse the repository at this point in the history
Signed-off-by: Jianguo Ma <[email protected]>
  • Loading branch information
majguo committed Jun 11, 2023
1 parent 497e8d9 commit e6d1ad0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ metadata:
categories:
- "cloud"
status: "preview"
config: "quarkus.azure.app.configuration"
config:
- "quarkus.azure.app.configuration."
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
---
name: "Quarkus Support Azure Storage Blob"
description: "Quarkus Support for Azure Storage Blob"
artifact: ${project.groupId}:${project.artifactId}:${project.version}
metadata:
short-name: "azure-storage-blob"
keywords:
- "azure"
- "storage"
- "storage-blob"
- "azure"
- "azure-storage-blob"
guide: https://quarkiverse.github.io/quarkiverse-docs/quarkus-azure-services/dev/
categories:
- "cloud"
status: "preview"
config: "quarkus.azure.storage.blob"

config:
- "quarkus.azure.storage.blob."
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

---
name: "Quarkus Support Azure Core"
description: "Quarkus Support Azure Core"
artifact: ${project.groupId}:${project.artifactId}:${project.version}
metadata:
unlisted: true
keywords:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

---
name: "Quarkus Support Azure Core HTTP Client Vert.x"
description: "Quarkus Support Azure Core HTTP Client Vert.x"
artifact: ${project.groupId}:${project.artifactId}:${project.version}
metadata:
unlisted: true
keywords:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

---
name: "Quarkus Support Azure Jackson Dataformat XML"
description: "Native support for Jackson Dataformat XML"
artifact: ${project.groupId}:${project.artifactId}:${project.version}
metadata:
unlisted: true
keywords:
Expand Down

0 comments on commit e6d1ad0

Please sign in to comment.