Add catalog-info.yaml files for TechDocs project area

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Eric Peterson
2023-08-21 13:21:11 +02:00
parent ecbd6c7273
commit f3599989c7
8 changed files with 84 additions and 0 deletions
@@ -0,0 +1,9 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: techdocs-cli-embedded-app
title: techdocs-cli-embedded-app
spec:
lifecycle: production
type: backstage-frontend
owner: techdocs-maintainers
+10
View File
@@ -0,0 +1,10 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: techdocs-cli
title: '@techdocs/cli'
description: Utility CLI for managing TechDocs sites in Backstage.
spec:
lifecycle: production
type: backstage-cli
owner: techdocs-maintainers
@@ -0,0 +1,9 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: backstage-plugin-techdocs-addons-test-utils
title: '@backstage/plugin-techdocs-addons-test-utils'
spec:
lifecycle: production
type: backstage-web-library
owner: techdocs-maintainers
@@ -0,0 +1,12 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: backstage-plugin-techdocs-backend
title: '@backstage/plugin-techdocs-backend'
description: >-
The Backstage backend plugin that renders technical documentation for your
components
spec:
lifecycle: production
type: backstage-backend-plugin
owner: techdocs-maintainers
@@ -0,0 +1,10 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: backstage-plugin-techdocs-module-addons-contrib
title: '@backstage/plugin-techdocs-module-addons-contrib'
description: Plugin module for contributed TechDocs Addons
spec:
lifecycle: production
type: backstage-frontend-plugin-module
owner: techdocs-maintainers
+12
View File
@@ -0,0 +1,12 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: backstage-plugin-techdocs-node
title: '@backstage/plugin-techdocs-node'
description: >-
Common node.js functionalities for TechDocs, to be shared between
techdocs-backend plugin and techdocs-cli
spec:
lifecycle: production
type: backstage-node-library
owner: techdocs-maintainers
+10
View File
@@ -0,0 +1,10 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: backstage-plugin-techdocs-react
title: '@backstage/plugin-techdocs-react'
description: Shared frontend utilities for TechDocs and Addons
spec:
lifecycle: production
type: backstage-web-library
owner: techdocs-maintainers
+12
View File
@@ -0,0 +1,12 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: backstage-plugin-techdocs
title: '@backstage/plugin-techdocs'
description: >-
The Backstage plugin that renders technical documentation for your
components
spec:
lifecycle: production
type: backstage-frontend-plugin
owner: techdocs-maintainers