From 9f2ab18759d07d51517c8a0cc402b0f4f503553e Mon Sep 17 00:00:00 2001 From: Michael B Date: Wed, 15 Jul 2026 17:42:29 -0400 Subject: [PATCH] feat(website): rewrite MCP FAQ, link URLs, and add Step 2 server URL Rewrite the MCP FAQ to nine Q&As (adds cost and local-ComfyUI entries, drops the sign-in troubleshooting item) in both locales, and auto-link http(s) URLs in FAQ answers instead of rendering them as plain text. Give Setup Step 2 a copyable Comfy Cloud MCP server URL alongside the docs button by splitting the feature card's single action into independent copyable and link slots. Co-Authored-By: Claude Opus 4.8 (1M context) --- .../src/components/blocks/FAQSplit01.vue | 48 +++++++++- .../src/components/blocks/FeatureGrid01.vue | 58 ++++++------ apps/website/src/config/routes.ts | 1 + apps/website/src/i18n/translations.ts | 91 ++++++++++--------- apps/website/src/templates/mcp/FAQSection.vue | 2 +- .../src/templates/mcp/SetupSection.vue | 18 ++-- 6 files changed, 132 insertions(+), 86 deletions(-) diff --git a/apps/website/src/components/blocks/FAQSplit01.vue b/apps/website/src/components/blocks/FAQSplit01.vue index 6cc804df82..0e77483be1 100644 --- a/apps/website/src/components/blocks/FAQSplit01.vue +++ b/apps/website/src/components/blocks/FAQSplit01.vue @@ -1,6 +1,6 @@