12 lines
335 B
YAML
12 lines
335 B
YAML
# https://backstage.io/docs/features/software-catalog/descriptor-format
|
|
apiVersion: backstage.io/v1alpha1
|
|
kind: Location
|
|
metadata:
|
|
name: Infrastructure
|
|
description: All components of backstage infrastructure for this project
|
|
spec:
|
|
targets:
|
|
- ./apis.yaml
|
|
- ./components.yaml
|
|
- ./systems.yaml
|
|
- ./organizations.yaml |