Added core features to microsite

Signed-off-by: Shashank Bairy R <shashank.bairy04@gmail.com>
This commit is contained in:
Shashank Bairy R
2021-03-27 14:37:05 +05:30
parent 566b549f63
commit e71ffb7c08
10 changed files with 180 additions and 34 deletions
@@ -0,0 +1,9 @@
---
title: Backstage Kubernetes
author: Spotify
authorUrl: https://github.com/spotify
category: Core Feature
description: Monitor all your service's deployments at a glance, even across clusters.
documentation: https://backstage.io/docs/features/kubernetes/overview
iconUrl: img/backstage-k8s.svg
npmPackageName: '@backstage/plugin-kubernetes'
@@ -0,0 +1,9 @@
---
title: Backstage Service Catalog
author: Spotify
authorUrl: https://github.com/spotify
category: Core Feature
description: Manage all your services and software components, all in one place.
documentation: https://backstage.io/docs/features/software-catalog/software-catalog-overview
iconUrl: img/backstage-service-catalog.svg
npmPackageName: '@backstage/plugin-catalog'
@@ -0,0 +1,9 @@
---
title: Backstage Software Templates
author: Spotify
authorUrl: https://github.com/spotify
category: Core Feature
description: Create new software components in just a few steps, with your standards built-in (Scaffolder).
documentation: https://backstage.io/docs/features/software-templates/software-templates-index
iconUrl: img/backstage-software-templates.svg
npmPackageName: '@backstage/plugin-scaffolder'
@@ -0,0 +1,9 @@
---
title: Backstage TechDocs
author: Spotify
authorUrl: https://github.com/spotify
category: Core Feature
description: A docs-like-code solution to technical documentation. Write your docs right alongside your code.
documentation: https://backstage.io/docs/features/techdocs/techdocs-overview
iconUrl: img/backstage-techdocs.svg
npmPackageName: '@backstage/plugin-techdocs'