From 78caa1b9d907990e737944eadc04d8ffbc2ae453 Mon Sep 17 00:00:00 2001 From: Vincenzo Scamporlino Date: Mon, 22 Apr 2024 12:45:26 +0200 Subject: [PATCH] docs: fix package name Signed-off-by: Vincenzo Scamporlino --- microsite/data/plugins/adr.yaml | 2 +- microsite/data/plugins/allure.yaml | 2 +- microsite/data/plugins/azure-sites.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/microsite/data/plugins/adr.yaml b/microsite/data/plugins/adr.yaml index 67485b071e..003ae22e7b 100644 --- a/microsite/data/plugins/adr.yaml +++ b/microsite/data/plugins/adr.yaml @@ -6,5 +6,5 @@ category: Discovery description: Browse your project's ADRs. documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/adr/plugins/adr iconUrl: /img/adr-logo.png -npmPackageName: '@backstage/plugin-adr' +npmPackageName: '@backstage-community/plugin-adr' addedDate: '2022-04-13' diff --git a/microsite/data/plugins/allure.yaml b/microsite/data/plugins/allure.yaml index 2aaa481614..cbcd0ec435 100644 --- a/microsite/data/plugins/allure.yaml +++ b/microsite/data/plugins/allure.yaml @@ -6,5 +6,5 @@ category: Reporting description: View Allure reports for your components in Backstage. documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/allure/plugins/allure iconUrl: https://avatars.githubusercontent.com/u/5879127 -npmPackageName: '@backstage/plugin-allure' +npmPackageName: '@backstage-community/plugin-allure' addedDate: '2021-09-02' diff --git a/microsite/data/plugins/azure-sites.yaml b/microsite/data/plugins/azure-sites.yaml index b3ae98ff97..03b61b9614 100644 --- a/microsite/data/plugins/azure-sites.yaml +++ b/microsite/data/plugins/azure-sites.yaml @@ -5,5 +5,5 @@ authorUrl: https://friss.com category: Infrastructure description: Azure Sites (Apps & Functions) support for a given entity. View the current status of the site, quickly jump to site's Overview page, or Log Stream page. documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/azure-sites/plugins/azure-sites -npmPackageName: '@backstage/plugin-azure-sites' +npmPackageName: '@backstage-community/plugin-azure-sites' addedDate: '2022-10-18'