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