[PR #450] [CLOSED] test edit #513

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-docs/pull/450
Author: @guchenhe
Created: 9/5/2025
Status: Closed

Base: mainHead: test-edit-branch


📝 Commits (10+)

📊 Changes

480 files changed (+27319 additions, -17894 deletions)

View changed files

.github/workflow-config.yml (+125 -0)
.github/workflows/sync_docs_analyze.yml (+298 -0)
.github/workflows/sync_docs_execute.yml (+562 -0)
.github/workflows/sync_docs_update.yml (+401 -0)
📝 .gitignore (+1 -0)
conversion.log (+0 -10)
📝 docs.json (+388 -1386)
docs/SECURE_WORKFLOW_GUIDE.md (+281 -0)
📝 en/api-reference/openapi_chat.json (+0 -0)
📝 en/api-reference/openapi_chatflow.json (+0 -0)
📝 en/api-reference/openapi_completion.json (+0 -0)
📝 en/api-reference/openapi_workflow.json (+0 -0)
en/documentation/pages/build/additional-features.mdx (+113 -0)
en/documentation/pages/build/mcp.mdx (+117 -0)
en/documentation/pages/build/orchestrate-node.mdx (+45 -0)
en/documentation/pages/build/predefined-error-handling-logic.mdx (+98 -0)
en/documentation/pages/build/shortcut-key.mdx (+159 -0)
en/documentation/pages/build/version-control.mdx (+112 -0)
en/documentation/pages/debug/error-type.mdx (+117 -0)
en/documentation/pages/debug/history-and-logs.mdx (+55 -0)

...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/450 **Author:** [@guchenhe](https://github.com/guchenhe) **Created:** 9/5/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `test-edit-branch` --- ### 📝 Commits (10+) - [`81981b4`](https://github.com/langgenius/dify-docs/commit/81981b4fe6b1f0af4b4e40da31025b6610b7279e) cosmetics - [`b98e8bd`](https://github.com/langgenius/dify-docs/commit/b98e8bdcad96ab7db9111d685dfeb87e29725b0a) . - [`666d493`](https://github.com/langgenius/dify-docs/commit/666d493c939210fcd4b91cc7f87eff47c2d8cf1b) updates - [`15ff433`](https://github.com/langgenius/dify-docs/commit/15ff4335ca3d11b4e3feb6c0039ce0f7405405f9) Documentation edits made through Mintlify web editor - [`e1a4dd5`](https://github.com/langgenius/dify-docs/commit/e1a4dd540eb9bba4ed0c44334faa16e33095b63a) . - [`586e263`](https://github.com/langgenius/dify-docs/commit/586e2633ea51b4a0aec0080aad5df325dedcc2f3) Merge branch 'revamp' of https://github.com/langgenius/dify-docs into revamp - [`7257b22`](https://github.com/langgenius/dify-docs/commit/7257b225cbdd5170728f5d8f3bedf41899cad3bf) Documentation edits made through Mintlify web editor - [`35db6b7`](https://github.com/langgenius/dify-docs/commit/35db6b726002f525d81546dc781b85b49169b77c) test tag - [`b4bca61`](https://github.com/langgenius/dify-docs/commit/b4bca6176c6d9df20aecd2668c0ccebc1cf8d681) feat: auto translate - [`5b4f881`](https://github.com/langgenius/dify-docs/commit/5b4f88147e49766d04b4c0befd31d700a72ff743) chore: update ### 📊 Changes **480 files changed** (+27319 additions, -17894 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflow-config.yml` (+125 -0) ➕ `.github/workflows/sync_docs_analyze.yml` (+298 -0) ➕ `.github/workflows/sync_docs_execute.yml` (+562 -0) ➕ `.github/workflows/sync_docs_update.yml` (+401 -0) 📝 `.gitignore` (+1 -0) ➖ `conversion.log` (+0 -10) 📝 `docs.json` (+388 -1386) ➕ `docs/SECURE_WORKFLOW_GUIDE.md` (+281 -0) 📝 `en/api-reference/openapi_chat.json` (+0 -0) 📝 `en/api-reference/openapi_chatflow.json` (+0 -0) 📝 `en/api-reference/openapi_completion.json` (+0 -0) 📝 `en/api-reference/openapi_workflow.json` (+0 -0) ➕ `en/documentation/pages/build/additional-features.mdx` (+113 -0) ➕ `en/documentation/pages/build/mcp.mdx` (+117 -0) ➕ `en/documentation/pages/build/orchestrate-node.mdx` (+45 -0) ➕ `en/documentation/pages/build/predefined-error-handling-logic.mdx` (+98 -0) ➕ `en/documentation/pages/build/shortcut-key.mdx` (+159 -0) ➕ `en/documentation/pages/build/version-control.mdx` (+112 -0) ➕ `en/documentation/pages/debug/error-type.mdx` (+117 -0) ➕ `en/documentation/pages/debug/history-and-logs.mdx` (+55 -0) _...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:43 -05:00
yindo closed this issue 2026-02-16 06:15:43 -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#513