Skip to content

Commit b661ff0

Browse files
Merge pull request #602 from vtex/dk-portal-setup
Dark Kitchen Catalog Setup
2 parents f6ed039 + 44ef3c8 commit b661ff0

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

.vtex/catalog-info.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
apiVersion: backstage.io/v1alpha1
2+
kind: Component
3+
metadata:
4+
name: node-vtex-api
5+
description: VTEX IO API Client for Node
6+
tags:
7+
- typescript
8+
annotations:
9+
vtex.com/janus-acronym: ""
10+
vtex.com/o11y-os-index: ""
11+
grafana/dashboard-selector: ""
12+
github.com/project-slug: vtex/node-vtex-api
13+
backstage.io/techdocs-ref: dir:../
14+
vtex.com/application-id: SHSTJA2W
15+
spec:
16+
lifecycle: stable
17+
owner: te-0029
18+
type: library
19+
dependsOn: []

.vtex/deployment.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
- name: node-vtex-api
2+
referenceId: SHSTJA2W
3+
build:
4+
provider: dkcicd
5+
pipelines:
6+
- name: techdocs-v1
7+
parameters:
8+
entityReference: default/component/node-vtex-api
9+
sourceDir: ./
10+
when:
11+
- event: push
12+
source: branch
13+
regex: main
14+
path:
15+
- "docs/**"
16+
- README.md
17+
- .vtex/deployment.yaml

0 commit comments

Comments
 (0)