Skip to content

Commit 80ff4ba

Browse files
chore: fixes
1 parent 5f1d5e0 commit 80ff4ba

7 files changed

Lines changed: 0 additions & 34 deletions

File tree

apps/docs/components/navbar/navbar.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,6 @@ export function Navbar() {
5252
</div>
5353
</div>
5454

55-
{/* Divider — only spans content width */}
56-
<div
57-
className='border-b'
58-
style={{
59-
marginLeft: 'calc(var(--sidebar-offset) + 32px)',
60-
marginRight: 'calc(var(--toc-offset) + 60px)',
61-
borderColor: 'rgba(128, 128, 128, 0.1)',
62-
}}
63-
/>
64-
6555
{/* Bottom row: navigation tabs — border on row, tabs overlap it */}
6656
<div
6757
className='flex h-[40px] items-stretch gap-6 border-border/20 border-b'

apps/docs/content/docs/de/introduction/index.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ Verwandeln Sie Rohdaten in umsetzbare Erkenntnisse. Extrahieren Sie Informatione
3333
**API-Integrations-Workflows**
3434
Orchestieren Sie komplexe Interaktionen zwischen mehreren Diensten. Erstellen Sie einheitliche API-Endpunkte, implementieren Sie anspruchsvolle Geschäftslogik und bauen Sie ereignisgesteuerte Automatisierungssysteme.
3535

36-
<div className="mx-auto w-full overflow-hidden rounded-lg my-6">
37-
<Video src="introduction/chat-workflow.mp4" width={700} height={450} />
38-
</div>
39-
4036
## Wie es funktioniert
4137

4238
**Visueller Workflow-Editor**

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ Transform raw data into actionable insights. Extract information from documents,
3434
**API Integration Workflows**
3535
Orchestrate complex multi-service interactions. Create unified API endpoints, implement sophisticated business logic, and build event-driven automation systems.
3636

37-
<div className="mx-auto w-full overflow-hidden rounded-lg my-6">
38-
<Video src="introduction/chat-workflow.mp4" width={700} height={450} />
39-
</div>
40-
4137
## How It Works
4238

4339
**Visual Workflow Editor**

apps/docs/content/docs/es/introduction/index.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ Transforma datos brutos en información procesable. Extrae información de docum
3333
**Flujos de trabajo de integración de API**
3434
Orquesta interacciones complejas entre múltiples servicios. Crea puntos de conexión API unificados, implementa lógica empresarial sofisticada y construye sistemas de automatización basados en eventos.
3535

36-
<div className="mx-auto w-full overflow-hidden rounded-lg my-6">
37-
<Video src="introduction/chat-workflow.mp4" width={700} height={450} />
38-
</div>
39-
4036
## Cómo funciona
4137

4238
**Editor visual de flujos de trabajo**

apps/docs/content/docs/fr/introduction/index.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ Transformez les données brutes en informations exploitables. Extrayez des infor
3333
**Flux de travail d'intégration API**
3434
Orchestrez des interactions complexes entre plusieurs services. Créez des points de terminaison API unifiés, implémentez une logique métier sophistiquée et construisez des systèmes d'automatisation pilotés par événements.
3535

36-
<div className="mx-auto w-full overflow-hidden rounded-lg my-6">
37-
<Video src="introduction/chat-workflow.mp4" width={700} height={450} />
38-
</div>
39-
4036
## Comment ça fonctionne
4137

4238
**Éditeur visuel de flux de travail**

apps/docs/content/docs/ja/introduction/index.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ Simはオープンソースのビジュアルワークフロービルダーで
3333
**API統合ワークフロー**
3434
複雑なマルチサービス間の相互作用をオーケストレーションします。統一されたAPIエンドポイントを作成し、高度なビジネスロジックを実装し、イベント駆動型の自動化システムを構築します。
3535

36-
<div className="mx-auto w-full overflow-hidden rounded-lg my-6">
37-
<Video src="introduction/chat-workflow.mp4" width={700} height={450} />
38-
</div>
39-
4036
## 仕組み
4137

4238
**ビジュアルワークフローエディタ**

apps/docs/content/docs/zh/introduction/index.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ Sim 是一个开源的可视化工作流构建器,用于构建和部署 AI 代
3333
**API 集成工作流**
3434
协调复杂的多服务交互。创建统一的 API 端点,实施复杂的业务逻辑,并构建事件驱动的自动化系统。
3535

36-
<div className="mx-auto w-full overflow-hidden rounded-lg my-6">
37-
<Video src="introduction/chat-workflow.mp4" width={700} height={450} />
38-
</div>
39-
4036
## 工作原理
4137

4238
**可视化工作流编辑器**

0 commit comments

Comments
 (0)