From 67f4f1bcc6a38b644c99decd188b95fe109c4d12 Mon Sep 17 00:00:00 2001 From: Quentin Rousseau Date: Wed, 15 Jun 2022 09:00:41 -0700 Subject: [PATCH] Add Rootly plugin to marketplace Signed-off-by: Quentin Rousseau --- microsite/data/plugins/rootly.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 microsite/data/plugins/rootly.yaml diff --git a/microsite/data/plugins/rootly.yaml b/microsite/data/plugins/rootly.yaml new file mode 100644 index 0000000000..6c5cfdf715 --- /dev/null +++ b/microsite/data/plugins/rootly.yaml @@ -0,0 +1,9 @@ +--- +title: Rootly +author: Rootly +authorUrl: https://rootly.com/ +category: Incident Management +description: Import your Backstage entities into Rootly services and view incidents & analytics. +documentation: https://github.com/backstage/backstage/blob/master/plugins/rootly/README.md +iconUrl: https://raw.githubusercontent.com/backstage/backstage/master/plugins/rootly/doc/logo.png +npmPackageName: '@backstage/plugin-rootly'