From 31ba00b6880c24878c36250e80b968b640bf1264 Mon Sep 17 00:00:00 2001 From: "Jiaxiao (mossaka) Zhou" Date: Tue, 17 Feb 2026 20:44:29 +0000 Subject: [PATCH 1/2] fix: add Playground link to docs top navigation - Add "Playground" link in header nav pointing to /editor/ - Add tip callout in live-editor MDX linking to standalone editor Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/src/components/CustomHeader.astro | 1 + docs/src/content/docs/reference/live-editor.mdx | 3 +++ 2 files changed, 4 insertions(+) diff --git a/docs/src/components/CustomHeader.astro b/docs/src/components/CustomHeader.astro index 8e23bfb1343..f146e1fb475 100644 --- a/docs/src/components/CustomHeader.astro +++ b/docs/src/components/CustomHeader.astro @@ -11,6 +11,7 @@ const base = import.meta.env.BASE_URL; Create Examples Docs + Playground FAQ Blog Peli's Agent Factory diff --git a/docs/src/content/docs/reference/live-editor.mdx b/docs/src/content/docs/reference/live-editor.mdx index a96c078d749..82f2de4308d 100644 --- a/docs/src/content/docs/reference/live-editor.mdx +++ b/docs/src/content/docs/reference/live-editor.mdx @@ -9,6 +9,9 @@ Try the gh-aw compiler directly in your browser. Write workflow markdown on the The compiler runs entirely client-side via WebAssembly (~17 MB download on first load). +> [!TIP] +> For a full-screen editing experience, use the **[standalone Playground](/gh-aw/editor/)**. +
From 5f13cf22578de9cc377f140c7a88b9f6fdd13574 Mon Sep 17 00:00:00 2001 From: "Jiaxiao (mossaka) Zhou" Date: Tue, 17 Feb 2026 20:46:59 +0000 Subject: [PATCH 2/2] chore: remove embedded live-editor page (replaced by standalone Playground) The standalone editor at /editor/ is now linked from the top nav. Having both an embedded Starlight page and a standalone page is redundant. Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/astro.config.mjs | 1 - .../content/docs/reference/live-editor.mdx | 718 ------------------ 2 files changed, 719 deletions(-) delete mode 100644 docs/src/content/docs/reference/live-editor.mdx diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 6fef5f9ab1d..e1c4d91dfb5 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -229,7 +229,6 @@ export default defineConfig({ { label: 'Tools', link: '/reference/tools/' }, { label: 'Triggers', link: '/reference/triggers/' }, { label: 'Workflow Structure', link: '/reference/workflow-structure/' }, - { label: 'Live Editor', link: '/reference/live-editor/' }, ], }, { diff --git a/docs/src/content/docs/reference/live-editor.mdx b/docs/src/content/docs/reference/live-editor.mdx deleted file mode 100644 index 82f2de4308d..00000000000 --- a/docs/src/content/docs/reference/live-editor.mdx +++ /dev/null @@ -1,718 +0,0 @@ ---- -title: Live Workflow Editor -description: Write agentic workflow markdown and see compiled GitHub Actions YAML in real time, powered by the gh-aw WebAssembly compiler. -sidebar: - order: 900 ---- - -Try the gh-aw compiler directly in your browser. Write workflow markdown on the left and see the compiled GitHub Actions YAML on the right — no installation required. - -The compiler runs entirely client-side via WebAssembly (~17 MB download on first load). - -> [!TIP] -> For a full-screen editing experience, use the **[standalone Playground](/gh-aw/editor/)**. - -
-
-
-

Loading WebAssembly compiler...

-

First load downloads ~17 MB

-
- -
- - - -