Skip to content

Commit b175d54

Browse files
authored
Merge pull request #133 from statisticsnorway/add-backstage-docs
add backstage docs
2 parents 88bcc56 + 636941a commit b175d54

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

backstage.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
apiVersion: backstage.io/v1alpha1
2+
kind: Component
3+
metadata:
4+
name: ssb-project-template
5+
title: SSB Project Template
6+
description: |
7+
Template for creating python projects.
8+
tags:
9+
- python
10+
- project
11+
- template
12+
annotations:
13+
github.com/project-slug: statisticsnorway/ssb-project-template-stat
14+
spec:
15+
type: library
16+
owner: dapla-stat-developers
17+
lifecycle: production

0 commit comments

Comments
 (0)