From 584cc7fd29c1d63861ac41986cd61e40855e9e88 Mon Sep 17 00:00:00 2001 From: Philipp Eckel Date: Wed, 21 May 2025 18:44:36 +0200 Subject: [PATCH 1/2] chore: add entry and logo for Wheel of Names plugin Signed-off-by: Philipp Eckel --- microsite/data/plugins/wheel-of-names.yaml | 10 ++++++++++ microsite/static/img/wheel-of-names.svg | 4 ++++ 2 files changed, 14 insertions(+) create mode 100644 microsite/data/plugins/wheel-of-names.yaml create mode 100644 microsite/static/img/wheel-of-names.svg diff --git a/microsite/data/plugins/wheel-of-names.yaml b/microsite/data/plugins/wheel-of-names.yaml new file mode 100644 index 0000000000..3ae31d612c --- /dev/null +++ b/microsite/data/plugins/wheel-of-names.yaml @@ -0,0 +1,10 @@ +--- +title: Wheel of Names +author: intive +authorUrl: https://www.intive.com/ +category: Utility +description: This plugin provides a customizable spinning wheel that can be used for random selection, decision making, or just for fun in your Backstage instance. +documentation: https://github.com/backstage/community-plugins/blob/main/workspaces/wheel-of-names/plugins/wheel-of-names/README.md +iconUrl: /img/wheel-of-names.svg +npmPackageName: '@backstage-community/plugin-wheel-of-names' +addedDate: '2025-05-21' \ No newline at end of file diff --git a/microsite/static/img/wheel-of-names.svg b/microsite/static/img/wheel-of-names.svg new file mode 100644 index 0000000000..d6f19a06fb --- /dev/null +++ b/microsite/static/img/wheel-of-names.svg @@ -0,0 +1,4 @@ + + + + From c9796686156914d8e872f05e8706ba0e2b862571 Mon Sep 17 00:00:00 2001 From: Philipp Eckel Date: Fri, 23 May 2025 08:56:40 +0200 Subject: [PATCH 2/2] fix: add format Signed-off-by: Philipp Eckel --- microsite/data/plugins/wheel-of-names.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/data/plugins/wheel-of-names.yaml b/microsite/data/plugins/wheel-of-names.yaml index 3ae31d612c..0377742ab0 100644 --- a/microsite/data/plugins/wheel-of-names.yaml +++ b/microsite/data/plugins/wheel-of-names.yaml @@ -7,4 +7,4 @@ description: This plugin provides a customizable spinning wheel that can be used documentation: https://github.com/backstage/community-plugins/blob/main/workspaces/wheel-of-names/plugins/wheel-of-names/README.md iconUrl: /img/wheel-of-names.svg npmPackageName: '@backstage-community/plugin-wheel-of-names' -addedDate: '2025-05-21' \ No newline at end of file +addedDate: '2025-05-21'