[PR #423] [MERGED] Add development section #491

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-docs/pull/423
Author: @crazywoola
Created: 8/20/2025
Status: Merged
Merged: 8/22/2025
Merged by: @alterxyz

Base: revampHead: revamp-development


📝 Commits (2)

📊 Changes

1 file changed (+178 additions, -55 deletions)

View changed files

📝 docs.json (+178 -55)

📄 Description

This pull request expands and reorganizes the plugin development documentation structure within docs.json. The changes introduce new thematic groups and subgroups, making it easier for developers to navigate topics such as getting started, development practices, contribution guidelines, advanced features, and reference materials.

Documentation structure improvements:

  • Added a new "Concepts & Getting Started" group with introductory and cheatsheet pages to help new developers quickly onboard.
  • Introduced a "Development Practices" group, subdivided into "Quick Start" and "Developing Dify Plugins" sections, covering essential development workflows and tools.
  • Created a "Contribution & Publishing" group, including sections for code of conduct, publishing plugins, and FAQs to guide community contributions and plugin releases.
  • Added "Examples & Use Cases" and "Advanced Development" groups, providing practical examples, use cases, and advanced topics like extensions, agents, and reverse calling.
  • Established a "Reference & Specifications" group for core specifications, features, and technical reference, as well as an "About This Documentation" section for documentation guidelines.

🔄 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/423 **Author:** [@crazywoola](https://github.com/crazywoola) **Created:** 8/20/2025 **Status:** ✅ Merged **Merged:** 8/22/2025 **Merged by:** [@alterxyz](https://github.com/alterxyz) **Base:** `revamp` ← **Head:** `revamp-development` --- ### 📝 Commits (2) - [`73115e5`](https://github.com/langgenius/dify-docs/commit/73115e52590722d21dc01c833d0f036bf5e2c109) feat: add 2 sections - [`23917d1`](https://github.com/langgenius/dify-docs/commit/23917d1816b219fb239c37fd80e47f508711ba44) chore: add things to dev ### 📊 Changes **1 file changed** (+178 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `docs.json` (+178 -55) </details> ### 📄 Description This pull request expands and reorganizes the plugin development documentation structure within `docs.json`. The changes introduce new thematic groups and subgroups, making it easier for developers to navigate topics such as getting started, development practices, contribution guidelines, advanced features, and reference materials. Documentation structure improvements: * Added a new "Concepts & Getting Started" group with introductory and cheatsheet pages to help new developers quickly onboard. * Introduced a "Development Practices" group, subdivided into "Quick Start" and "Developing Dify Plugins" sections, covering essential development workflows and tools. * Created a "Contribution & Publishing" group, including sections for code of conduct, publishing plugins, and FAQs to guide community contributions and plugin releases. * Added "Examples & Use Cases" and "Advanced Development" groups, providing practical examples, use cases, and advanced topics like extensions, agents, and reverse calling. * Established a "Reference & Specifications" group for core specifications, features, and technical reference, as well as an "About This Documentation" section for documentation guidelines. --- <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:39 -05:00
yindo closed this issue 2026-02-16 06:15:39 -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#491