From c21a8b419a02b2ffff6e034a2efd0cbb64a6e7c8 Mon Sep 17 00:00:00 2001 From: David Weber Date: Sun, 1 Oct 2023 21:52:12 +0200 Subject: [PATCH 1/2] 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' From 75e728ec557f07650872a504ba2d31b862b98385 Mon Sep 17 00:00:00 2001 From: David Weber Date: Sun, 8 Oct 2023 01:32:56 +0200 Subject: [PATCH 2/2] chore: add tips plugin to microsite Signed-off-by: David Weber --- microsite/data/plugins/tips.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/data/plugins/tips.yaml b/microsite/data/plugins/tips.yaml index 93c57ab303..e58ad0fb46 100644 --- a/microsite/data/plugins/tips.yaml +++ b/microsite/data/plugins/tips.yaml @@ -7,4 +7,4 @@ description: The tips plugin will show the end user some helpful information for 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' +addedDate: '2023-10-08'