From 3e165dc19b2498c408950350cb41e7b6d79cd9e0 Mon Sep 17 00:00:00 2001 From: Ali Ok Date: Tue, 17 Dec 2024 08:30:54 +0300 Subject: [PATCH] Add Knative event mesh plugin to the plugin listing Signed-off-by: Ali Ok --- microsite/data/plugins/knative-event-mesh.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 microsite/data/plugins/knative-event-mesh.yaml diff --git a/microsite/data/plugins/knative-event-mesh.yaml b/microsite/data/plugins/knative-event-mesh.yaml new file mode 100644 index 0000000000..107114cc78 --- /dev/null +++ b/microsite/data/plugins/knative-event-mesh.yaml @@ -0,0 +1,9 @@ +--- +title: Knative Event Mesh +author: Knative Community +authorUrl: https://github.com/knative-extensions/backstage-plugins +category: Monitoring +description: A plugin that provides a way to view and manage Knative Event Mesh resources. +documentation: https://knative.dev/docs/install/installing-backstage-plugins/ +npmPackageName: '@knative-extensions/plugin-knative-event-mesh-backend' +addedDate: '2024-12-16'