diff --git a/.vtex/deployment.yaml b/.vtex/deployment.yaml new file mode 100644 index 0000000..5b30e43 --- /dev/null +++ b/.vtex/deployment.yaml @@ -0,0 +1,17 @@ +- name: docs + description: Documentation pipelines + build: + provider: dkcicd + pipelines: + - name: techdocs-v1 + parameters: + entityReference: default/component/b2b-orders-history + sourceDir: ./ + indexFile: README.md + when: + - event: push + source: branch + regex: master + path: + - docs/** + runtime: {} diff --git a/catalog-info.yaml b/catalog-info.yaml index ed1986c..408e719 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -4,6 +4,7 @@ metadata: name: b2b-orders-history annotations: github.com/project-slug: vtex-apps/b2b-orders-history + backstage.io/techdocs-ref: dir:./ spec: system: b2b-suite type: frontend-ui