[PR #581] [MERGED] consolidate plugin dev docs into main structure #595

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-docs/pull/581
Author: @guchenhe
Created: 12/4/2025
Status: Merged
Merged: 12/4/2025
Merged by: @RiskeyL

Base: mainHead: feat/consolidate-plugin-dev-docs


📝 Commits (10+)

📊 Changes

221 files changed (+21700 additions, -29578 deletions)

View changed files

📝 docs.json (+4984 -5069)
📝 en/develop-plugin/dev-guides-and-walkthroughs/cheatsheet.mdx (+11 -11)
📝 en/develop-plugin/dev-guides-and-walkthroughs/creating-new-model-provider.mdx (+10 -10)
📝 en/develop-plugin/dev-guides-and-walkthroughs/datasource-plugin.mdx (+6 -6)
📝 en/develop-plugin/dev-guides-and-walkthroughs/develop-a-slack-bot-plugin.mdx (+23 -23)
📝 en/develop-plugin/dev-guides-and-walkthroughs/develop-flomo-plugin.mdx (+1 -1)
📝 en/develop-plugin/dev-guides-and-walkthroughs/develop-md-exporter.mdx (+1 -1)
📝 en/develop-plugin/dev-guides-and-walkthroughs/endpoint.mdx (+10 -10)
📝 en/develop-plugin/dev-guides-and-walkthroughs/tool-oauth.mdx (+1 -1)
📝 en/develop-plugin/dev-guides-and-walkthroughs/tool-plugin.mdx (+19 -19)
📝 en/develop-plugin/dev-guides-and-walkthroughs/trigger-plugin.mdx (+2 -2)
📝 en/develop-plugin/features-and-specs/advanced-development/bundle.mdx (+2 -2)
📝 en/develop-plugin/features-and-specs/advanced-development/customizable-model.mdx (+1 -1)
📝 en/develop-plugin/features-and-specs/advanced-development/reverse-invocation-app.mdx (+7 -7)
📝 en/develop-plugin/features-and-specs/advanced-development/reverse-invocation-model.mdx (+8 -8)
📝 en/develop-plugin/features-and-specs/advanced-development/reverse-invocation-node.mdx (+2 -2)
📝 en/develop-plugin/features-and-specs/advanced-development/reverse-invocation-tool.mdx (+8 -8)
📝 en/develop-plugin/features-and-specs/advanced-development/reverse-invocation.mdx (+9 -9)
📝 en/develop-plugin/features-and-specs/plugin-types/general-specifications.mdx (+7 -7)
📝 en/develop-plugin/features-and-specs/plugin-types/model-designing-rules.mdx (+6 -6)

...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/581 **Author:** [@guchenhe](https://github.com/guchenhe) **Created:** 12/4/2025 **Status:** ✅ Merged **Merged:** 12/4/2025 **Merged by:** [@RiskeyL](https://github.com/RiskeyL) **Base:** `main` ← **Head:** `feat/consolidate-plugin-dev-docs` --- ### 📝 Commits (10+) - [`367aa41`](https://github.com/langgenius/dify-docs/commit/367aa41d2d33d683f9bc519246720c35cf79c3f8) move files & renames - [`548f92e`](https://github.com/langgenius/dify-docs/commit/548f92e264299d7f71c5420c392576d1d8754c4d) rename files and doc entries - [`e018c82`](https://github.com/langgenius/dify-docs/commit/e018c82996a94bb5dac6184964682f41bbda6f00) sync develop plugin files - [`38006e6`](https://github.com/langgenius/dify-docs/commit/38006e6baff00f2997ef7d360c9584ec5c2c16d5) update group label translations - [`cc85567`](https://github.com/langgenius/dify-docs/commit/cc8556787cf40bae20ca8252883a214149cf7b31) some cleanups - [`359d8be`](https://github.com/langgenius/dify-docs/commit/359d8bed2b7a8c2f8924f2631d7b3f7ebcbc25e1) update configs - [`4f09192`](https://github.com/langgenius/dify-docs/commit/4f09192bdc749c8fe9fad2dd3b2c561f630a3e19) update links - [`9edecc5`](https://github.com/langgenius/dify-docs/commit/9edecc5b54051e9d2f5c436cfbd5992c9829a2c8) add remote debug doc - [`9e56516`](https://github.com/langgenius/dify-docs/commit/9e56516107048959cbf0adae3dd7119dee56d6f6) delete redundant slashes and unnecessary notes - [`5db1370`](https://github.com/langgenius/dify-docs/commit/5db1370b721777ce3893458a47fcbc6cf6926f31) update ja and zh links ### 📊 Changes **221 files changed** (+21700 additions, -29578 deletions) <details> <summary>View changed files</summary> 📝 `docs.json` (+4984 -5069) 📝 `en/develop-plugin/dev-guides-and-walkthroughs/cheatsheet.mdx` (+11 -11) 📝 `en/develop-plugin/dev-guides-and-walkthroughs/creating-new-model-provider.mdx` (+10 -10) 📝 `en/develop-plugin/dev-guides-and-walkthroughs/datasource-plugin.mdx` (+6 -6) 📝 `en/develop-plugin/dev-guides-and-walkthroughs/develop-a-slack-bot-plugin.mdx` (+23 -23) 📝 `en/develop-plugin/dev-guides-and-walkthroughs/develop-flomo-plugin.mdx` (+1 -1) 📝 `en/develop-plugin/dev-guides-and-walkthroughs/develop-md-exporter.mdx` (+1 -1) 📝 `en/develop-plugin/dev-guides-and-walkthroughs/endpoint.mdx` (+10 -10) 📝 `en/develop-plugin/dev-guides-and-walkthroughs/tool-oauth.mdx` (+1 -1) 📝 `en/develop-plugin/dev-guides-and-walkthroughs/tool-plugin.mdx` (+19 -19) 📝 `en/develop-plugin/dev-guides-and-walkthroughs/trigger-plugin.mdx` (+2 -2) 📝 `en/develop-plugin/features-and-specs/advanced-development/bundle.mdx` (+2 -2) 📝 `en/develop-plugin/features-and-specs/advanced-development/customizable-model.mdx` (+1 -1) 📝 `en/develop-plugin/features-and-specs/advanced-development/reverse-invocation-app.mdx` (+7 -7) 📝 `en/develop-plugin/features-and-specs/advanced-development/reverse-invocation-model.mdx` (+8 -8) 📝 `en/develop-plugin/features-and-specs/advanced-development/reverse-invocation-node.mdx` (+2 -2) 📝 `en/develop-plugin/features-and-specs/advanced-development/reverse-invocation-tool.mdx` (+8 -8) 📝 `en/develop-plugin/features-and-specs/advanced-development/reverse-invocation.mdx` (+9 -9) 📝 `en/develop-plugin/features-and-specs/plugin-types/general-specifications.mdx` (+7 -7) 📝 `en/develop-plugin/features-and-specs/plugin-types/model-designing-rules.mdx` (+6 -6) _...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:16:03 -05:00
yindo closed this issue 2026-02-16 06:16:03 -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#595