From a8c60483a192d23109c6466ea1e6a24b4d371313 Mon Sep 17 00:00:00 2001 From: "dk-portal[bot]" <134092483+dk-portal[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 12:46:33 +0000 Subject: [PATCH 1/3] Set up pipeline for synchronizing documentation with DK Portal --- .vtex/deployment.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .vtex/deployment.yaml diff --git a/.vtex/deployment.yaml b/.vtex/deployment.yaml new file mode 100644 index 0000000..f063da0 --- /dev/null +++ b/.vtex/deployment.yaml @@ -0,0 +1,16 @@ +- name: docs + description: Documentation pipelines + build: + provider: dkcicd + pipelines: + - name: techdocs-v1 + parameters: + entityReference: default/component/b2b-suite + sourceDir: ./ + when: + - event: push + source: branch + regex: main + path: + - docs/** + runtime: {} From 2ed516c6dd02490759e2a759886874c5cc2f4e8d Mon Sep 17 00:00:00 2001 From: Fabiana Ferreira Fonseca Date: Fri, 20 Dec 2024 15:08:33 -0300 Subject: [PATCH 2/3] Add techdocs annotation --- .vtex/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.vtex/deployment.yaml b/.vtex/deployment.yaml index f063da0..5a6ece4 100644 --- a/.vtex/deployment.yaml +++ b/.vtex/deployment.yaml @@ -7,6 +7,7 @@ parameters: entityReference: default/component/b2b-suite sourceDir: ./ + indexFile: README.md when: - event: push source: branch From e9afd7a965ac183fe819ba65303027fb6ae783fa Mon Sep 17 00:00:00 2001 From: Fabiana Ferreira Fonseca Date: Fri, 20 Dec 2024 15:08:54 -0300 Subject: [PATCH 3/3] Add techdocs annotation --- catalog-info.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/catalog-info.yaml b/catalog-info.yaml index 8360eed..34e8399 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -4,6 +4,7 @@ metadata: name: b2b-suite annotations: github.com/project-slug: vtex-apps/b2b-suite + backstage.io/techdocs-ref: dir:./ spec: system: b2b-suite type: frontend-ui