Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
c667e6b
Update docs.json
mintlify[bot] Oct 26, 2025
887e0d3
Update docs.json
mintlify[bot] Oct 26, 2025
af76ff9
Update docs.json
mintlify[bot] Oct 26, 2025
0c6f244
Update docs.json
mintlify[bot] Oct 26, 2025
4796598
Update docs.json
mintlify[bot] Oct 26, 2025
c5fadb9
Update docs.json
mintlify[bot] Oct 26, 2025
f5e49bf
Update docs.json
mintlify[bot] Oct 26, 2025
2480ce1
Update docs.json
mintlify[bot] Oct 26, 2025
3291804
Update docs.json
mintlify[bot] Oct 26, 2025
79347b3
Update docs.json
mintlify[bot] Oct 26, 2025
28857bd
Update docs.json
mintlify[bot] Oct 26, 2025
b476105
Update docs.json
mintlify[bot] Oct 26, 2025
c023e2f
Update docs.json
mintlify[bot] Oct 26, 2025
9d1555c
Update docs.json
mintlify[bot] Oct 26, 2025
9cdfc1d
Update docs.json
mintlify[bot] Oct 26, 2025
0fc45ae
Update docs.json
mintlify[bot] Oct 26, 2025
8d86b7b
Update docs.json
mintlify[bot] Oct 26, 2025
36ef6b4
Update docs.json
mintlify[bot] Oct 26, 2025
e3037ef
Update docs.json
mintlify[bot] Oct 26, 2025
4aaab8e
Update docs.json
mintlify[bot] Oct 26, 2025
093174a
Update docs.json
mintlify[bot] Oct 26, 2025
f34acb8
Update docs.json
mintlify[bot] Oct 26, 2025
9eac8b4
Update docs.json
mintlify[bot] Oct 26, 2025
9aec612
Update docs.json
mintlify[bot] Oct 26, 2025
3e8138e
Update docs.json
mintlify[bot] Oct 26, 2025
b06fae1
Update docs.json
mintlify[bot] Oct 26, 2025
eda79c5
Update docs.json
mintlify[bot] Oct 26, 2025
291d344
Update docs.json
mintlify[bot] Oct 26, 2025
21dd3c0
Update docs.json
mintlify[bot] Oct 26, 2025
7d8af34
Update docs.json
mintlify[bot] Oct 26, 2025
d6ccc1b
Update docs.json
mintlify[bot] Oct 26, 2025
320506b
Update navigation
comfyui-wiki Oct 26, 2025
684fb20
Update index.mdx
mintlify[bot] Oct 26, 2025
28f0919
Update docs.json
mintlify[bot] Oct 26, 2025
f377ba2
Merge remote-tracking branch 'origin/main' into mintlify/change-theme…
comfyui-wiki Oct 29, 2025
eb38258
Update navigation
comfyui-wiki Oct 29, 2025
42edef5
Merge branch 'main' of https://github.com/Comfy-Org/docs into mintlif…
comfyui-wiki Nov 3, 2025
e217c29
Merge changes from main
comfyui-wiki Nov 3, 2025
7112111
Update mint to 4.2.186 and add mode to zh-CN index
comfyui-wiki Nov 3, 2025
94c356a
Update .mcp.json to change Mintlify command and args, add dark color …
comfyui-wiki Nov 3, 2025
4ee5d66
Refactor documentation structure by reintroducing the Community secti…
comfyui-wiki Nov 3, 2025
378f139
Update package-lock.json to upgrade React from version 19.1.0 to 19.2…
comfyui-wiki Nov 3, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"playwright": {
"command": "npx",
"args": ["-y", "@executeautomation/playwright-mcp-server"]
},
"mintlify": {
"command": "npx",
"args": ["-y", "@mintlify/mcp", "docs.comfy.org"]
}
}
}
106 changes: 62 additions & 44 deletions docs.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"$schema": "https://mintlify.com/docs.json",
"theme": "maple",
"theme": "almond",
"name": "ComfyUI",
"colors": {
"primary": "#1A56DB",
"light": "#1A56DB"
"light": "#1A56DB",
"dark": "#1A56DB"
},
"icons": {
"library": "fontawesome"
Expand All @@ -14,10 +15,9 @@
"languages": [
{
"language": "en",
"dropdowns": [
"tabs": [
{
"dropdown": "Get Started",
"icon": "sparkles",
"tab": "Get Started",
"pages": [
{
"group": "Get Started",
Expand Down Expand Up @@ -267,25 +267,11 @@
]
}
]
},
{
"group": "Troubleshooting",
"icon": "bug",
"pages": [
"troubleshooting/overview",
"troubleshooting/model-issues",
"troubleshooting/custom-node-issues"
]
},
{
"group": "Community",
"pages": ["community/contributing", "community/links"]
}
]
},
{
"dropdown": "Built-in Nodes",
"icon": "network-wired",
"tab": "Built-in Nodes",
"pages": [
"built-in-nodes/overview",
{
Expand Down Expand Up @@ -472,8 +458,7 @@
]
},
{
"dropdown": "Development",
"icon": "terminal",
"tab": "Development",
"pages": [
"development/overview",
{
Expand Down Expand Up @@ -569,17 +554,34 @@
]
},
{
"dropdown": "Registry API Reference",
"tab": "Support",
"pages": [
{
"group": "Troubleshooting",
"icon": "bug",
"pages": [
"troubleshooting/overview",
"troubleshooting/model-issues",
"troubleshooting/custom-node-issues"
]
},
{
"group": "Community",
"pages": ["community/contributing", "community/links"]
}
]
},
{
"tab": "Registry API Reference",
"openapi": "https://api.comfy.org/openapi"
}
]
},
{
"language": "cn",
"dropdowns": [
"tabs": [
{
"dropdown": "开始使用",
"icon": "sparkles",
"tab": "开始使用",
"pages": [
{
"group": "开始使用",
Expand Down Expand Up @@ -835,25 +837,11 @@
]
}
]
},
{
"group": "故障排除",
"icon": "bug",
"pages": [
"zh-CN/troubleshooting/overview",
"zh-CN/troubleshooting/model-issues",
"zh-CN/troubleshooting/custom-node-issues"
]
},
{
"group": "社区",
"pages": ["community/contributing", "zh-CN/community/links"]
}
]
},
{
"dropdown": "内置节点",
"icon": "network-wired",
"tab": "内置节点",
"pages": [
"zh-CN/built-in-nodes/overview",
{
Expand Down Expand Up @@ -1040,8 +1028,7 @@
]
},
{
"dropdown": "开发",
"icon": "terminal",
"tab": "开发",
"pages": [
"zh-CN/development/overview",
{
Expand Down Expand Up @@ -1142,7 +1129,25 @@
]
},
{
"dropdown": "Registry API 参考文档",
"tab": "支持",
"pages": [
{
"group": "故障排除",
"icon": "bug",
"pages": [
"zh-CN/troubleshooting/overview",
"zh-CN/troubleshooting/model-issues",
"zh-CN/troubleshooting/custom-node-issues"
]
},
{
"group": "社区",
"pages": ["zh-CN/community/contributing", "zh-CN/community/links"]
}
]
},
{
"tab": "Registry API 参考文档",
"openapi": "https://api.comfy.org/openapi"
}
]
Expand All @@ -1154,6 +1159,19 @@
"dark": "/logo/dark.svg",
"href": "https://docs.comfy.org"
},
"navbar": {
"links": [
{
"label": "Download",
"href": "https://comfy.org/download"
}
],
"primary": {
"type": "button",
"label": "Comfy Cloud",
"href": "https://comfy.org/cloud?utm_source=comfy&utm_content=docs"
}
},
"appearance": {
"default": "dark",
"strict": false
Expand Down
Loading
Loading