Skip to content

Commit a679611

Browse files
committed
chore: add backstage metadata
1 parent 12ee017 commit a679611

File tree

4 files changed

+65
-0
lines changed

4 files changed

+65
-0
lines changed

.catalog-info.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
apiVersion: backstage.io/v1alpha1
3+
kind: Location
4+
metadata:
5+
name: near-plugins-public
6+
description: Public Near Plugins repository
7+
spec:
8+
targets:
9+
- ./**/.catalog-info.yaml

examples/.catalog-info.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
apiVersion: backstage.io/v1alpha1
3+
kind: Component
4+
metadata:
5+
name: near-plugins-examples
6+
description: |-
7+
Aurora Engine Tests
8+
tags:
9+
- near
10+
links: []
11+
annotations:
12+
aurora.dev/security-tier: "-1"
13+
spec:
14+
owner: protocol-team
15+
type: contract-examples
16+
lifecycle: production
17+
system: near-plugins
18+
interactsWith: []
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
apiVersion: backstage.io/v1alpha1
3+
kind: Component
4+
metadata:
5+
name: near-plugins-derive
6+
description: |-
7+
Implementation of common patterns used for NEAR smart contracts.
8+
tags:
9+
- contract-library
10+
- near
11+
links: []
12+
annotations:
13+
aurora.dev/security-tier: "1"
14+
spec:
15+
owner: protocol-team
16+
type: contract-library
17+
lifecycle: production
18+
system: near-plugins
19+
interactsWith: []

near-plugins/.catalog-info.yaml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
apiVersion: backstage.io/v1alpha1
3+
kind: Component
4+
metadata:
5+
name: near-plugins
6+
description: |-
7+
Implementation of common patterns used for NEAR smart contracts.
8+
tags:
9+
- contract-library
10+
- near
11+
links: []
12+
annotations:
13+
aurora.dev/security-tier: "1"
14+
spec:
15+
owner: protocol-team
16+
type: contract-library
17+
lifecycle: production
18+
system: near-plugins
19+
interactsWith: []

0 commit comments

Comments
 (0)