Skip to content

Commit 17772e4

Browse files
authored
Merge pull request #30 from grafana/register-component-software-catalog-and-techdocs
Register Component into Software Catalog and set up TechDocs publishing
2 parents feb9708 + 4fab1c1 commit 17772e4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

catalog-info.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
apiVersion: backstage.io/v1alpha1
2+
kind: Component
3+
metadata:
4+
name: awesome-k6
5+
title: awesome-k6
6+
description: |
7+
A curated list of awesome tools, content and projects using k6
8+
annotations:
9+
github.com/project-slug: grafana/awesome-k6
10+
spec:
11+
type: documentation
12+
owner: group:default/k6-engineering
13+
lifecycle: production

0 commit comments

Comments
 (0)