[PR #1] [MERGED] Docs: update knowledge docs #302

Closed
opened 2026-02-16 05:19:56 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-docs/pull/1
Author: @AllenWriter
Created: 3/14/2025
Status: Merged
Merged: 3/24/2025
Merged by: @Landahans

Base: mainHead: docs/knowledge


📝 Commits (10+)

  • 24d26ea Docs: update knowledge docs
  • 21d943b Docs: update metadata content chinese
  • 50c53c4 Docs: update metadata content english
  • 34b3780 Docs: update metadata content english
  • 4cd08b9 Docs: update metadata api
  • aed6208 Docs: update json
  • 6ec1063 Docs: modify error message order
  • e8cd98e Docs: modify image format
  • 8710920 Docs: update version control
  • 8c7dfe0 Docs: update metadata

📊 Changes

159 files changed (+16609 additions, -64 deletions)

View changed files

dify-logo.png (+0 -0)
📝 docs.json (+680 -64)
en-us/management/app-management.mdx (+42 -0)
en-us/management/personal-account-management.mdx (+57 -0)
en-us/management/subscription-management.mdx (+61 -0)
en-us/management/team-members-management.mdx (+58 -0)
en-us/management/version-control.mdx (+252 -0)
en-us/user-guide/build-app/agent.mdx (+61 -0)
en-us/user-guide/build-app/chatbot.mdx (+81 -0)
en-us/user-guide/build-app/flow-app/additional-features.mdx (+130 -0)
en-us/user-guide/build-app/flow-app/application-publishing.mdx (+23 -0)
en-us/user-guide/build-app/flow-app/concepts.mdx (+38 -0)
en-us/user-guide/build-app/flow-app/create-flow-app.mdx (+35 -0)
en-us/user-guide/build-app/flow-app/file-upload.mdx (+151 -0)
en-us/user-guide/build-app/flow-app/nodes/README.md (+7 -0)
en-us/user-guide/build-app/flow-app/nodes/answer.mdx (+24 -0)
en-us/user-guide/build-app/flow-app/nodes/code.mdx (+98 -0)
en-us/user-guide/build-app/flow-app/nodes/doc-extractor.mdx (+62 -0)
en-us/user-guide/build-app/flow-app/nodes/end.mdx (+29 -0)
en-us/user-guide/build-app/flow-app/nodes/http-request.mdx (+43 -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/1 **Author:** [@AllenWriter](https://github.com/AllenWriter) **Created:** 3/14/2025 **Status:** ✅ Merged **Merged:** 3/24/2025 **Merged by:** [@Landahans](https://github.com/Landahans) **Base:** `main` ← **Head:** `docs/knowledge` --- ### 📝 Commits (10+) - [`24d26ea`](https://github.com/langgenius/dify-docs/commit/24d26ea1b081d2240c63b33cb1002b8bf39c389a) Docs: update knowledge docs - [`21d943b`](https://github.com/langgenius/dify-docs/commit/21d943be551faae690b0b41459f2b1c2aecc2fe9) Docs: update metadata content chinese - [`50c53c4`](https://github.com/langgenius/dify-docs/commit/50c53c439cf968729dfd5bf4ca3a710e965a6ba0) Docs: update metadata content english - [`34b3780`](https://github.com/langgenius/dify-docs/commit/34b37805e3aff8ca291d0c7466d729b11feaddb6) Docs: update metadata content english - [`4cd08b9`](https://github.com/langgenius/dify-docs/commit/4cd08b94df6d8e6161ba38dc4cffcf834b9969f6) Docs: update metadata api - [`aed6208`](https://github.com/langgenius/dify-docs/commit/aed6208913229b5f0d3156eddc740413f0d60977) Docs: update json - [`6ec1063`](https://github.com/langgenius/dify-docs/commit/6ec1063e9dc78a4d661a7134d6f6e6bd59a7df1c) Docs: modify error message order - [`e8cd98e`](https://github.com/langgenius/dify-docs/commit/e8cd98eee81072a43a1e4e576e6ee9ebe373e05f) Docs: modify image format - [`8710920`](https://github.com/langgenius/dify-docs/commit/8710920c452768c3ee50453c6947110aff209494) Docs: update version control - [`8c7dfe0`](https://github.com/langgenius/dify-docs/commit/8c7dfe0f0cb267eb0ee16c34cc18697ccc969150) Docs: update metadata ### 📊 Changes **159 files changed** (+16609 additions, -64 deletions) <details> <summary>View changed files</summary> ➕ `dify-logo.png` (+0 -0) 📝 `docs.json` (+680 -64) ➕ `en-us/management/app-management.mdx` (+42 -0) ➕ `en-us/management/personal-account-management.mdx` (+57 -0) ➕ `en-us/management/subscription-management.mdx` (+61 -0) ➕ `en-us/management/team-members-management.mdx` (+58 -0) ➕ `en-us/management/version-control.mdx` (+252 -0) ➕ `en-us/user-guide/build-app/agent.mdx` (+61 -0) ➕ `en-us/user-guide/build-app/chatbot.mdx` (+81 -0) ➕ `en-us/user-guide/build-app/flow-app/additional-features.mdx` (+130 -0) ➕ `en-us/user-guide/build-app/flow-app/application-publishing.mdx` (+23 -0) ➕ `en-us/user-guide/build-app/flow-app/concepts.mdx` (+38 -0) ➕ `en-us/user-guide/build-app/flow-app/create-flow-app.mdx` (+35 -0) ➕ `en-us/user-guide/build-app/flow-app/file-upload.mdx` (+151 -0) ➕ `en-us/user-guide/build-app/flow-app/nodes/README.md` (+7 -0) ➕ `en-us/user-guide/build-app/flow-app/nodes/answer.mdx` (+24 -0) ➕ `en-us/user-guide/build-app/flow-app/nodes/code.mdx` (+98 -0) ➕ `en-us/user-guide/build-app/flow-app/nodes/doc-extractor.mdx` (+62 -0) ➕ `en-us/user-guide/build-app/flow-app/nodes/end.mdx` (+29 -0) ➕ `en-us/user-guide/build-app/flow-app/nodes/http-request.mdx` (+43 -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 05:19:56 -05:00
yindo closed this issue 2026-02-16 05:19:56 -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#302