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