From 304cc1153de8beba2c741f37a3345af20ff6c450 Mon Sep 17 00:00:00 2001 From: Andre Wanlin Date: Wed, 29 Sep 2021 13:58:52 -0500 Subject: [PATCH] Added Badges to Plugin Marketplace Signed-off-by: Andre Wanlin --- microsite/data/plugins/badges.yaml | 9 +++++++++ microsite/static/img/badges.svg | 1 + 2 files changed, 10 insertions(+) create mode 100644 microsite/data/plugins/badges.yaml create mode 100644 microsite/static/img/badges.svg diff --git a/microsite/data/plugins/badges.yaml b/microsite/data/plugins/badges.yaml new file mode 100644 index 0000000000..7636c58e4d --- /dev/null +++ b/microsite/data/plugins/badges.yaml @@ -0,0 +1,9 @@ +--- +title: Badges +author: Backstage Community +authorUrl: https://github.com/backstage/community +category: Discovery +description: The badges plugin offers a set of badges that can be used outside of Backstage, showing information related to data from the catalog. +documentation: https://github.com/backstage/backstage/blob/master/plugins/badges/README.md +iconUrl: img/badges.svg +npmPackageName: '@backstage/plugin-badges' diff --git a/microsite/static/img/badges.svg b/microsite/static/img/badges.svg new file mode 100644 index 0000000000..b0272986e6 --- /dev/null +++ b/microsite/static/img/badges.svg @@ -0,0 +1 @@ + \ No newline at end of file