Merge pull request #4176 from adamdmharvey/plugin-categories

docs: Update Plugin categories
This commit is contained in:
Patrik Oldsberg
2021-01-21 10:34:46 +01:00
committed by GitHub
13 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
title: Argo CD
author: roadie.io
authorUrl: https://roadie.io
category: CI
category: CI/CD
description: View Argo CD status for your projects in Backstage.
documentation: https://roadie.io/backstage/plugins/argo-cd
iconUrl: https://roadie.io/images/logos/argo.png
+1 -1
View File
@@ -2,7 +2,7 @@
title: Buildkite
author: roadie.io
authorUrl: https://roadie.io
category: CI
category: CI/CD
description: View Buildkite CI builds for your service in Backstage.
documentation: https://roadie.io/backstage/plugins/buildkite
iconUrl: https://roadie.io/images/logos/buildkite.png
+1 -1
View File
@@ -2,7 +2,7 @@
title: CircleCI
author: Spotify
authorUrl: https://github.com/spotify
category: CI
category: CI/CD
description: Automate your development process with CI hosted in the cloud or on a private server.
documentation: https://github.com/backstage/backstage/tree/master/plugins/circleci
iconUrl: https://www.saaves.com/storage/brochure/logo-circleci-icon1583764538.png
+1 -1
View File
@@ -2,7 +2,7 @@
title: Google Cloud Build
author: Trivago
authorUrl: https://www.trivago.com
category: CI
category: CI/CD
description: Build, test, and deploy on Google's serverless CI/CD platform.
documentation: https://github.com/backstage/backstage/tree/master/plugins/cloudbuild
iconUrl: https://avatars2.githubusercontent.com/u/38220399?s=400&v=4
+1 -1
View File
@@ -2,7 +2,7 @@
title: GCP Project Creator
author: Trivago
authorUrl: https://www.trivago.com
category: Cloud
category: Infrastructure
description: Create, list and manage your Google Cloud Projects.
documentation: https://github.com/backstage/backstage/tree/master/plugins/gcp-projects
iconUrl: https://avatars1.githubusercontent.com/u/2810941?s=280&v=4
+1 -1
View File
@@ -2,7 +2,7 @@
title: GitHub Actions
author: Spotify
authorUrl: https://github.com/spotify
category: CI
category: CI/CD
description: GitHub Actions makes it easy to automate all your software workflows, now with world-class CI/CD. Build, test, and deploy your code right from GitHub.
documentation: https://github.com/backstage/backstage/tree/master/plugins/github-actions
iconUrl: https://avatars2.githubusercontent.com/u/44036562?s=400&v=4
+1 -1
View File
@@ -2,7 +2,7 @@
title: GitHub Insights
author: roadie.io
authorUrl: https://roadie.io
category: Monitoring
category: Source Control Mgmt
description: View GitHub Insights for your components in Backstage.
documentation: https://roadie.io/backstage/plugins/github-insights
iconUrl: https://roadie.io/images/logos/insights.png
@@ -2,7 +2,7 @@
title: GitHub Pull Requests
author: roadie.io
authorUrl: https://roadie.io/
category: CI
category: Source Control Mgmt
description: View GitHub pull requests for your service in Backstage.
documentation: https://roadie.io/backstage/plugins/github-pull-requests
iconUrl: https://roadie.io/images/logos/github.png
+1 -1
View File
@@ -2,7 +2,7 @@
title: Jenkins
author: '@timja'
authorUrl: https://github.com/timja
category: CI
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
iconUrl: https://img.icons8.com/color/1600/jenkins.png
+1 -1
View File
@@ -2,7 +2,7 @@
title: Jira
author: roadie.io
authorUrl: https://roadie.io
category: Project Management
category: Agile Planning
description: View Jira summary for your projects in Backstage.
documentation: https://roadie.io/backstage/plugins/jira
iconUrl: https://roadie.io/images/logos/jira.png
+1 -1
View File
@@ -2,7 +2,7 @@
title: Lighthouse
author: Spotify
authorUrl: https://github.com/spotify
category: Accessibility
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
iconUrl: https://seeklogo.com/images/G/google-lighthouse-logo-1C7FA08580-seeklogo.com.png
+1 -1
View File
@@ -2,7 +2,7 @@
title: Travis CI
author: roadie.io
authorUrl: https://roadie.io/
category: CI
category: CI/CD
description: View Travis CI builds for your service in Backstage.
documentation: https://roadie.io/backstage/plugins/travis-ci
iconUrl: https://roadie.io/images/logos/travis.png
+4 -4
View File
@@ -97,14 +97,14 @@ const Plugins = () => (
</div>
<Container className="PluginCardFooter">
<p>
See what plugins are already{' '}
See what plugins are already
<a href="https://github.com/backstage/backstage/issues?q=is%3Aissue+is%3Aopen+label%3Aplugin+sort%3Areactions-%2B1-desc">
in progress
</a>{' '}
and 👍. Missing a plugin for your favorite tool? Please{' '}
</a>
and 👍. Missing a plugin for your favorite tool? Please
<a href="https://github.com/backstage/backstage/issues/new?labels=plugin&template=plugin_template.md&title=%5BPlugin%5D+THE+PLUGIN+NAME">
suggest
</a>{' '}
</a>
a new one.
</p>
</Container>