-
Notifications
You must be signed in to change notification settings - Fork 190
feat: improve GEO metadata and page headings #1216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,10 @@ | ||
| --- | ||
| title: "Community links" | ||
| description: "Connect with the ComfyUI community through various platforms" | ||
| description: "Join the ComfyUI community on Discord (7000 members), GitHub Discussions, and Reddit for support and workflow sharing." | ||
| --- | ||
|
|
||
| ## Where can you get ComfyUI support? Discord, GitHub, and 3 other community channels | ||
|
Comment on lines
+3
to
+6
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win 🧩 Analysis chain🏁 Script executed: #!/bin/bash
set -euo pipefail
git ls-files community/links.mdx
wc -l community/links.mdx
nl -ba community/links.mdx | sed -n '1,120p'Repository: Comfy-Org/docs Length of output: 235 🏁 Script executed: #!/bin/bash
set -euo pipefail
sed -n '1,80p' community/links.mdx | cat -nRepository: Comfy-Org/docs Length of output: 1924 Align the heading and description with the community cards. The page lists 9 links, not “3 other community channels,” and it doesn’t include GitHub Discussions. Keep the copy in step with the page, or it’ll go off-channel. 🤖 Prompt for AI AgentsThere was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @balpreetgrowthnatives does this need to be fixed still |
||
|
|
||
| Join the ComfyUI community and get help, share your work, and stay updated with the latest developments. | ||
|
|
||
| <CardGroup cols={2}> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
Trim the intro to the node's actual inputs.
The opening paragraph reads like this node handles preliminary images, but the Inputs table shows only text-conditioning and refiner metadata. That makes it sound like a post-processing step it does not expose.
♻️ Suggested copy tweak
📝 Committable suggestion
🤖 Prompt for AI Agents