Skip to content

Commit 184b19d

Browse files
committed
fix: quote frontmatter descriptions that gained colons in the em-dash pass (unquoted YAML scalars with a second colon broke every page)
1 parent de35797 commit 184b19d

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

apps/docs/content/docs/en/academy/agents/block.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: The Agent Block
3-
description: Inside the Agent block, a run becomes a conversation: a message stack the model reads, a swappable brain, and an output bundle every later block can use.
3+
description: "Inside the Agent block, a run becomes a conversation: a message stack the model reads, a swappable brain, and an output bundle every later block can use."
44
---
55

66
import { VideoPlaceholder } from '@/components/ui/video-placeholder'

apps/docs/content/docs/en/academy/agents/intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Agents
3-
description: An AI agent is a Sim workflow that uses Agent blocks: the reasoning engine you shape, parameterize, and compose into intelligent processes.
3+
description: "An AI agent is a Sim workflow that uses Agent blocks: the reasoning engine you shape, parameterize, and compose into intelligent processes."
44
---
55

66
import { VideoPlaceholder } from '@/components/ui/video-placeholder'

apps/docs/content/docs/en/academy/agents/memory.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Memory
3-
description: One setting gives an agent memory: a conversation ID under which every turn is kept, so the next run starts from the conversation so far.
3+
description: "One setting gives an agent memory: a conversation ID under which every turn is kept, so the next run starts from the conversation so far."
44
---
55

66
import { VideoPlaceholder } from '@/components/ui/video-placeholder'

apps/docs/content/docs/en/academy/chat/intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Chat
3-
description: The chat in Sim is your workspace control plane: one conversation that queries your tables, searches your docs, runs and schedules workflows, researches the outside world, and composes it all into new systems.
3+
description: "The chat in Sim is your workspace control plane: one conversation that queries your tables, searches your docs, runs and schedules workflows, researches the outside world, and composes it all into new systems."
44
---
55

66
import { VideoPlaceholder } from '@/components/ui/video-placeholder'

apps/docs/content/docs/en/academy/workflows/branching.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Branching
3-
description: Split a workflow into different paths based on the result of a step: the Condition block decides with a rule, the Router lets a model decide.
3+
description: "Split a workflow into different paths based on the result of a step: the Condition block decides with a rule, the Router lets a model decide."
44
---
55

66
import { VideoPlaceholder } from '@/components/ui/video-placeholder'

apps/docs/content/docs/en/academy/workflows/deployment.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Deployment
3-
description: Deploying gives a workflow an address so the outside world can run it: the same Start block answers calls as an API, a chat, or an MCP tool.
3+
description: "Deploying gives a workflow an address so the outside world can run it: the same Start block answers calls as an API, a chat, or an MCP tool."
44
---
55

66
import { VideoPlaceholder } from '@/components/ui/video-placeholder'

apps/docs/content/docs/en/academy/workflows/intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Workflows
3-
description: A workflow is a visual program made of blocks: where you compose data, operations, integrations, and AI agents into a process.
3+
description: "A workflow is a visual program made of blocks: where you compose data, operations, integrations, and AI agents into a process."
44
---
55

66
import { VideoPlaceholder } from '@/components/ui/video-placeholder'

apps/docs/content/docs/en/academy/workflows/loops.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Loops & Parallel
3-
description: Repeat the same steps over a collection: the Loop block runs them one item at a time, the Parallel block runs every item at once.
3+
description: "Repeat the same steps over a collection: the Loop block runs them one item at a time, the Parallel block runs every item at once."
44
---
55

66
import { VideoPlaceholder } from '@/components/ui/video-placeholder'

0 commit comments

Comments
 (0)