diff --git a/.vtex/deployment.yaml b/.vtex/deployment.yaml new file mode 100644 index 0000000..0e89e7c --- /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-quotes-graphql + 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 b68a123..a6f68ad 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -4,6 +4,7 @@ metadata: name: b2b-quotes-graphql annotations: github.com/project-slug: vtex-apps/b2b-quotes-graphql + backstage.io/techdocs-ref: dir:./ spec: system: b2b-suite type: backend-api