From 500abf47ebd30b0f7af80a5b18109c5f3ea162ff Mon Sep 17 00:00:00 2001 From: Himanshu Mishra Date: Wed, 18 Aug 2021 13:35:52 +0200 Subject: [PATCH] marketplace: add firehyrant plugin Signed-off-by: Himanshu Mishra --- microsite/data/plugins/firehyrant.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 microsite/data/plugins/firehyrant.yaml diff --git a/microsite/data/plugins/firehyrant.yaml b/microsite/data/plugins/firehyrant.yaml new file mode 100644 index 0000000000..5faad64d37 --- /dev/null +++ b/microsite/data/plugins/firehyrant.yaml @@ -0,0 +1,9 @@ +--- +title: FireHydrant +author: FireHyrant +authorUrl: https://firehydrant.io/ +category: Incident Management +description: The FireHydrant plugin brings incident management to Backstage, and it displays service incidents information such as active incidents and incident analytics. +documentation: https://github.com/backstage/backstage/blob/master/plugins/firehydrant/README.md +iconUrl: https://raw.githubusercontent.com/backstage/backstage/master/plugins/firehydrant/doc/firehydrant_logo.png +npmPackageName: '@backstage/plugin-firehyrant'