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/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 deleted file mode 100644 index a96c078d749..00000000000 --- a/docs/src/content/docs/reference/live-editor.mdx +++ /dev/null @@ -1,715 +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). - -
Loading WebAssembly compiler...
-First load downloads ~17 MB
-