From 8be8e389fb1c657a1ded8acd390fe1d085bc53d7 Mon Sep 17 00:00:00 2001 From: Jesse Miller Date: Wed, 24 Jun 2026 11:56:45 -0400 Subject: [PATCH] docs: nest One Card per Step under Crew Studio and drop rollout banner (AGE-107) The page itself already landed on main via #6247. This rebases onto main and applies the two remaining changes: - Nest crew-studio + merged-step-card into a collapsible "Crew Studio" nav group (pencil icon), across edge and v1.14.7 in en, pt-BR, ko, ar. - Remove the temporary "Rolling out" Note banner (feature ships today). Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/docs.json | 80 +++++++++++++++---- .../enterprise/features/merged-step-card.mdx | 5 -- .../enterprise/features/merged-step-card.mdx | 5 -- .../enterprise/features/merged-step-card.mdx | 5 -- .../enterprise/features/merged-step-card.mdx | 5 -- .../enterprise/features/merged-step-card.mdx | 5 -- .../enterprise/features/merged-step-card.mdx | 5 -- .../enterprise/features/merged-step-card.mdx | 5 -- .../enterprise/features/merged-step-card.mdx | 5 -- 9 files changed, 64 insertions(+), 56 deletions(-) diff --git a/docs/docs.json b/docs/docs.json index 4b49fae7c4..bc5f8c7bf8 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -397,8 +397,14 @@ "group": "Build", "pages": [ "edge/en/enterprise/features/automations", - "edge/en/enterprise/features/crew-studio", - "edge/en/enterprise/features/merged-step-card", + { + "group": "Crew Studio", + "icon": "pencil", + "pages": [ + "edge/en/enterprise/features/crew-studio", + "edge/en/enterprise/features/merged-step-card" + ] + }, "edge/en/enterprise/features/marketplace", "edge/en/enterprise/features/agent-repositories", "edge/en/enterprise/features/tools-and-integrations", @@ -922,8 +928,14 @@ "group": "Build", "pages": [ "v1.14.7/en/enterprise/features/automations", - "v1.14.7/en/enterprise/features/crew-studio", - "v1.14.7/en/enterprise/features/merged-step-card", + { + "group": "Crew Studio", + "icon": "pencil", + "pages": [ + "v1.14.7/en/enterprise/features/crew-studio", + "v1.14.7/en/enterprise/features/merged-step-card" + ] + }, "v1.14.7/en/enterprise/features/marketplace", "v1.14.7/en/enterprise/features/agent-repositories", "v1.14.7/en/enterprise/features/tools-and-integrations", @@ -8549,8 +8561,14 @@ "group": "Construir", "pages": [ "edge/pt-BR/enterprise/features/automations", - "edge/pt-BR/enterprise/features/crew-studio", - "edge/pt-BR/enterprise/features/merged-step-card", + { + "group": "Crew Studio", + "icon": "pencil", + "pages": [ + "edge/pt-BR/enterprise/features/crew-studio", + "edge/pt-BR/enterprise/features/merged-step-card" + ] + }, "edge/pt-BR/enterprise/features/marketplace", "edge/pt-BR/enterprise/features/agent-repositories", "edge/pt-BR/enterprise/features/tools-and-integrations", @@ -9051,8 +9069,14 @@ "group": "Construir", "pages": [ "v1.14.7/pt-BR/enterprise/features/automations", - "v1.14.7/pt-BR/enterprise/features/crew-studio", - "v1.14.7/pt-BR/enterprise/features/merged-step-card", + { + "group": "Crew Studio", + "icon": "pencil", + "pages": [ + "v1.14.7/pt-BR/enterprise/features/crew-studio", + "v1.14.7/pt-BR/enterprise/features/merged-step-card" + ] + }, "v1.14.7/pt-BR/enterprise/features/marketplace", "v1.14.7/pt-BR/enterprise/features/agent-repositories", "v1.14.7/pt-BR/enterprise/features/tools-and-integrations", @@ -16415,8 +16439,14 @@ "group": "빌드", "pages": [ "edge/ko/enterprise/features/automations", - "edge/ko/enterprise/features/crew-studio", - "edge/ko/enterprise/features/merged-step-card", + { + "group": "Crew Studio", + "icon": "pencil", + "pages": [ + "edge/ko/enterprise/features/crew-studio", + "edge/ko/enterprise/features/merged-step-card" + ] + }, "edge/ko/enterprise/features/marketplace", "edge/ko/enterprise/features/agent-repositories", "edge/ko/enterprise/features/tools-and-integrations", @@ -16929,8 +16959,14 @@ "group": "빌드", "pages": [ "v1.14.7/ko/enterprise/features/automations", - "v1.14.7/ko/enterprise/features/crew-studio", - "v1.14.7/ko/enterprise/features/merged-step-card", + { + "group": "Crew Studio", + "icon": "pencil", + "pages": [ + "v1.14.7/ko/enterprise/features/crew-studio", + "v1.14.7/ko/enterprise/features/merged-step-card" + ] + }, "v1.14.7/ko/enterprise/features/marketplace", "v1.14.7/ko/enterprise/features/agent-repositories", "v1.14.7/ko/enterprise/features/tools-and-integrations", @@ -24473,8 +24509,14 @@ "group": "البناء", "pages": [ "edge/ar/enterprise/features/automations", - "edge/ar/enterprise/features/crew-studio", - "edge/ar/enterprise/features/merged-step-card", + { + "group": "استوديو الطاقم", + "icon": "pencil", + "pages": [ + "edge/ar/enterprise/features/crew-studio", + "edge/ar/enterprise/features/merged-step-card" + ] + }, "edge/ar/enterprise/features/marketplace", "edge/ar/enterprise/features/agent-repositories", "edge/ar/enterprise/features/tools-and-integrations", @@ -24987,8 +25029,14 @@ "group": "البناء", "pages": [ "v1.14.7/ar/enterprise/features/automations", - "v1.14.7/ar/enterprise/features/crew-studio", - "v1.14.7/ar/enterprise/features/merged-step-card", + { + "group": "استوديو الطاقم", + "icon": "pencil", + "pages": [ + "v1.14.7/ar/enterprise/features/crew-studio", + "v1.14.7/ar/enterprise/features/merged-step-card" + ] + }, "v1.14.7/ar/enterprise/features/marketplace", "v1.14.7/ar/enterprise/features/agent-repositories", "v1.14.7/ar/enterprise/features/tools-and-integrations", diff --git a/docs/edge/ar/enterprise/features/merged-step-card.mdx b/docs/edge/ar/enterprise/features/merged-step-card.mdx index 76ab3e98fa..776edfe103 100644 --- a/docs/edge/ar/enterprise/features/merged-step-card.mdx +++ b/docs/edge/ar/enterprise/features/merged-step-card.mdx @@ -5,11 +5,6 @@ icon: "layer-group" mode: "wide" --- -{/* CLEANUP: This banner is the only time-bound content on the page. After the feature ships (Wednesday, June 24th 2026), delete the banner below — the rest of the page is evergreen present-tense docs and needs no other edits. */} - - **الإطلاق يوم الأربعاء 24 يونيو.** تنتقل لوحة Studio إلى بطاقة واحدة لكل خطوة بدلاً من عُقد منفصلة للمهمة والوكيل، وذلك لتبسيط اللوحة مع إضافتنا لوظائف جديدة قريبًا. تستمر أتمتتك الحالية في العمل دون أي تغييرات مطلوبة — تبقى جميع إعدادات المهمة والوكيل متاحة، ولكن منظّمة في بطاقة واحدة. - - ## نظرة عامة على لوحة Studio، تُمثَّل كل خطوة عمل بـ **بطاقة واحدة**. تجمع البطاقة بين عنصرين كانا في السابق في عُقد منفصلة: diff --git a/docs/edge/en/enterprise/features/merged-step-card.mdx b/docs/edge/en/enterprise/features/merged-step-card.mdx index 6011d13020..f0a3be6479 100644 --- a/docs/edge/en/enterprise/features/merged-step-card.mdx +++ b/docs/edge/en/enterprise/features/merged-step-card.mdx @@ -5,11 +5,6 @@ icon: "layer-group" mode: "wide" --- -{/* CLEANUP: This banner is the only time-bound content on the page. After the feature ships (Wednesday, June 24th 2026), delete the banner below — the rest of the page is evergreen present-tense docs and needs no other edits. */} - - **Rolling out Wednesday, June 24th.** The Studio canvas is moving to one card per step instead of separate task and agent nodes, to streamline the canvas as we add new functionality soon. Your existing automations keep working with no changes needed — every task and agent setting is still available, just organized onto a single card. - - ## Overview On the Studio canvas, each step of work is represented by a **single card**. The card combines two things that used to live in separate nodes: diff --git a/docs/edge/ko/enterprise/features/merged-step-card.mdx b/docs/edge/ko/enterprise/features/merged-step-card.mdx index 4103353cf6..d45301d563 100644 --- a/docs/edge/ko/enterprise/features/merged-step-card.mdx +++ b/docs/edge/ko/enterprise/features/merged-step-card.mdx @@ -5,11 +5,6 @@ icon: "layer-group" mode: "wide" --- -{/* CLEANUP: This banner is the only time-bound content on the page. After the feature ships (Wednesday, June 24th 2026), delete the banner below — the rest of the page is evergreen present-tense docs and needs no other edits. */} - - **6월 24일 수요일 출시.** Studio 캔버스가 작업과 에이전트를 별도의 노드로 표시하는 대신 단계당 하나의 카드로 전환됩니다. 곧 추가될 새로운 기능을 위해 캔버스를 간소화하기 위한 변경입니다. 기존 자동화는 아무런 변경 없이 그대로 동작하며, 모든 작업 및 에이전트 설정은 단일 카드에 정리되어 그대로 사용할 수 있습니다. - - ## 개요 Studio 캔버스에서 각 작업 단계는 **하나의 카드**로 표현됩니다. 이 카드는 이전에 별도의 노드에 있던 두 가지를 결합합니다: diff --git a/docs/edge/pt-BR/enterprise/features/merged-step-card.mdx b/docs/edge/pt-BR/enterprise/features/merged-step-card.mdx index 8b9d937d0b..3ca6cee604 100644 --- a/docs/edge/pt-BR/enterprise/features/merged-step-card.mdx +++ b/docs/edge/pt-BR/enterprise/features/merged-step-card.mdx @@ -5,11 +5,6 @@ icon: "layer-group" mode: "wide" --- -{/* CLEANUP: This banner is the only time-bound content on the page. After the feature ships (Wednesday, June 24th 2026), delete the banner below — the rest of the page is evergreen present-tense docs and needs no other edits. */} - - **Lançamento na quarta-feira, 24 de junho.** O canvas do Studio passa a exibir um card por etapa, em vez de nós separados para tarefa e agente, para simplificar o canvas à medida que adicionamos novas funcionalidades em breve. Suas automações existentes continuam funcionando sem nenhuma alteração necessária — cada configuração de tarefa e de agente continua disponível, apenas organizada em um único card. - - ## Visão geral No canvas do Studio, cada etapa de trabalho é representada por um **único card**. O card combina dois elementos que antes ficavam em nós separados: diff --git a/docs/v1.14.7/ar/enterprise/features/merged-step-card.mdx b/docs/v1.14.7/ar/enterprise/features/merged-step-card.mdx index 76ab3e98fa..776edfe103 100644 --- a/docs/v1.14.7/ar/enterprise/features/merged-step-card.mdx +++ b/docs/v1.14.7/ar/enterprise/features/merged-step-card.mdx @@ -5,11 +5,6 @@ icon: "layer-group" mode: "wide" --- -{/* CLEANUP: This banner is the only time-bound content on the page. After the feature ships (Wednesday, June 24th 2026), delete the banner below — the rest of the page is evergreen present-tense docs and needs no other edits. */} - - **الإطلاق يوم الأربعاء 24 يونيو.** تنتقل لوحة Studio إلى بطاقة واحدة لكل خطوة بدلاً من عُقد منفصلة للمهمة والوكيل، وذلك لتبسيط اللوحة مع إضافتنا لوظائف جديدة قريبًا. تستمر أتمتتك الحالية في العمل دون أي تغييرات مطلوبة — تبقى جميع إعدادات المهمة والوكيل متاحة، ولكن منظّمة في بطاقة واحدة. - - ## نظرة عامة على لوحة Studio، تُمثَّل كل خطوة عمل بـ **بطاقة واحدة**. تجمع البطاقة بين عنصرين كانا في السابق في عُقد منفصلة: diff --git a/docs/v1.14.7/en/enterprise/features/merged-step-card.mdx b/docs/v1.14.7/en/enterprise/features/merged-step-card.mdx index 6011d13020..f0a3be6479 100644 --- a/docs/v1.14.7/en/enterprise/features/merged-step-card.mdx +++ b/docs/v1.14.7/en/enterprise/features/merged-step-card.mdx @@ -5,11 +5,6 @@ icon: "layer-group" mode: "wide" --- -{/* CLEANUP: This banner is the only time-bound content on the page. After the feature ships (Wednesday, June 24th 2026), delete the banner below — the rest of the page is evergreen present-tense docs and needs no other edits. */} - - **Rolling out Wednesday, June 24th.** The Studio canvas is moving to one card per step instead of separate task and agent nodes, to streamline the canvas as we add new functionality soon. Your existing automations keep working with no changes needed — every task and agent setting is still available, just organized onto a single card. - - ## Overview On the Studio canvas, each step of work is represented by a **single card**. The card combines two things that used to live in separate nodes: diff --git a/docs/v1.14.7/ko/enterprise/features/merged-step-card.mdx b/docs/v1.14.7/ko/enterprise/features/merged-step-card.mdx index 4103353cf6..d45301d563 100644 --- a/docs/v1.14.7/ko/enterprise/features/merged-step-card.mdx +++ b/docs/v1.14.7/ko/enterprise/features/merged-step-card.mdx @@ -5,11 +5,6 @@ icon: "layer-group" mode: "wide" --- -{/* CLEANUP: This banner is the only time-bound content on the page. After the feature ships (Wednesday, June 24th 2026), delete the banner below — the rest of the page is evergreen present-tense docs and needs no other edits. */} - - **6월 24일 수요일 출시.** Studio 캔버스가 작업과 에이전트를 별도의 노드로 표시하는 대신 단계당 하나의 카드로 전환됩니다. 곧 추가될 새로운 기능을 위해 캔버스를 간소화하기 위한 변경입니다. 기존 자동화는 아무런 변경 없이 그대로 동작하며, 모든 작업 및 에이전트 설정은 단일 카드에 정리되어 그대로 사용할 수 있습니다. - - ## 개요 Studio 캔버스에서 각 작업 단계는 **하나의 카드**로 표현됩니다. 이 카드는 이전에 별도의 노드에 있던 두 가지를 결합합니다: diff --git a/docs/v1.14.7/pt-BR/enterprise/features/merged-step-card.mdx b/docs/v1.14.7/pt-BR/enterprise/features/merged-step-card.mdx index 8b9d937d0b..3ca6cee604 100644 --- a/docs/v1.14.7/pt-BR/enterprise/features/merged-step-card.mdx +++ b/docs/v1.14.7/pt-BR/enterprise/features/merged-step-card.mdx @@ -5,11 +5,6 @@ icon: "layer-group" mode: "wide" --- -{/* CLEANUP: This banner is the only time-bound content on the page. After the feature ships (Wednesday, June 24th 2026), delete the banner below — the rest of the page is evergreen present-tense docs and needs no other edits. */} - - **Lançamento na quarta-feira, 24 de junho.** O canvas do Studio passa a exibir um card por etapa, em vez de nós separados para tarefa e agente, para simplificar o canvas à medida que adicionamos novas funcionalidades em breve. Suas automações existentes continuam funcionando sem nenhuma alteração necessária — cada configuração de tarefa e de agente continua disponível, apenas organizada em um único card. - - ## Visão geral No canvas do Studio, cada etapa de trabalho é representada por um **único card**. O card combina dois elementos que antes ficavam em nós separados: