-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,17 @@ | ||
# 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: unknown | ||
kind: Component | ||
metadata: | ||
name: cf-content-types-generator | ||
description: unknown | ||
description: Generate TS declarations for content types | ||
annotations: | ||
github.com/project-slug: contentful-userland/cf-content-types-generator | ||
contentful.com/service-tier: "unknown" #1, 2, 3, 4 | ||
|
||
contentful.com/service-tier: "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 | ||
- tier-4 | ||
spec: | ||
#cli, component, contentful.com/template, documentation, function, library, service, template, website | ||
type: unknown | ||
#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-unknown | ||
type: cli | ||
lifecycle: production | ||
owner: user:marcolink |