From 2fd11100e3c41260ffd1a4e80644b89e5f63eeb3 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Sat, 7 Mar 2026 11:16:51 -0500 Subject: [PATCH] Add competitor comparison page to Guides section Covers 10 competitors across three tiers: coding workflow orchestration (StrongDM Factory, Factory AI, LangGraph), AI coding agents (Cursor, Claude Code, Codex, Devin, Amp), and adjacent infra (Trigger.dev, Conductor), plus honorable mentions. Co-Authored-By: Claude Opus 4.6 --- docs/docs.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/docs.json b/docs/docs.json index 86c1721cd..17c562344 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -105,6 +105,13 @@ "tab": "Guides", "icon": "graduation-cap", "groups": [ + { + "group": "Overview", + "icon": "compass", + "pages": [ + "getting-started/comparison" + ] + }, { "group": "Workflow Tutorials", "icon": "graduation-cap",