[PR #461] [MERGED] docs/en plugins #552

Closed
opened 2026-02-16 11:21:07 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: docs/en-plugins


📝 Commits (8)

  • 54b9031 Docs: update plugins introduction
  • dcdd9a8 Merge branch 'main' into docs/en-plugins
  • 3e9ee3d Merge branch 'main' into docs/en-plugins
  • e610f53 Docs: update customizable model page and agent/slack page
  • a13eb2b Docs: update strategy docs
  • ff6044b Docs: update slack bot best practice
  • f5285c1 Docs: update slack bot url
  • fac6131 Merge branch 'main' into docs/en-plugins

📊 Changes

18 files changed (+1859 additions, -1890 deletions)

View changed files

📝 en/SUMMARY.md (+4 -3)
📝 en/plugins/best-practice/README.md (+0 -0)
en/plugins/best-practice/develop-a-slack-bot-plugin.md (+321 -0)
📝 en/plugins/publish-plugins/package-as-a-local-file-and-share.md (+1 -1)
📝 en/plugins/quick-start/README.md (+45 -0)
en/plugins/quick-start/develop-plugins/agent-strategy-plugin.md (+1083 -0)
en/plugins/quick-start/develop-plugins/best-practice/developing-a-plugin-that-integrated-with-telegram-bot.md (+0 -307)
en/plugins/quick-start/develop-plugins/model-plugin/customizable-model.md (+340 -0)
📝 en/plugins/quick-start/develop-plugins/model-plugin/predefined-model.md (+0 -0)
📝 en/plugins/quick-start/install-plugins.md (+48 -45)
📝 zh_CN/SUMMARY.md (+4 -4)
📝 zh_CN/plugins/best-practice/README.md (+0 -0)
📝 zh_CN/plugins/best-practice/develop-a-slack-bot-plugin.md (+5 -5)
📝 zh_CN/plugins/publish-plugins/package-as-a-local-file-and-share.md (+1 -1)
📝 zh_CN/plugins/quick-start/README.md (+0 -1517)
📝 zh_CN/plugins/quick-start/develop-plugins/agent-strategy-plugin.md (+5 -3)
📝 zh_CN/plugins/quick-start/develop-plugins/model-plugin/customizable-model.md (+1 -3)
📝 zh_CN/plugins/quick-start/develop-plugins/tool-plugin.md (+1 -1)

📄 Description

  • Docs: update plugins introduction
  • Docs: update customizable model page and agent/slack page
  • Docs: update strategy docs
  • Docs: update slack bot best practice
  • Docs: update slack bot url

🔄 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-archived/pull/461 **Author:** [@AllenWriter](https://github.com/AllenWriter) **Created:** 1/24/2025 **Status:** ✅ Merged **Merged:** 1/24/2025 **Merged by:** [@AllenWriter](https://github.com/AllenWriter) **Base:** `main` ← **Head:** `docs/en-plugins` --- ### 📝 Commits (8) - [`54b9031`](https://github.com/langgenius/dify-docs-archived/commit/54b90319b0f48f918ca677b5349a4aac25b3176a) Docs: update plugins introduction - [`dcdd9a8`](https://github.com/langgenius/dify-docs-archived/commit/dcdd9a80d7b4354f07d658a108682908de16302b) Merge branch 'main' into docs/en-plugins - [`3e9ee3d`](https://github.com/langgenius/dify-docs-archived/commit/3e9ee3d810dbb4cb96f20acdf4c6b4435db3d58b) Merge branch 'main' into docs/en-plugins - [`e610f53`](https://github.com/langgenius/dify-docs-archived/commit/e610f53d255de5062969bb2ab46f0144cfc27ae9) Docs: update customizable model page and agent/slack page - [`a13eb2b`](https://github.com/langgenius/dify-docs-archived/commit/a13eb2b51d230f669169f6fe561c905e23a3c261) Docs: update strategy docs - [`ff6044b`](https://github.com/langgenius/dify-docs-archived/commit/ff6044b42b66dc5bbc71fe5d187e5303f99dfe67) Docs: update slack bot best practice - [`f5285c1`](https://github.com/langgenius/dify-docs-archived/commit/f5285c14d7c6e433f6e8848977ac8b44a091079f) Docs: update slack bot url - [`fac6131`](https://github.com/langgenius/dify-docs-archived/commit/fac613143d0c6cd5e60213b1075e7708de4ff2be) Merge branch 'main' into docs/en-plugins ### 📊 Changes **18 files changed** (+1859 additions, -1890 deletions) <details> <summary>View changed files</summary> 📝 `en/SUMMARY.md` (+4 -3) 📝 `en/plugins/best-practice/README.md` (+0 -0) ➕ `en/plugins/best-practice/develop-a-slack-bot-plugin.md` (+321 -0) 📝 `en/plugins/publish-plugins/package-as-a-local-file-and-share.md` (+1 -1) 📝 `en/plugins/quick-start/README.md` (+45 -0) ➕ `en/plugins/quick-start/develop-plugins/agent-strategy-plugin.md` (+1083 -0) ➖ `en/plugins/quick-start/develop-plugins/best-practice/developing-a-plugin-that-integrated-with-telegram-bot.md` (+0 -307) ➕ `en/plugins/quick-start/develop-plugins/model-plugin/customizable-model.md` (+340 -0) 📝 `en/plugins/quick-start/develop-plugins/model-plugin/predefined-model.md` (+0 -0) 📝 `en/plugins/quick-start/install-plugins.md` (+48 -45) 📝 `zh_CN/SUMMARY.md` (+4 -4) 📝 `zh_CN/plugins/best-practice/README.md` (+0 -0) 📝 `zh_CN/plugins/best-practice/develop-a-slack-bot-plugin.md` (+5 -5) 📝 `zh_CN/plugins/publish-plugins/package-as-a-local-file-and-share.md` (+1 -1) 📝 `zh_CN/plugins/quick-start/README.md` (+0 -1517) 📝 `zh_CN/plugins/quick-start/develop-plugins/agent-strategy-plugin.md` (+5 -3) 📝 `zh_CN/plugins/quick-start/develop-plugins/model-plugin/customizable-model.md` (+1 -3) 📝 `zh_CN/plugins/quick-start/develop-plugins/tool-plugin.md` (+1 -1) </details> ### 📄 Description - **Docs: update plugins introduction** - **Docs: update customizable model page and agent/slack page** - **Docs: update strategy docs** - **Docs: update slack bot best practice** - **Docs: update slack bot url** --- <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 11:21:07 -05:00
yindo closed this issue 2026-02-16 11:21:07 -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-archived#552