13 lines
320 B
YAML
13 lines
320 B
YAML
# https://backstage.io/docs/features/software-catalog/descriptor-format#kind-component
|
|
apiVersion: backstage.io/v1alpha1
|
|
kind: Component
|
|
metadata:
|
|
name: Athena
|
|
annotations:
|
|
backstage.io/techdocs-ref: dir:..
|
|
spec:
|
|
type: documentation
|
|
lifecycle: production
|
|
owner: guests
|
|
system: examples
|
|
providesApis: [] |