From 2cef12efb18207799140dc452b1b9815bd86db27 Mon Sep 17 00:00:00 2001 From: Bryan Wade Date: Thu, 17 Sep 2026 13:54:41 -0700 Subject: [PATCH] Make ComfyAPI searches reach the API overview Mintlify supports hidden page keywords for internal documentation search. Add the no-space product spelling alongside the canonical spaced name so searches from the platform discussion can discover the API overview.\n\nConstraint: Search indexing is managed by Mintlify after deployment\nRejected: Algolia dashboard synonym configuration | The repository uses Mintlify and has no Algolia search configuration\nConfidence: high\nScope-risk: narrow\nDirective: Keep product aliases in page frontmatter when they should affect internal search without changing visible copy\nTested: git diff --check\nNot-tested: Mintlify validation under Node 25 is blocked because the CLI does not support the installed Node version --- api-reference/v2/overview.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/api-reference/v2/overview.mdx b/api-reference/v2/overview.mdx index 6c9a3700c..b95ded5d1 100644 --- a/api-reference/v2/overview.mdx +++ b/api-reference/v2/overview.mdx @@ -2,6 +2,7 @@ title: "Comfy API v2 Overview" sidebarTitle: "Overview" description: "Reference for the official Comfy API v2: run ComfyUI workflows from external applications by uploading inputs, submitting jobs, and polling for results." +keywords: ["ComfyAPI", "Comfy API"] ---