14 lines
350 B
YAML
14 lines
350 B
YAML
apiVersion: backstage.io/v1alpha1
|
|
kind: Component
|
|
metadata:
|
|
name: nefarious
|
|
description: An example of a Backstage application.
|
|
# Example for optional annotations
|
|
# annotations:
|
|
# github.com/project-slug: backstage/backstage
|
|
# backstage.io/techdocs-ref: dir:.
|
|
spec:
|
|
type: website
|
|
owner: john@example.com
|
|
lifecycle: experimental
|