Skip to content

Commit 27a801e

Browse files
authored
Create catalog-info.yaml
1 parent 8b41331 commit 27a801e

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

catalog-info.yaml

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Backstage documentation
2+
# https://backstage.io/docs/features/software-catalog/descriptor-format/
3+
4+
# !!! WARNING !!!
5+
# This is a template file with a number of fields that need to be filled before merging this to the default branch
6+
apiVersion: backstage.io/v1alpha1
7+
# Component, API, Template, Group, User, Resource, System, Domain, Location
8+
kind: Component #this is the likely default, feel free to change to one of the above
9+
metadata:
10+
name: svelte-starter
11+
description: unknown
12+
annotations:
13+
github.com/project-slug: contentful/svelte-starter
14+
contentful.com/service-tier: "4" #1, 2, 3, 4
15+
# optional
16+
# https://contentful.roadie.so/catalog/default/component/ci-alerts/docs/
17+
# to send CI alerts to your channel setup the integration using the docs above
18+
# and set the value below to your channel.
19+
contentful.com/ci-alert-slack: unknown # slack channel without the hashtag
20+
21+
22+
tags:
23+
- update-me
24+
#need to add sast.yaml to .github/workflows and enable it in polaris dashboard
25+
#once that is done this can be changed to sast-enabled
26+
- sast-disabled
27+
#make this match the value from service-tier above
28+
- tier-unknown
29+
spec:
30+
#cli, component, contentful.com/template, documentation, function, library, service, template, website
31+
type: unknown
32+
#deprecated, experimental, production, unknown
33+
lifecycle: unknown
34+
system: unknown #optional
35+
# your team name as it appears in github when tagging them for reviews
36+
owner: group:team-devrel

0 commit comments

Comments
 (0)