From b4851670affbf2bef64d491c02222676826bf6fb Mon Sep 17 00:00:00 2001 From: Vincenzo Scamporlino Date: Mon, 22 Apr 2024 12:56:02 +0200 Subject: [PATCH] docs: fix more community-plugins links Signed-off-by: Vincenzo Scamporlino --- microsite/data/plugins/gocd.yaml | 4 ++-- microsite/data/plugins/graphiql.yaml | 4 ++-- microsite/data/plugins/graphql-voyager.yaml | 4 ++-- microsite/data/plugins/ilert.yaml | 4 ++-- microsite/data/plugins/jenkins.yaml | 4 ++-- microsite/data/plugins/kafka.yaml | 4 ++-- microsite/data/plugins/lighthouse.yaml | 4 ++-- microsite/data/plugins/microsoft-calendar.yaml | 4 ++-- microsite/data/plugins/new-relic.yaml | 4 ++-- microsite/data/plugins/newrelic-dashboard.yaml | 4 ++-- microsite/data/plugins/periskop.yaml | 4 ++-- microsite/data/plugins/playlist.yaml | 4 ++-- microsite/data/plugins/rollbar.yaml | 4 ++-- microsite/data/plugins/sentry.yaml | 4 ++-- microsite/data/plugins/splunk-on-call.yaml | 4 ++-- microsite/data/plugins/stackstorm.yaml | 4 ++-- microsite/data/plugins/tech-radar.yaml | 4 ++-- microsite/data/plugins/todo.yaml | 4 ++-- microsite/data/plugins/vault.yaml | 4 ++-- 19 files changed, 38 insertions(+), 38 deletions(-) diff --git a/microsite/data/plugins/gocd.yaml b/microsite/data/plugins/gocd.yaml index 1e5f4c3acb..2924ef9b41 100644 --- a/microsite/data/plugins/gocd.yaml +++ b/microsite/data/plugins/gocd.yaml @@ -4,9 +4,9 @@ author: SoundCloud authorUrl: https://github.com/soundcloud category: CI/CD description: GoCD is an open-source tool which is used in software development to help teams and organizations automate the continuous delivery of software. -documentation: https://github.com/backstage/backstage/tree/master/plugins/gocd +documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/gocd/plugins/gocd iconUrl: https://www.gocd.org/assets/images/go_logo-5b5ca9e1.svg -npmPackageName: '@backstage/plugin-gocd' +npmPackageName: '@backstage-community/plugin-gocd' tags: - ci - cd diff --git a/microsite/data/plugins/graphiql.yaml b/microsite/data/plugins/graphiql.yaml index 4cff5ca8ba..4b5aee5161 100644 --- a/microsite/data/plugins/graphiql.yaml +++ b/microsite/data/plugins/graphiql.yaml @@ -4,9 +4,9 @@ author: Spotify authorUrl: https://github.com/spotify category: Debugging description: Integrates GraphiQL as a tool to browse GraphQL API endpoints inside Backstage. -documentation: https://github.com/backstage/backstage/tree/master/plugins/graphiql +documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/graphiql/plugins/graphiql iconUrl: https://upload.wikimedia.org/wikipedia/commons/thumb/1/17/GraphQL_Logo.svg/1024px-GraphQL_Logo.svg.png -npmPackageName: '@backstage/plugin-graphiql' +npmPackageName: '@backstage-community/plugin-graphiql' tags: - graphql - graphiql diff --git a/microsite/data/plugins/graphql-voyager.yaml b/microsite/data/plugins/graphql-voyager.yaml index c6ebf5e412..e9c5a95e45 100644 --- a/microsite/data/plugins/graphql-voyager.yaml +++ b/microsite/data/plugins/graphql-voyager.yaml @@ -4,9 +4,9 @@ author: PostNL authorUrl: https://github.com/postnl category: Debugging description: Integrates the GraphQL Voyager tool inside Backstage as a plugin. -documentation: https://github.com/backstage/backstage/tree/master/plugins/graphql-voyager +documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/graphql-voyager/plugins/graphql-voyager iconUrl: https://res.cloudinary.com/apideck/image/upload/v1612724234/icons/graphql-voyager.png -npmPackageName: '@backstage/plugin-graphql-voyager' +npmPackageName: '@backstage-community/plugin-graphql-voyager' tags: - graphql - graphql-voyager diff --git a/microsite/data/plugins/ilert.yaml b/microsite/data/plugins/ilert.yaml index feb54e2d6e..c410084e8c 100644 --- a/microsite/data/plugins/ilert.yaml +++ b/microsite/data/plugins/ilert.yaml @@ -4,9 +4,9 @@ author: iLert authorUrl: https://www.ilert.com category: Monitoring description: iLert is a platform for alerting, on-call management and uptime monitoring targeted at DevOps and IT teams. -documentation: https://github.com/backstage/backstage/tree/master/plugins/ilert +documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/ilert/plugins/ilert iconUrl: https://avatars.githubusercontent.com/u/13230510?s=200&v=4 -npmPackageName: '@backstage/plugin-ilert' +npmPackageName: '@backstage-community/plugin-ilert' tags: - monitoring - errors diff --git a/microsite/data/plugins/jenkins.yaml b/microsite/data/plugins/jenkins.yaml index 0b1c4d3bf4..e57a7e9e7b 100644 --- a/microsite/data/plugins/jenkins.yaml +++ b/microsite/data/plugins/jenkins.yaml @@ -4,9 +4,9 @@ author: '@timja' authorUrl: https://github.com/timja category: CI/CD description: Jenkins offers a simple way to set up a continuous integration and continuous delivery environment. -documentation: https://github.com/backstage/backstage/tree/master/plugins/jenkins +documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/jenkins/plugins/jenkins iconUrl: https://img.icons8.com/color/1600/jenkins.png -npmPackageName: '@backstage/plugin-jenkins' +npmPackageName: '@backstage-community/plugin-jenkins' tags: - ci - cd diff --git a/microsite/data/plugins/kafka.yaml b/microsite/data/plugins/kafka.yaml index 9546f8e2fc..7529add2ee 100644 --- a/microsite/data/plugins/kafka.yaml +++ b/microsite/data/plugins/kafka.yaml @@ -4,9 +4,9 @@ author: '@nirga' authorUrl: https://github.com/nirga category: Monitoring description: Observability for Apache Kafka clusters and async API of components. -documentation: https://github.com/backstage/backstage/tree/master/plugins/kafka +documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/kafka/plugins/kafka iconUrl: https://kafka.apache.org/images/apache-kafka.png -npmPackageName: '@backstage/plugin-kafka' +npmPackageName: '@backstage-community/plugin-kafka' tags: - monitoring addedDate: '2021-01-21' diff --git a/microsite/data/plugins/lighthouse.yaml b/microsite/data/plugins/lighthouse.yaml index 4f302cdb3b..a29e48406a 100644 --- a/microsite/data/plugins/lighthouse.yaml +++ b/microsite/data/plugins/lighthouse.yaml @@ -4,9 +4,9 @@ author: Spotify authorUrl: https://github.com/spotify category: Quality description: Google's Lighthouse tool is a great resource for benchmarking and improving the accessibility, performance, SEO, and best practices of your website. -documentation: https://github.com/backstage/backstage/tree/master/plugins/lighthouse +documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/lighthouse/plugins/lighthouse iconUrl: https://seeklogo.com/images/G/google-lighthouse-logo-1C7FA08580-seeklogo.com.png -npmPackageName: '@backstage/plugin-lighthouse' +npmPackageName: '@backstage-community/plugin-lighthouse' tags: - web - seo diff --git a/microsite/data/plugins/microsoft-calendar.yaml b/microsite/data/plugins/microsoft-calendar.yaml index a1eb981dd1..b09493a865 100644 --- a/microsite/data/plugins/microsoft-calendar.yaml +++ b/microsite/data/plugins/microsoft-calendar.yaml @@ -5,8 +5,8 @@ category: Productivity description: | The plugin integrates with your Microsoft Calendar. It displays all your calendars and events in it. -documentation: https://github.com/backstage/backstage/tree/master/plugins/microsoft-calendar -npmPackageName: '@backstage/plugin-microsoft-calendar' +documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/microsoft-calendar/plugins/microsoft-calendar +npmPackageName: '@backstage-community/plugin-microsoft-calendar' tags: - Microsoft - calendar diff --git a/microsite/data/plugins/new-relic.yaml b/microsite/data/plugins/new-relic.yaml index a68cc90314..57b2db00ec 100644 --- a/microsite/data/plugins/new-relic.yaml +++ b/microsite/data/plugins/new-relic.yaml @@ -4,9 +4,9 @@ author: '@timwheelercom' authorUrl: https://github.com/timwheelercom category: Monitoring description: Observability platform built to help engineers create and monitor their software. -documentation: https://github.com/backstage/backstage/tree/master/plugins/newrelic +documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/newrelic/plugins/newrelic iconUrl: https://www.mulesoft.com/sites/default/files/2018-10/New_relic.png -npmPackageName: '@backstage/plugin-newrelic' +npmPackageName: '@backstage-community/plugin-newrelic' tags: - performance - monitoring diff --git a/microsite/data/plugins/newrelic-dashboard.yaml b/microsite/data/plugins/newrelic-dashboard.yaml index cd68a63165..420c506b35 100644 --- a/microsite/data/plugins/newrelic-dashboard.yaml +++ b/microsite/data/plugins/newrelic-dashboard.yaml @@ -4,9 +4,9 @@ author: '@mufaddal7' authorUrl: https://github.com/mufaddal7 category: Monitoring description: Easily view your New Relic Dashboards in Backstage, via real-time snapshots of your dashboards -documentation: https://github.com/backstage/backstage/tree/master/plugins/newrelic-dashboard +documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/newrelic-dashboard/plugins/newrelic-dashboard iconUrl: https://newrelic.com/themes/custom/erno/assets/mediakit/new_relic_logo_vertical_white.svg -npmPackageName: '@backstage/plugin-newrelic-dashboard' +npmPackageName: '@backstage-community/plugin-newrelic-dashboard' tags: - performance - monitoring diff --git a/microsite/data/plugins/periskop.yaml b/microsite/data/plugins/periskop.yaml index 6b6693b3ef..51e9c37103 100644 --- a/microsite/data/plugins/periskop.yaml +++ b/microsite/data/plugins/periskop.yaml @@ -4,7 +4,7 @@ author: Periskop authorUrl: https://periskop.io/ category: Monitoring description: Periskop is a pull-based, language agnostic exception aggregator for microservice environments. -documentation: https://github.com/backstage/backstage/tree/master/plugins/periskop +documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/periskop/plugins/periskop iconUrl: https://raw.githubusercontent.com/periskop-dev/periskop/master/docs/assets/periskop-logo.png -npmPackageName: '@backstage/plugin-periskop' +npmPackageName: '@backstage-community/plugin-periskop' addedDate: '2022-02-25' diff --git a/microsite/data/plugins/playlist.yaml b/microsite/data/plugins/playlist.yaml index 4e7f442e03..2871fb904e 100644 --- a/microsite/data/plugins/playlist.yaml +++ b/microsite/data/plugins/playlist.yaml @@ -4,7 +4,7 @@ author: Phil Kuang authorUrl: https://github.com/kuangp category: Discovery description: Create, share, and follow custom collections of entities available in the Backstage catalog. -documentation: https://github.com/backstage/backstage/tree/master/plugins/playlist +documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/playlist/plugins/playlist iconUrl: /img/playlist-logo.png -npmPackageName: '@backstage/plugin-playlist' +npmPackageName: '@backstage-community/plugin-playlist' addedDate: '2022-07-02' diff --git a/microsite/data/plugins/rollbar.yaml b/microsite/data/plugins/rollbar.yaml index 7742e6a231..0dd39d5fe9 100644 --- a/microsite/data/plugins/rollbar.yaml +++ b/microsite/data/plugins/rollbar.yaml @@ -4,7 +4,7 @@ author: '@andrewthauer' authorUrl: https://github.com/andrewthauer category: Monitoring description: View Rollbar errors for your services in Backstage. -documentation: https://github.com/backstage/backstage/tree/master/plugins/rollbar +documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/rollbar/plugins/rollbar iconUrl: https://rollbar.com/assets/media/rollbar-mark-color.png -npmPackageName: '@backstage/plugin-rollbar' +npmPackageName: '@backstage-community/plugin-rollbar' addedDate: '2020-11-03' diff --git a/microsite/data/plugins/sentry.yaml b/microsite/data/plugins/sentry.yaml index 7bffdcfd4d..06fb9a5d95 100644 --- a/microsite/data/plugins/sentry.yaml +++ b/microsite/data/plugins/sentry.yaml @@ -4,7 +4,7 @@ author: Spotify authorUrl: https://github.com/spotify category: Monitoring description: View Sentry issues in Backstage. -documentation: https://github.com/backstage/backstage/tree/master/plugins/sentry +documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/sentry/plugins/sentry iconUrl: https://sentry-brand.storage.googleapis.com/sentry-glyph-white.png -npmPackageName: '@backstage/plugin-sentry' +npmPackageName: '@backstage-community/plugin-sentry' addedDate: '2020-11-03' diff --git a/microsite/data/plugins/splunk-on-call.yaml b/microsite/data/plugins/splunk-on-call.yaml index b9021a337d..0eb0ad14da 100644 --- a/microsite/data/plugins/splunk-on-call.yaml +++ b/microsite/data/plugins/splunk-on-call.yaml @@ -4,9 +4,9 @@ author: ayshiff authorUrl: https://github.com/ayshiff category: Monitoring description: Splunk On-Call offers a simple way to identify incidents and escalation policies. -documentation: https://github.com/backstage/backstage/tree/master/plugins/splunk-on-call +documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/splunk/plugins/splunk-on-call iconUrl: /img/splunk-black-white-bg.png -npmPackageName: '@backstage/plugin-splunk-on-call' +npmPackageName: '@backstage-community/plugin-splunk-on-call' tags: - monitoring - errors diff --git a/microsite/data/plugins/stackstorm.yaml b/microsite/data/plugins/stackstorm.yaml index ade6ca860f..d264f530f9 100644 --- a/microsite/data/plugins/stackstorm.yaml +++ b/microsite/data/plugins/stackstorm.yaml @@ -4,9 +4,9 @@ author: ExpediaGroup authorUrl: https://github.com/ExpediaGroup category: Automation description: Manage StackStorm workflow executions from within Backstage. -documentation: https://github.com/backstage/backstage/tree/master/plugins/stackstorm +documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/stackstorm/plugins/stackstorm iconUrl: /img/stackstorm.png -npmPackageName: '@backstage/plugin-stackstorm' +npmPackageName: '@backstage-community/plugin-stackstorm' tags: - stackstorm - st2 diff --git a/microsite/data/plugins/tech-radar.yaml b/microsite/data/plugins/tech-radar.yaml index 3187a33d42..37f4e02b92 100644 --- a/microsite/data/plugins/tech-radar.yaml +++ b/microsite/data/plugins/tech-radar.yaml @@ -4,7 +4,7 @@ author: Spotify authorUrl: https://github.com/spotify category: Discovery description: Visualize the your company's official guidelines of different areas of software development. -documentation: https://github.com/backstage/backstage/tree/master/plugins/tech-radar +documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/tech-radar/plugins/tech-radar iconUrl: https://www.materialui.co/materialIcons/action/track_changes_white_192x192.png -npmPackageName: '@backstage/plugin-tech-radar' +npmPackageName: '@backstage-community/plugin-tech-radar' addedDate: '2020-11-03' diff --git a/microsite/data/plugins/todo.yaml b/microsite/data/plugins/todo.yaml index 67a5151a89..ab353e8150 100644 --- a/microsite/data/plugins/todo.yaml +++ b/microsite/data/plugins/todo.yaml @@ -4,7 +4,7 @@ author: Spotify authorUrl: https://github.com/spotify category: Discovery description: Browse TODO comments in your project's source code. -documentation: https://github.com/backstage/backstage/tree/master/plugins/todo +documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/todo/plugins/todo iconUrl: https://backstage.io/img/todo-logo.png -npmPackageName: '@backstage/plugin-todo' +npmPackageName: '@backstage-community/plugin-todo' addedDate: '2021-03-16' diff --git a/microsite/data/plugins/vault.yaml b/microsite/data/plugins/vault.yaml index 37d474371b..1ee14c4bd3 100644 --- a/microsite/data/plugins/vault.yaml +++ b/microsite/data/plugins/vault.yaml @@ -4,9 +4,9 @@ author: Spread Group authorUrl: https://github.com/ivangonzalezacuna category: Security description: Visualize a list of the secrets stored in your HashiCorp Vault instance. -documentation: https://github.com/backstage/backstage/tree/master/plugins/vault +documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/vault/plugins/vault iconUrl: /img/vault.png -npmPackageName: '@backstage/plugin-vault' +npmPackageName: '@backstage-community/plugin-vault' tags: - vault addedDate: '2022-06-03'