Add 数据源插件 introduction in 插件类型参考 (#497)

* Add datasource plugin introduction

* Updated en and jp docs and added content for trigger plugin

---------

Co-authored-by: Riskey <riskey47@dify.ai>
This commit is contained in:
Zhedong Cen
2025-10-31 17:45:27 +08:00
committed by GitHub
parent 1d8dd0457d
commit 25bcd866fe
3 changed files with 29 additions and 12 deletions

View File

@@ -136,14 +136,23 @@ class ToolLabelEnum(Enum):
Dify supports the development of various types of plugins:
- **Tool plugins**: Integrate third-party APIs and services
> Learn more: [Tool Plugin Development](/plugin-dev-en/0211-getting-started-dify-tool)
- **Model plugins**: Integrate AI models
> Learn more: [Model Plugin Introduction](/plugin-dev-en/0411-model-plugin-introduction), [Quick Integration of a New Model](/plugin-dev-en/0211-getting-started-new-model)
- **Agent Strategy plugins**: Customize Agent thinking and decision-making strategies
> Learn more: [Agent Strategy Plugins](/plugin-dev-en/9433-agent-strategy-plugin)
- **Extension plugins**: Extend Dify platform functionality, such as Endpoints and WebAPP
> Learn more: [Extension Plugins](/plugin-dev-en/9231-extension-plugin)
- **Tool plugin**: Integrate third-party APIs and services
> Learn more: [Dify Plugin Development: Hello World Guide](/plugin-dev-en/0211-getting-started-dify-tool)
- **Model plugin**: Integrate AI models
> Learn more: [Model Plugin](/plugin-dev-en/0411-model-plugin-introduction), [Quick Integration of a New Model](/plugin-dev-en/0211-getting-started-new-model)
- **Agent strategy plugin**: Customize Agent thinking and decision-making strategies
> Learn more: [Agent Strategy Plugin](/plugin-dev-en/9433-agent-strategy-plugin)
- **Extension plugin**: Extend Dify platform functionality, such as Endpoints and WebAPP
> Learn more: [Extension Plugin](/plugin-dev-en/9231-extension-plugin)
- **Data source plugin**: Serve as the document data source and starting point for knowledge pipelines
> Learn more: [Data Source Plugin](/plugin-dev-en/0222-datasource-plugin)
- **Trigger plugin**: Automatically trigger Workflow execution upon third-party events
> Learn more: [Trigger Plugin](/plugin-dev-en/0222-trigger-plugin)
{/*
Contributing Section

View File

@@ -141,6 +141,10 @@ Dify は複数のタイプのプラグイン開発をサポートしています
> 詳細はこちら:[Agent 戦略プラグイン](/plugin-dev-ja/9433-agent-strategy-plugin)
- **拡張プラグイン**: Dify プラットフォーム機能を拡張Endpoint および WebAPP
> 詳細はこちら:[拡張プラグイン](/plugin-dev-ja/9231-extension-plugin)
- **データソースプラグイン**:ナレッジパイプラインにおいて、ドキュメントデータのソースとして機能し、パイプライン全体の起点となる
> 詳細はこちら:[データソースプラグイン](/plugin-dev-ja/0222-datasource-plugin)
- **トリガープラグイン**外部イベント発生時にWorkflowを自動実行
> 詳細はこちら:[トリガープラグイン](/plugin-dev-ja/0222-trigger-plugin)
{/*
Contributing Section

View File

@@ -135,14 +135,18 @@ class ToolLabelEnum(Enum):
Dify 支持多种类型的插件开发:
- **工具插件**: 集成第三方 API 和服务
- **工具插件**集成第三方 API 和服务
> 了解更多:[工具插件开发](/plugin-dev-zh/0211-getting-started-dify-tool)
- **模型插件**: 集成 AI 模型
- **模型插件**集成 AI 模型
> 了解更多:[模型插件介绍](/plugin-dev-zh/0131-model-plugin-introduction)、[快速接入一个新模型](/plugin-dev-zh/0211-getting-started-new-model)
- **Agent 策略插件**: 自定义 Agent 思考和决策策略
- **Agent 策略插件**自定义 Agent 思考和决策策略
> 了解更多:[Agent 策略插件](/plugin-dev-zh/9433-agent-strategy-plugin)
- **扩展插件**: 扩展 Dify 平台功能,例如 Endpoint 和 WebAPP
- **扩展插件**扩展 Dify 平台功能,例如 Endpoint 和 WebAPP
> 了解更多:[扩展插件](/plugin-dev-zh/9231-extension-plugin)
- **数据源插件**:在知识流水线中,作为文档数据的来源并充当整个流水线的起始点
> 了解更多:[数据源插件](/plugin-dev-zh/0222-datasource-plugin)
- **触发器插件**:外部事件发生时,自动触发 Workflow 运行
> 了解更多:[触发器插件](/plugin-dev-zh/0222-trigger-plugin)
{/*
Contributing Section