From 5c77124022a36ae3e77db6c0b40bf0810ad7c5d6 Mon Sep 17 00:00:00 2001 From: speakeasy-bot Date: Thu, 25 Jul 2024 23:04:03 +0000 Subject: [PATCH] Add mintlify workflow --- .speakeasy/workflow.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .speakeasy/workflow.yaml diff --git a/.speakeasy/workflow.yaml b/.speakeasy/workflow.yaml new file mode 100644 index 000000000..84d3a727d --- /dev/null +++ b/.speakeasy/workflow.yaml @@ -0,0 +1,9 @@ +workflowVersion: 1.0.0 +sources: + merge-code-samples-into-spec: + inputs: + - location: registry.speakeasyapi.dev/panora/panora/panora-open-api-swagger + overlays: + - location: registry.speakeasyapi.dev/panora/panora/code-samples-typescript-my-first-target:main + output: docs/openapi-with-code-samples.json +targets: {}