Docs: update step by step run

This commit is contained in:
AllenWriter
2025-04-18 12:15:23 +08:00
parent e2b4374698
commit 70bccadf66
11 changed files with 212 additions and 15 deletions

View File

@@ -9,8 +9,8 @@
},
"favicon": "/dify-logo.png",
"logo": {
"light": "/logo/dify-logo.svg",
"dark": "/logo/dify-logo.svg"
"light": "/logo/dify-logo-black.svg",
"dark": "/logo/dify-logo-white.svg"
},
"navigation": {
"languages": [
@@ -554,9 +554,11 @@
"pages": [
"zh-hans/guides/workflow/debug-and-preview/preview-and-run",
"zh-hans/guides/workflow/debug-and-preview/step-run",
"zh-hans/guides/workflow/debug-and-preview/debug-node",
"zh-hans/guides/workflow/debug-and-preview/log",
"zh-hans/guides/workflow/debug-and-preview/checklist",
"zh-hans/guides/workflow/debug-and-preview/history"
"zh-hans/guides/workflow/debug-and-preview/history",
"zh-hans/guides/workflow/debug-and-preview/variable-inspector"
]
},
"zh-hans/guides/workflow/publish",