-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcatalog-info.yaml
More file actions
24 lines (24 loc) · 944 Bytes
/
catalog-info.yaml
File metadata and controls
24 lines (24 loc) · 944 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: workshop-python-hello_python_django
title: Hello Django
description: |
Introduction to Red Hat Dev Spaces with a Django translation service.
annotations:
backstage.io/techdocs-ref: dir:.
# backstage.io/techdocs-ref: dir:https://<hosted-git-repo> # use absolute path instead to consolidate techdocs among repo forks
# gitlab.com/instance: "" # uncomment these two gitlab.com lines to disable GitLab tabs
# gitlab.com/project-slug: "" # i.e. Issues, Pull/Merge Requests, CI in entity details
tags:
- devspaces
- python
# links:
# - url: https://<devspaces-url>/#<hosted-git-repo>
# title: 🚀 Launch from Dev Spaces
# icon: web
spec:
type: module
lifecycle: development
owner: group:default/workshop-admins
subcomponentOf: component:default/workshop-repository