docs(partner-nodes): consolidate Overview/Workflow subpages back to single model pages - #1563
Draft
comfyui-wiki wants to merge 3 commits into
Draft
docs(partner-nodes): consolidate Overview/Workflow subpages back to single model pages#1563comfyui-wiki wants to merge 3 commits into
comfyui-wiki wants to merge 3 commits into
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)
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueComment |
🌐 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.
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
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.