diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..1e4b317 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,13 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: # e.g. my-service + description: # e.g. A service that provides X functionality. + annotations: + github.com/project-slug: # e.g. my-org/my-repo +spec: + type: service # Change this if it's a website, library, etc. + lifecycle: # e.g. production, experimental, deprecated + owner: # e.g. team-a + +# Fill in the above placeholders with appropriate values for your service.