docs(automation): add the Automation section - #93
Merged
Merged
Conversation
Automation platforms get their own sidebar group instead of sitting among developer tools. n8n moves to /automation/n8n with the old URL redirected. - Overview hub with platform cards, template cards and how waiting works - Activepieces page for the published piece: install, waitpoint, trigger - Templates page for the two portal-ready n8n workflows - Any tool over HTTP page, which covers Make and Zapier until apps exist - Integrations group renamed Developer tools (SDK, CLI, MCP server) Heroes come from scripts/render-heroes.mjs so they can be regenerated. scripts/check-template-links.mjs fails CI when a template heading drifts from the n8n templates README or a workflow link stops resolving.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds an Automation group to the sidebar for running Rendobar from automation platforms, and renames Integrations to Developer tools (SDK, CLI, MCP server).
/automation/automation/n8n/n8n(redirect updated). Adds a hero, prerequisites and template cards, drops the stale three-link list/automation/activepieces/automation/templates/automation/httpMake and Zapier get their own pages only once their apps ship.
Visuals
scripts/render-heroes.mjsin the Storage hero style, with real brand marks (Simple Icons for n8n, Make, Zapier, and Activepieces' own mark).Checks
validate-frontmatter,validate-nav-and-redirects,check-plan-limits,check-webhooks-guide: passscripts/check-template-links.mjs(added to CI): each template section heading must equal its title in the n8n-nodes-rendobar templates README, and each workflow JSON link must resolve. Passes against main.Follow-ups after merge
apps/web/public/llms.txtand the two n8n changelog entries at/docs/automation/n8n(the redirect covers them until then).