Skip to content

Commit 632fc0c

Browse files
author
waleed
committed
remove yml
1 parent 54e7979 commit 632fc0c

2 files changed

Lines changed: 5 additions & 15 deletions

File tree

apps/docs/content/docs/en/index.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ Welcome to Sim, a visual workflow builder for AI applications. Build powerful AI
4848
<Card title="Team Management" href="/permissions/roles-and-permissions">
4949
Set up workspace roles and permissions
5050
</Card>
51-
<Card title="YAML Configuration" href="/yaml">
52-
Define workflows as code
53-
</Card>
5451
<Card title="MCP Integration" href="/mcp">
5552
Connect external services with Model Context Protocol
5653
</Card>

apps/docs/content/docs/en/tools/index.mdx

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ description: Powerful tools to enhance your agentic workflows
55

66
import { Card, Cards } from "fumadocs-ui/components/card";
77
import { Step, Steps } from "fumadocs-ui/components/steps";
8-
import { Tab, Tabs } from "fumadocs-ui/components/tabs";
8+
import { Video } from '@/components/ui/video';
99

1010
Tools are powerful components in Sim that allow your workflows to interact with external services, process data, and perform specialized tasks. They extend the capabilities of your agents and workflows by providing access to various APIs and services.
1111

12+
<div className="mx-auto w-full overflow-hidden rounded-lg">
13+
<Video src="toolbar.mp4" width={700} height={450} />
14+
</div>
15+
1216
## What is a Tool?
1317

1418
A tool is a specialized component that provides a specific functionality or integration with external services. Tools can be used to search the web, interact with databases, process images, generate text or images, communicate via messaging platforms, and much more.
@@ -64,14 +68,3 @@ Tools typically return structured data that can be processed by subsequent block
6468
- Status information
6569

6670
Refer to each tool's specific documentation to understand its exact output format.
67-
68-
## YAML Configuration
69-
70-
For detailed YAML workflow configuration and syntax, see the [YAML Workflow Reference](/yaml) documentation. This includes comprehensive guides for:
71-
72-
- **Block Reference Syntax**: How to connect and reference data between blocks
73-
- **Tool Configuration**: Using tools in both standalone blocks and agent configurations
74-
- **Environment Variables**: Secure handling of API keys and credentials
75-
- **Complete Examples**: Real-world workflow patterns and configurations
76-
77-
For specific tool parameters and configuration options, refer to each tool's individual documentation page.

0 commit comments

Comments
 (0)