Skip to content
This repository was archived by the owner on Aug 10, 2026. It is now read-only.

Commit 731cede

Browse files
committed
Add catalog-info.yaml config file
1 parent 5ae7a1e commit 731cede

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

catalog-info.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
apiVersion: backstage.io/v1alpha1
3+
kind: Component
4+
metadata:
5+
name: Procore-Sample-Python
6+
annotations:
7+
github.com/project-slug: procore/Procore-Sample-Python
8+
github.com/team-slug: procore/team-api
9+
title: Procore-Sample-Python
10+
description: Procore-Sample-Python
11+
tags: []
12+
links:
13+
- url: https://github.com/procore/procore-sample-python
14+
title: Support
15+
icon: help
16+
- url: https://procore.enterprise.slack.com/archives/CSG83TSCV
17+
title: Team Slack
18+
icon: chat
19+
spec:
20+
type: library
21+
lifecycle: prototype
22+
owner: team-api
23+

0 commit comments

Comments
 (0)