From 30b2cd1afdbff08c078480ccb4f034c81ecc4fe3 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:41:53 +0000 Subject: [PATCH 1/4] 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..3db9f7c --- /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-newstore-theme + sourceDir: ./ + when: + - event: push + source: branch + regex: master + path: + - docs/** + runtime: {} From 573c9400820b4e894f63f1ffcf6c5251319f6f4d 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:44:55 +0000 Subject: [PATCH 2/4] Set up pipeline for synchronizing documentation with DK Portal From e967c9b442dcb79e49fb8c6002d5010920af80b1 Mon Sep 17 00:00:00 2001 From: Fabiana Ferreira Fonseca Date: Fri, 20 Dec 2024 14:53:41 -0300 Subject: [PATCH 3/4] Add techdocs annotation --- catalog-info.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/catalog-info.yaml b/catalog-info.yaml index cbb0714..76b4f5c 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -4,6 +4,7 @@ metadata: name: b2b-newstore-theme annotations: github.com/project-slug: vtex-apps/b2b-newstore-theme + backstage.io/techdocs-ref: dir:./ spec: system: b2b-suite type: frontend-ui From 91ac6acad96a5afc2ee920e72e84bf2f02ea80fb Mon Sep 17 00:00:00 2001 From: Fabiana Ferreira Fonseca Date: Fri, 20 Dec 2024 15:05:05 -0300 Subject: [PATCH 4/4] Add index file --- .vtex/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.vtex/deployment.yaml b/.vtex/deployment.yaml index 3db9f7c..78aa8c1 100644 --- a/.vtex/deployment.yaml +++ b/.vtex/deployment.yaml @@ -7,6 +7,7 @@ parameters: entityReference: default/component/b2b-newstore-theme sourceDir: ./ + indexFile: README.md when: - event: push source: branch