[PR #533] [MERGED] Siqi/revamp review #559

Closed
opened 2026-02-16 06:15:50 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-docs/pull/533
Author: @RiskeyL
Created: 11/21/2025
Status: Merged
Merged: 11/25/2025
Merged by: @guchenhe

Base: revampHead: siqi/revamp-review


📝 Commits (10+)

  • c58f23b add redirect url for triggers & start & user input
  • 414c4f1 delete chatflow illustration
  • b11b1c4 update images and node names
  • aabd14e update the forum link in the introduction
  • e667e5a change doc type names
  • 5be6669 add multilingual readme into plugin dev docs
  • ca8bdd1 add manage model credential and configure load balancing
  • 4af2e22 update trigger-related content
  • f621010 fix trigger-related doc links
  • 6393015 update node names in cn/jp quick start tutorial

📊 Changes

301 files changed (+4969 additions, -1416 deletions)

View changed files

📝 cn/documentation/build/additional-features.mdx (+5 -5)
📝 cn/documentation/build/goto-anything.mdx (+0 -0)
cn/documentation/build/mcp.mdx (+108 -0)
📝 cn/documentation/build/orchestrate-node.mdx (+1 -1)
cn/documentation/build/predefined-error-handling-logic.mdx (+91 -0)
📝 cn/documentation/build/shortcut-key.mdx (+1 -1)
📝 cn/documentation/build/version-control.mdx (+1 -1)
📝 cn/documentation/debug/error-type.mdx (+1 -1)
cn/documentation/debug/history-and-logs.mdx (+47 -0)
📝 cn/documentation/debug/step-run.mdx (+1 -1)
📝 cn/documentation/debug/variable-inspect.mdx (+1 -1)
cn/documentation/getting-started/introduction.mdx (+36 -0)
cn/documentation/getting-started/key-concepts.mdx (+151 -0)
📝 cn/documentation/getting-started/quick-start.mdx (+26 -24)
cn/documentation/knowledge/connect-external-knowledge-base.mdx (+143 -0)
📝 cn/documentation/knowledge/create-knowledge/chunking-and-cleaning-text.mdx (+3 -3)
📝 cn/documentation/knowledge/create-knowledge/import-text-data/readme.mdx (+0 -0)
📝 cn/documentation/knowledge/create-knowledge/import-text-data/sync-from-notion.mdx (+0 -0)
📝 cn/documentation/knowledge/create-knowledge/import-text-data/sync-from-website.mdx (+0 -0)
📝 cn/documentation/knowledge/create-knowledge/introduction.mdx (+2 -2)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-docs/pull/533 **Author:** [@RiskeyL](https://github.com/RiskeyL) **Created:** 11/21/2025 **Status:** ✅ Merged **Merged:** 11/25/2025 **Merged by:** [@guchenhe](https://github.com/guchenhe) **Base:** `revamp` ← **Head:** `siqi/revamp-review` --- ### 📝 Commits (10+) - [`c58f23b`](https://github.com/langgenius/dify-docs/commit/c58f23bd40c225c12b5a71edaa3383780e2659cf) add redirect url for triggers & start & user input - [`414c4f1`](https://github.com/langgenius/dify-docs/commit/414c4f178771b2ea9d5485b420c9f03d182f8780) delete chatflow illustration - [`b11b1c4`](https://github.com/langgenius/dify-docs/commit/b11b1c4cae1a1e55ad7707b4e926a227dbde6f19) update images and node names - [`aabd14e`](https://github.com/langgenius/dify-docs/commit/aabd14e0b752468b27f16eca2c216a8f6a42ac87) update the forum link in the introduction - [`e667e5a`](https://github.com/langgenius/dify-docs/commit/e667e5ae2651059a4c2e3d8b3c818998bfd21da2) change doc type names - [`5be6669`](https://github.com/langgenius/dify-docs/commit/5be66699acaadf44d5dd7c3a2ca002b19422ab7c) add multilingual readme into plugin dev docs - [`ca8bdd1`](https://github.com/langgenius/dify-docs/commit/ca8bdd128e445decbe1bc5dd9e9b9ca6af3825d3) add manage model credential and configure load balancing - [`4af2e22`](https://github.com/langgenius/dify-docs/commit/4af2e22b5d9c829b030af279f38a17fed559c644) update trigger-related content - [`f621010`](https://github.com/langgenius/dify-docs/commit/f62101057af189bcff72c2629320a2088d49f7a9) fix trigger-related doc links - [`6393015`](https://github.com/langgenius/dify-docs/commit/63930151ba82d0abadf391dd8a71dcb530994c63) update node names in cn/jp quick start tutorial ### 📊 Changes **301 files changed** (+4969 additions, -1416 deletions) <details> <summary>View changed files</summary> 📝 `cn/documentation/build/additional-features.mdx` (+5 -5) 📝 `cn/documentation/build/goto-anything.mdx` (+0 -0) ➕ `cn/documentation/build/mcp.mdx` (+108 -0) 📝 `cn/documentation/build/orchestrate-node.mdx` (+1 -1) ➕ `cn/documentation/build/predefined-error-handling-logic.mdx` (+91 -0) 📝 `cn/documentation/build/shortcut-key.mdx` (+1 -1) 📝 `cn/documentation/build/version-control.mdx` (+1 -1) 📝 `cn/documentation/debug/error-type.mdx` (+1 -1) ➕ `cn/documentation/debug/history-and-logs.mdx` (+47 -0) 📝 `cn/documentation/debug/step-run.mdx` (+1 -1) 📝 `cn/documentation/debug/variable-inspect.mdx` (+1 -1) ➕ `cn/documentation/getting-started/introduction.mdx` (+36 -0) ➕ `cn/documentation/getting-started/key-concepts.mdx` (+151 -0) 📝 `cn/documentation/getting-started/quick-start.mdx` (+26 -24) ➕ `cn/documentation/knowledge/connect-external-knowledge-base.mdx` (+143 -0) 📝 `cn/documentation/knowledge/create-knowledge/chunking-and-cleaning-text.mdx` (+3 -3) 📝 `cn/documentation/knowledge/create-knowledge/import-text-data/readme.mdx` (+0 -0) 📝 `cn/documentation/knowledge/create-knowledge/import-text-data/sync-from-notion.mdx` (+0 -0) 📝 `cn/documentation/knowledge/create-knowledge/import-text-data/sync-from-website.mdx` (+0 -0) 📝 `cn/documentation/knowledge/create-knowledge/introduction.mdx` (+2 -2) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 06:15:50 -05:00
yindo closed this issue 2026-02-16 06:15:50 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-docs#559