From 0046fa224f299fd0493f9280b48da542d7e9f535 Mon Sep 17 00:00:00 2001 From: Christoph Jerolimov Date: Fri, 29 Nov 2024 01:36:16 +0100 Subject: [PATCH] fix(website): fix different broken icons on the plugin page Signed-off-by: Christoph Jerolimov --- microsite/data/plugins/github-codespaces.yaml | 2 +- microsite/data/plugins/gitops-cluster.yaml | 1 - microsite/data/plugins/rollbar.yaml | 2 +- microsite/data/plugins/tech-radar.yaml | 2 +- microsite/static/img/tech-radar.svg | 14 ++++++++++++++ 5 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 microsite/static/img/tech-radar.svg diff --git a/microsite/data/plugins/github-codespaces.yaml b/microsite/data/plugins/github-codespaces.yaml index 043be3200b..90f90d778c 100644 --- a/microsite/data/plugins/github-codespaces.yaml +++ b/microsite/data/plugins/github-codespaces.yaml @@ -5,7 +5,7 @@ authorUrl: https://github.com/adityasinghal26 category: Development description: Integrates GitHub Codespaces for a Backstage component with the Authenticated User. documentation: https://github.com/adityasinghal26/backstage-plugins/tree/main/plugins/github-codespaces -iconUrl: https://github.com/adityasinghal26/backstage-plugins/blob/main/plugins/github-codespaces/images/GitHubLogo.png +iconUrl: https://avatars.githubusercontent.com/u/9919?s=200&v=4 npmPackageName: '@adityasinghal26/plugin-github-codespaces' tags: - github diff --git a/microsite/data/plugins/gitops-cluster.yaml b/microsite/data/plugins/gitops-cluster.yaml index 8e67c9c25d..395ab8ec75 100644 --- a/microsite/data/plugins/gitops-cluster.yaml +++ b/microsite/data/plugins/gitops-cluster.yaml @@ -5,7 +5,6 @@ authorUrl: https://www.weave.works/ category: Kubernetes description: Create GitOps-managed Kubernetes clusters. Currently, it supports provisioning EKS clusters on GitHub via GitHub Actions. documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/gitops-profiles/plugins/gitops-profiles -iconUrl: https://res-5.cloudinary.com/crunchbase-production/image/upload/c_lpad,h_256,w_256,f_auto,q_auto:eco/v1462316670/i9d3delzvx1erzjhmcws.png npmPackageName: '@backstage-community/plugin-gitops-profiles' tags: - kubernetes diff --git a/microsite/data/plugins/rollbar.yaml b/microsite/data/plugins/rollbar.yaml index 0dd39d5fe9..3777705b38 100644 --- a/microsite/data/plugins/rollbar.yaml +++ b/microsite/data/plugins/rollbar.yaml @@ -5,6 +5,6 @@ authorUrl: https://github.com/andrewthauer category: Monitoring description: View Rollbar errors for your services in Backstage. documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/rollbar/plugins/rollbar -iconUrl: https://rollbar.com/assets/media/rollbar-mark-color.png +iconUrl: https://cdn.rollbar.com/wp-content/themes/rollbar/assets/img/logo-white-rollbar.svg npmPackageName: '@backstage-community/plugin-rollbar' addedDate: '2020-11-03' diff --git a/microsite/data/plugins/tech-radar.yaml b/microsite/data/plugins/tech-radar.yaml index 37f4e02b92..5db68eef27 100644 --- a/microsite/data/plugins/tech-radar.yaml +++ b/microsite/data/plugins/tech-radar.yaml @@ -5,6 +5,6 @@ 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/community-plugins/tree/main/workspaces/tech-radar/plugins/tech-radar -iconUrl: https://www.materialui.co/materialIcons/action/track_changes_white_192x192.png +iconUrl: /img/tech-radar.svg npmPackageName: '@backstage-community/plugin-tech-radar' addedDate: '2020-11-03' diff --git a/microsite/static/img/tech-radar.svg b/microsite/static/img/tech-radar.svg new file mode 100644 index 0000000000..350ff4f9cc --- /dev/null +++ b/microsite/static/img/tech-radar.svg @@ -0,0 +1,14 @@ + + + + + \ No newline at end of file