docs(partner-nodes): consolidate Overview/Workflow subpages back to single model pages - #1563
Conversation
…ingle model pages Revert the per-model page split introduced in #1532: merge each xxx.mdx (Overview) + xxx/workflow.mdx back into a single model page, and remove the 68 workflow subpages. - 68 model pages consolidated (workflow content merged into main page, sidebarTitle changed from 'Overview' to the model name) - 68 workflow.mdx subpages deleted - Category overviews (image/video/3d/audio/language) rewritten from placeholder intros into real selection guides: what the category does, how to choose a model by task, and a full per-partner model table - docs.json: flatten model nav groups, drop workflow sub-entries (4 locales), add 284 redirects from /<model>/workflow to /<model> - No English content removed; translations (zh/ja/ko) deferred until internal consensus on the structure (PR kept as draft)
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Important Review skippedToo many files! This PR contains 361 files, which is 261 over the limit of 100. To get a review, reduce the PR to 100 files or fewer by splitting it into smaller PRs or changing its base branch. Upgrade to a paid plan to raise the limit. Usage-priced reviews support at most 300 files. ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Team Run ID: 📒 Files selected for processing (361)
You can disable this status message by setting the Comment |
🌐 i18n translation sync reminder@comfyui-wiki English documentation was updated in this PR. Please complete or schedule translation updates for the following files: Japanese (
|
…ects The zh/ja/ko workflow subpages never existed on main (only the English versions were split in #1532). Redirects from /zh|/ja|/ko/.../workflow pointed to URLs that were never live, and 4 English entries were also bogus (core-concepts/workflow, grok-overview, model-generation, ideogram-v3). Keep only the 68 real English workflow redirects.
Add a Browse models CardGroup right after the intro on each of the 5 category overview pages (image/video/3d/audio/language), with one Card per model page in that category so readers can jump straight to a model. Bottom partner tables are kept as the full index.
- Full translation pass for the 68 consolidated model pages + 5 category overviews - Manually repaired truncated/lost blocks: openrouter/llm (zh), 3d/overview (ja), video/overview (ko), reve-image (zh/ja/ko), bria/image-editing (ko), luma-text-to-image (ja/ko), luma-image-to-video (ko), nano-banana-2-lite (ja), meshy-7 (ja) - No English source content changed in this commit.
Translate re-runs had replaced already-localized section headings with English text in 14 zh/ja/ko files. Restore the pre-existing translations (e.g. Bria: Remove Image Background -> Bria: 画像背景除去, Reve: Image Edit -> Reve:图像编辑) from the pre-consolidation versions.
…/ko) Partner Models/Image/Video/Audio/LLMs group labels under the Partner Nodes nav stayed in English for zh/ja/ko since the #1528 restructure. Localize them to match the tutorial section convention (合作伙伴模型/图像/视频/音频/LLM, パートナーモデル/画像/ビデオ/オーディオ/LLM, 파트너 모델/이미지/비디오/오디오/LLM). Vendor sub-groups stay in English (brand names).
Summary
Consolidates the Partner Nodes model pages back to one page per model, reverting the per-model
Overview + Workflowsubpage split introduced in #1532, while keeping Robin's category structure (Image / Video / 3D / Audio / LLMs).Motivation
The #1532 split created one
Overviewpage and oneWorkflowsubpage for every model, regardless of content volume. Many model pages are only 12–28 lines — thin, templated "What X is good at" stubs that don't justify two pages. This PR:xxx.mdx(Overview) +xxx/workflow.mdxback into a single model page (68 pages consolidated)workflow.mdxsubpagesWorkflowsub-entries, 4 locales)/<model>/workflow→/<model>(en + zh/ja/ko) so existing links keep workingWhat stays
What's deferred
npm run translateand add the translations in a follow-up commit.Testing
docs.jsonparses; nav has no/workflowentries for partner nodes/workflowpages remainDraft status: this is a structural proposal — holding for review/consensus before merge.