[PR #3] [MERGED] docs/migration 3.17 #304

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/3
Author: @AllenWriter
Created: 3/18/2025
Status: Merged
Merged: 3/24/2025
Merged by: @Landahans

Base: mainHead: docs/migration-3.17


📝 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
  • 7ec3673 Docs: start dify docs migration
  • 8710920 Docs: update version control

📊 Changes

722 files changed (+92930 additions, -66 deletions)

View changed files

conversion.log (+1613 -0)
dify-logo.png (+0 -0)
docs-3.21.json (+1383 -0)
📝 docs.json (+1338 -66)
en/SUMMARY.md (+249 -0)
en/community/contribution.mdx (+161 -0)
en/community/docs-contribution.mdx (+79 -0)
en/community/support.mdx (+22 -0)
en/development/backend/README.mdx (+5 -0)
en/development/backend/sandbox/README.mdx (+21 -0)
en/development/backend/sandbox/contribution.mdx (+52 -0)
en/development/migration/README.mdx (+5 -0)
en/development/migration/migrate-to-v1.mdx (+97 -0)
en/development/models-integration/README.mdx (+5 -0)
en/development/models-integration/aws-bedrock-deepseek.mdx (+78 -0)
en/development/models-integration/gpustack.mdx (+68 -0)
en/development/models-integration/hugging-face.mdx (+72 -0)
en/development/models-integration/litellm.mdx (+83 -0)
en/development/models-integration/localai.mdx (+95 -0)
en/development/models-integration/ollama.mdx (+126 -0)

...and 80 more files

📄 Description

  • Docs: update knowledge docs
  • Docs: update metadata content chinese
  • Docs: update metadata content english
  • Docs: update metadata content english
  • Docs: update metadata api
  • Docs: update json
  • Docs: modify error message order
  • Docs: modify image format
  • Docs: start dify docs migration
  • Docs: update version control
  • Docs: update metadata
  • Docs: update metadata
  • Docs: update metadata
  • Update metadata.mdx
  • Update metadata.mdx
  • Docs: modify docs.json
  • Docs: update metadata
  • Docs: delete feature
  • Docs: save docs migration 3.18
  • Docs: update cn content

🔄 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/3 **Author:** [@AllenWriter](https://github.com/AllenWriter) **Created:** 3/18/2025 **Status:** ✅ Merged **Merged:** 3/24/2025 **Merged by:** [@Landahans](https://github.com/Landahans) **Base:** `main` ← **Head:** `docs/migration-3.17` --- ### 📝 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 - [`7ec3673`](https://github.com/langgenius/dify-docs/commit/7ec36737ba335df3676d52e5ae3472e453b5d6d2) Docs: start dify docs migration - [`8710920`](https://github.com/langgenius/dify-docs/commit/8710920c452768c3ee50453c6947110aff209494) Docs: update version control ### 📊 Changes **722 files changed** (+92930 additions, -66 deletions) <details> <summary>View changed files</summary> ➕ `conversion.log` (+1613 -0) ➕ `dify-logo.png` (+0 -0) ➕ `docs-3.21.json` (+1383 -0) 📝 `docs.json` (+1338 -66) ➕ `en/SUMMARY.md` (+249 -0) ➕ `en/community/contribution.mdx` (+161 -0) ➕ `en/community/docs-contribution.mdx` (+79 -0) ➕ `en/community/support.mdx` (+22 -0) ➕ `en/development/backend/README.mdx` (+5 -0) ➕ `en/development/backend/sandbox/README.mdx` (+21 -0) ➕ `en/development/backend/sandbox/contribution.mdx` (+52 -0) ➕ `en/development/migration/README.mdx` (+5 -0) ➕ `en/development/migration/migrate-to-v1.mdx` (+97 -0) ➕ `en/development/models-integration/README.mdx` (+5 -0) ➕ `en/development/models-integration/aws-bedrock-deepseek.mdx` (+78 -0) ➕ `en/development/models-integration/gpustack.mdx` (+68 -0) ➕ `en/development/models-integration/hugging-face.mdx` (+72 -0) ➕ `en/development/models-integration/litellm.mdx` (+83 -0) ➕ `en/development/models-integration/localai.mdx` (+95 -0) ➕ `en/development/models-integration/ollama.mdx` (+126 -0) _...and 80 more files_ </details> ### 📄 Description - **Docs: update knowledge docs** - **Docs: update metadata content chinese** - **Docs: update metadata content english** - **Docs: update metadata content english** - **Docs: update metadata api** - **Docs: update json** - **Docs: modify error message order** - **Docs: modify image format** - **Docs: start dify docs migration** - **Docs: update version control** - **Docs: update metadata** - **Docs: update metadata** - **Docs: update metadata** - **Update metadata.mdx** - **Update metadata.mdx** - **Docs: modify docs.json** - **Docs: update metadata** - **Docs: delete feature** - **Docs: save docs migration 3.18** - **Docs: update cn content** --- <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#304