From ca4b483ce3ea513cdeb18addb999625614666361 Mon Sep 17 00:00:00 2001 From: Waleed Latif Date: Tue, 15 Jul 2025 13:06:58 -0700 Subject: [PATCH] fix(docs): minor docs typo fix (#698) --- apps/docs/content/docs/connections/data-structure.mdx | 1 - apps/docs/content/docs/getting-started/index.mdx | 2 -- 2 files changed, 3 deletions(-) diff --git a/apps/docs/content/docs/connections/data-structure.mdx b/apps/docs/content/docs/connections/data-structure.mdx index 24edd3e0b..591d364fe 100644 --- a/apps/docs/content/docs/connections/data-structure.mdx +++ b/apps/docs/content/docs/connections/data-structure.mdx @@ -78,7 +78,6 @@ Different block types produce different output structures. Here's what you can e - **result**: The return value of the function (can be any type) - **stdout**: Console output captured during function execution - - **executionTime**: Time taken to execute the function (in milliseconds) diff --git a/apps/docs/content/docs/getting-started/index.mdx b/apps/docs/content/docs/getting-started/index.mdx index 6c81aed67..0f1e7f1d6 100644 --- a/apps/docs/content/docs/getting-started/index.mdx +++ b/apps/docs/content/docs/getting-started/index.mdx @@ -185,8 +185,6 @@ Congratulations! You've created your first AI workflow that: -[IMAGE_PLACEHOLDER: Example of enhanced workflow with additional blocks] - ## Need Help? **Stuck on a step?** Check our [Blocks documentation](/blocks) for detailed explanations of each component.