From c21a8b419a02b2ffff6e034a2efd0cbb64a6e7c8 Mon Sep 17 00:00:00 2001 From: David Weber Date: Sun, 1 Oct 2023 21:52:12 +0200 Subject: [PATCH] chore: add tips plugin to microsite Signed-off-by: David Weber --- microsite/data/plugins/tips.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 microsite/data/plugins/tips.yaml diff --git a/microsite/data/plugins/tips.yaml b/microsite/data/plugins/tips.yaml new file mode 100644 index 0000000000..93c57ab303 --- /dev/null +++ b/microsite/data/plugins/tips.yaml @@ -0,0 +1,10 @@ +--- +title: Tips +author: dweber019 +authorUrl: https://github.com/dweber019 +category: Discovery +description: The tips plugin will show the end user some helpful information for entities. +documentation: https://github.com/dweber019/backstage-plugin-tips +iconUrl: https://raw.githubusercontent.com/dweber019/backstage-plugin-tips/main/plugins/tips/docs/pluginIcon.png +npmPackageName: '@dweber019/backstage-plugin-tips' +addedDate: '2023-10-01'