Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/docs/factories/automations.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: Automations
title: Factory automations
description: >-
An automation starts factory runs from a trigger, routes them to an agent,
and filters which events start a run.
sidebar:
label: Automations
label: Factory automations

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [IMPORTANT] This user-facing sidebar change has no visual proof attached to the PR. Add a current screenshot of the rendered docs page showing the active Factory automations sidebar item and the matching page H1, then include it in the PR's artifacts block. The static render is sufficient here; no interaction needs to be recorded.

---

An **automation** is a factory resource that starts runs from a trigger and routes them to an agent. Triggers fired by a connected tool also carry filters that decide which events start a run. Every default automation Warp creates when you connect a provider, and every custom one you add, is this same resource. See [`automations/<name>/automation.md`](/factories/factory-as-code/#automationsnameautomationmd) for the full schema.
Expand Down
2 changes: 1 addition & 1 deletion src/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ export const sidebarTopics: StarlightSidebarTopicsUserConfig = [
// Moved from 'Integrations' (was 'Automation filters'): this page is
// now the Automations primitive's conceptual home, parallel to Factory
// agents and Factory skills, not just a filters reference.
{ slug: 'factories/automations', label: 'Automations' },
{ slug: 'factories/automations', label: 'Factory automations' },
{ slug: 'factories/factory-as-code', label: 'Definitions as code' },
{ slug: 'factories/infrastructure-and-security', label: 'Infrastructure & security' },
],
Expand Down
Loading