Skip to content

Commit

Permalink
Merge pull request #102 from contentful/add-catalog-info
Browse files Browse the repository at this point in the history
fix:[EXT-5024]add catalog-info file
  • Loading branch information
jjolton-contentful authored Mar 7, 2024
2 parents 44cc819 + ea265f6 commit fe5dff1
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Backstage documentation
# https://backstage.io/docs/features/software-catalog/descriptor-format/

# !!! WARNING !!!
# This is a template file with a number of fields that need to be filled before merging this to the default branch
apiVersion: backstage.io/v1alpha1
# Component, API, Template, Group, User, Resource, System, Domain, Location
kind: Component
metadata:
name: contentful-management.py
description: unknown
annotations:
github.com/project-slug: contentful/contentful-management.py
contentful.com/service-tier: "unknown" #1, 2, 3, 4

tags:
- update-me
#need to add sast.yaml to .github/workflows and enable it in polaris dashboard
#once that is done this can be changed to sast-enabled
- sast-disabled
#make this match the value from service-tier above
- tier-unknown
spec:
#cli, component, contentful.com/template, documentation, function, library, service, template, website
type: library
#deprecated, experimental, production, unknown
lifecycle: unknown
system: unknown #optional
# your team name as it appears in github when tagging them for reviews
owner: group:team-developer-experience

0 comments on commit fe5dff1

Please sign in to comment.