Skip to content

Commit

Permalink
fix:[]add catalog-info file
Browse files Browse the repository at this point in the history
  • Loading branch information
cf-remylenoir authored Nov 6, 2023
2 parents 8e0172b + 80a1a45 commit 4c17ee7
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Backstage documentation
# https://backstage.io/docs/features/software-catalog/descriptor-format/

apiVersion: backstage.io/v1alpha1
kind: Template
metadata:
name: template-blog-webapp-nextjs
description: Next.js blog starter template
annotations:
github.com/project-slug: contentful/template-blog-webapp-nextjs
contentful.com/service-tier: "4"

tags:
- starter-templates
- blog
- nextjs
- graphql
- typescript
- tailwindcss
#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
- tier-4
spec:
type: template
lifecycle: production
owner: group:team-plato

0 comments on commit 4c17ee7

Please sign in to comment.