diff --git a/.vtex/deployment.yaml b/.vtex/deployment.yaml new file mode 100644 index 00000000..578a498b --- /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/quickorder + 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 97a0fac3..5d9b774d 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -4,6 +4,7 @@ metadata: name: quickorder annotations: github.com/project-slug: vtex-apps/quickorder + backstage.io/techdocs-ref: dir:./ spec: system: b2b-suite type: frontend-ui