Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix:[]add catalog-info file #404

Merged
merged 3 commits into from
Mar 4, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: unknown
ghepting marked this conversation as resolved.
Show resolved Hide resolved
ghepting marked this conversation as resolved.
Show resolved Hide resolved
metadata:
name: node-apps-toolkit
description: The node-apps-toolkit is a growing collection of helpers and utilities for building Contentful Apps with Node.js.
annotations:
github.com/project-slug: contentful/node-apps-toolkit
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: production
system: unknown #optional
# your team name as it appears in github when tagging them for reviews
owner: group:team-developer-experience