From 278962222a2695f1ae9244fe24d7ab8929aff514 Mon Sep 17 00:00:00 2001 From: Abdelrahman Essawy Date: Tue, 15 Sep 2026 05:04:46 +0300 Subject: [PATCH 1/9] docs(automation): minimal overview, Make and Zapier as coming soon - Overview is now the banner, platform cards and a Templates section. Make and Zapier cards say coming soon and link nowhere. - Make and Zapier get placeholder pages with a Soon badge, kept out of search indexes. - The HTTP page and the separate Templates page are removed and redirected to the overview. - New screenshots from the 0.6.1 node: the install panel with the new icon and line, and the FFmpeg template canvas with its current title. - The overview banner shows n8n, Activepieces, Make and Zapier. - The template link check reads the overview cards, and the nav check accepts a folder index as a redirect target. --- automation/http.mdx | 165 ------------------------- automation/index.mdx | 58 +++------ automation/make.mdx | 11 ++ automation/n8n.mdx | 17 +-- automation/templates.mdx | 89 ------------- automation/zapier.mdx | 11 ++ docs.json | 12 +- images/automation/hero-http.png | Bin 334943 -> 0 bytes images/automation/hero-overview.png | Bin 344377 -> 357193 bytes images/n8n/install-detail.png | Bin 26060 -> 42749 bytes images/n8n/install-from-canvas.png | Bin 12929 -> 0 bytes images/n8n/template-captions.png | Bin 127642 -> 0 bytes images/n8n/template-compress.png | Bin 123437 -> 0 bytes images/n8n/template-ffmpeg.png | Bin 117165 -> 0 bytes images/templates/run-ffmpeg-canvas.png | Bin 76236 -> 57555 bytes scripts/check-template-links.mjs | 49 +++----- scripts/render-heroes.mjs | 12 +- scripts/validate-nav-and-redirects.mjs | 3 +- 18 files changed, 78 insertions(+), 349 deletions(-) delete mode 100644 automation/http.mdx create mode 100644 automation/make.mdx delete mode 100644 automation/templates.mdx create mode 100644 automation/zapier.mdx delete mode 100644 images/automation/hero-http.png delete mode 100644 images/n8n/install-from-canvas.png delete mode 100644 images/n8n/template-captions.png delete mode 100644 images/n8n/template-compress.png delete mode 100644 images/n8n/template-ffmpeg.png diff --git a/automation/http.mdx b/automation/http.mdx deleted file mode 100644 index aadbc02..0000000 --- a/automation/http.mdx +++ /dev/null @@ -1,165 +0,0 @@ ---- -title: "Run jobs from any automation tool over HTTP" -sidebarTitle: "Any tool over HTTP" -description: "Submit jobs from Make, Zapier or any tool with an HTTP step, receive the result on a webhook, and re-read the job before you use its file." -icon: "globe" -keywords: ["make video api", "zapier video processing", "make http module ffmpeg", "zapier ffmpeg", "webhooks by zapier video", "automation http request video", "callback url automation", "no-code ffmpeg api"] -canonical: "https://rendobar.com/docs/automation/http" ---- - -