From a109c705b370da383ee75a31a2452604947d76fa Mon Sep 17 00:00:00 2001 From: Alter-xyz <88554920+alterxyz@users.noreply.github.com> Date: Thu, 22 May 2025 17:49:00 +0800 Subject: [PATCH] fix: deprecated redirect and other urls --- en/plugins/best-practice/README.mdx | 4 ++-- en/plugins/best-practice/develop-a-slack-bot-plugin.mdx | 4 ++-- .../how-to-print-strings-to-logs-for-debugging.mdx | 4 ++-- en/plugins/faq.mdx | 4 ++-- en/plugins/publish-plugins/README.mdx | 4 ++-- .../publish-plugins/package-plugin-file-and-publish.mdx | 4 ++-- en/plugins/publish-plugins/plugin-auto-publish-pr.mdx | 4 ++-- .../publish-plugin-on-personal-github-repo.mdx | 4 ++-- .../publish-plugins/publish-to-dify-marketplace/README.mdx | 4 ++-- .../plugin-developer-guidelines.mdx | 4 ++-- .../plugin-privacy-protection-guidelines.mdx | 4 ++-- ...signing-plugins-for-third-party-signature-verification.mdx | 4 ++-- en/plugins/quick-start/debug-plugin.mdx | 4 ++-- en/plugins/quick-start/develop-plugins/README.mdx | 4 ++-- .../quick-start/develop-plugins/agent-strategy-plugin.mdx | 4 ++-- en/plugins/quick-start/develop-plugins/bundle.mdx | 4 ++-- en/plugins/quick-start/develop-plugins/extension-plugin.mdx | 4 ++-- .../develop-plugins/initialize-development-tools.mdx | 4 ++-- .../quick-start/develop-plugins/model-plugin/README.mdx | 4 ++-- .../develop-plugins/model-plugin/create-model-providers.mdx | 4 ++-- .../develop-plugins/model-plugin/customizable-model.mdx | 4 ++-- .../develop-plugins/model-plugin/predefined-model.mdx | 4 ++-- en/plugins/quick-start/develop-plugins/tool-plugin.mdx | 4 ++-- en/plugins/schema-definition/agent.mdx | 4 ++-- en/plugins/schema-definition/endpoint.mdx | 4 ++-- en/plugins/schema-definition/general-specifications.mdx | 4 ++-- en/plugins/schema-definition/manifest.mdx | 4 ++-- en/plugins/schema-definition/model/model-designing-rules.mdx | 4 ++-- en/plugins/schema-definition/model/model-schema.mdx | 4 ++-- en/plugins/schema-definition/persistent-storage.mdx | 4 ++-- .../reverse-invocation-of-the-dify-service/README.mdx | 4 ++-- .../reverse-invocation-of-the-dify-service/app.mdx | 4 ++-- .../reverse-invocation-of-the-dify-service/model.mdx | 4 ++-- .../reverse-invocation-of-the-dify-service/node.mdx | 4 ++-- .../reverse-invocation-of-the-dify-service/tool.mdx | 4 ++-- en/plugins/schema-definition/tool.mdx | 4 ++-- ja-jp/plugins/best-practice/README.mdx | 4 ++-- ja-jp/plugins/best-practice/develop-a-slack-bot-plugin.mdx | 4 ++-- .../how-to-print-strings-to-logs-for-debugging.mdx | 4 ++-- ja-jp/plugins/faq.mdx | 4 ++-- ja-jp/plugins/publish-plugins/README.mdx | 4 ++-- .../publish-plugins/package-plugin-file-and-publish.mdx | 4 ++-- ja-jp/plugins/publish-plugins/plugin-auto-publish-pr.mdx | 4 ++-- .../publish-plugin-on-personal-github-repo.mdx | 4 ++-- .../publish-plugins/publish-to-dify-marketplace/README.mdx | 4 ++-- .../plugin-developer-guidelines.mdx | 4 ++-- .../plugin-privacy-protection-guidelines.mdx | 4 ++-- ...signing-plugins-for-third-party-signature-verification.mdx | 4 ++-- ja-jp/plugins/quick-start/debug-plugin.mdx | 4 ++-- ja-jp/plugins/quick-start/develop-plugins/README.mdx | 4 ++-- .../quick-start/develop-plugins/agent-strategy-plugin.mdx | 4 ++-- ja-jp/plugins/quick-start/develop-plugins/bundle.mdx | 4 ++-- .../plugins/quick-start/develop-plugins/extension-plugin.mdx | 4 ++-- .../develop-plugins/initialize-development-tools.mdx | 4 ++-- .../quick-start/develop-plugins/model-plugin/README.mdx | 4 ++-- .../develop-plugins/model-plugin/create-model-providers.mdx | 4 ++-- .../develop-plugins/model-plugin/customizable-model.mdx | 4 ++-- .../model-plugin/integrate-the-predefined-model.mdx | 4 ++-- ja-jp/plugins/quick-start/develop-plugins/tool-plugin.mdx | 4 ++-- ja-jp/plugins/schema-definition/agent.mdx | 4 ++-- ja-jp/plugins/schema-definition/endpoint.mdx | 4 ++-- ja-jp/plugins/schema-definition/general-specifications.mdx | 4 ++-- ja-jp/plugins/schema-definition/manifest.mdx | 4 ++-- .../plugins/schema-definition/model/model-designing-rules.mdx | 4 ++-- ja-jp/plugins/schema-definition/model/model-schema.mdx | 4 ++-- ja-jp/plugins/schema-definition/persistent-storage.mdx | 4 ++-- .../reverse-invocation-of-the-dify-service/README.mdx | 4 ++-- .../reverse-invocation-of-the-dify-service/app.mdx | 4 ++-- .../reverse-invocation-of-the-dify-service/model.mdx | 4 ++-- .../reverse-invocation-of-the-dify-service/node.mdx | 4 ++-- .../reverse-invocation-of-the-dify-service/tool.mdx | 4 ++-- ja-jp/plugins/schema-definition/tool.mdx | 4 ++-- plugin-dev-en/0111-getting-started-dify-plugin.mdx | 2 +- plugin-dev-en/0131-cheatsheet.mdx | 2 +- plugin-dev-en/0211-getting-started-new-model.mdx | 2 +- plugin-dev-en/0222-creating-new-model-provider-extra.mdx | 2 +- plugin-dev-en/0222-creating-new-model-provider.mdx | 2 +- plugin-dev-en/0411-plugin-info-by-manifest.mdx | 2 +- plugin-dev-en/0412-model-schema.mdx | 4 ++-- plugin-dev-en/9242-reverse-invocation-tool.mdx | 4 ++-- plugin-dev-en/README.md | 2 +- plugin-dev-zh/0111-getting-started-dify-plugin.mdx | 2 +- plugin-dev-zh/0131-cheatsheet.mdx | 2 +- plugin-dev-zh/0211-getting-started-new-model.mdx | 2 +- plugin-dev-zh/0222-creating-new-model-provider.mdx | 2 +- plugin-dev-zh/0411-general-specifications.mdx | 2 +- plugin-dev-zh/0411-plugin-info-by-manifest.mdx | 2 +- plugin-dev-zh/0412-model-schema.mdx | 4 ++-- plugin-dev-zh/0432-endpoint.mdx | 2 +- plugin-dev-zh/9242-reverse-invocation-tool.mdx | 4 ++-- plugin-dev-zh/README.md | 2 +- zh-hans/plugins/best-practice/README.mdx | 4 ++-- zh-hans/plugins/best-practice/develop-a-slack-bot-plugin.mdx | 4 ++-- .../how-to-print-strings-to-logs-for-debugging.mdx | 4 ++-- zh-hans/plugins/faq.mdx | 4 ++-- zh-hans/plugins/introduction.mdx | 4 ++-- zh-hans/plugins/publish-plugins/README.mdx | 4 ++-- .../publish-plugins/package-plugin-file-and-publish.mdx | 4 ++-- zh-hans/plugins/publish-plugins/plugin-auto-publish-pr.mdx | 4 ++-- .../publish-plugin-on-personal-github-repo.mdx | 4 ++-- .../publish-plugins/publish-to-dify-marketplace/README.mdx | 4 ++-- .../plugin-developer-guidelines.mdx | 4 ++-- .../plugin-privacy-protection-guidelines.mdx | 4 ++-- ...signing-plugins-for-third-party-signature-verification.mdx | 4 ++-- zh-hans/plugins/quick-start/debug-plugin.mdx | 4 ++-- zh-hans/plugins/quick-start/develop-plugins/README.mdx | 4 ++-- .../quick-start/develop-plugins/agent-strategy-plugin.mdx | 4 ++-- zh-hans/plugins/quick-start/develop-plugins/bundle.mdx | 4 ++-- .../plugins/quick-start/develop-plugins/extension-plugin.mdx | 4 ++-- .../develop-plugins/initialize-development-tools.mdx | 4 ++-- .../quick-start/develop-plugins/model-plugin/README.mdx | 4 ++-- .../develop-plugins/model-plugin/create-model-providers.mdx | 4 ++-- .../develop-plugins/model-plugin/customizable-model.mdx | 4 ++-- .../model-plugin/integrate-the-predefined-model.mdx | 4 ++-- zh-hans/plugins/quick-start/develop-plugins/tool-plugin.mdx | 4 ++-- zh-hans/plugins/schema-definition/agent.mdx | 4 ++-- zh-hans/plugins/schema-definition/endpoint.mdx | 4 ++-- zh-hans/plugins/schema-definition/general-specifications.mdx | 4 ++-- zh-hans/plugins/schema-definition/manifest.mdx | 4 ++-- .../plugins/schema-definition/model/model-designing-rules.mdx | 4 ++-- zh-hans/plugins/schema-definition/model/model-schema.mdx | 4 ++-- zh-hans/plugins/schema-definition/persistent-storage.mdx | 4 ++-- .../reverse-invocation-of-the-dify-service/README.mdx | 4 ++-- .../reverse-invocation-of-the-dify-service/app.mdx | 4 ++-- .../reverse-invocation-of-the-dify-service/model.mdx | 4 ++-- .../reverse-invocation-of-the-dify-service/node.mdx | 4 ++-- .../reverse-invocation-of-the-dify-service/tool.mdx | 4 ++-- zh-hans/plugins/schema-definition/tool.mdx | 4 ++-- 128 files changed, 241 insertions(+), 241 deletions(-) diff --git a/en/plugins/best-practice/README.mdx b/en/plugins/best-practice/README.mdx index efd2a79f..a336cc3d 100644 --- a/en/plugins/best-practice/README.mdx +++ b/en/plugins/best-practice/README.mdx @@ -10,10 +10,10 @@ title: Best Practice This is a legacy document that is being deprecated. Please DO NOT make changes to this version. All updates should be directed to the new version at: - /plugin-dev-en/0431-example-overview-and-index.en + /plugin-dev-en/0431-example-overview-and-index */} - +

This page is being phased out as part of our documentation reorganization.

Click this card to be redirected to the updated version with the most current information.

diff --git a/en/plugins/best-practice/develop-a-slack-bot-plugin.mdx b/en/plugins/best-practice/develop-a-slack-bot-plugin.mdx index 02d66d77..63e1ea4a 100644 --- a/en/plugins/best-practice/develop-a-slack-bot-plugin.mdx +++ b/en/plugins/best-practice/develop-a-slack-bot-plugin.mdx @@ -10,10 +10,10 @@ title: Develop a Slack Bot Plugin This is a legacy document that is being deprecated. Please DO NOT make changes to this version. All updates should be directed to the new version at: - /plugin-dev-en/0432-develop-a-slack-bot-plugin.en + /plugin-dev-en/0432-develop-a-slack-bot-plugin */} - +

This page is being phased out as part of our documentation reorganization.

Click this card to be redirected to the updated version with the most current information.

diff --git a/en/plugins/best-practice/how-to-print-strings-to-logs-for-debugging.mdx b/en/plugins/best-practice/how-to-print-strings-to-logs-for-debugging.mdx index 16fb8859..5a2420f4 100644 --- a/en/plugins/best-practice/how-to-print-strings-to-logs-for-debugging.mdx +++ b/en/plugins/best-practice/how-to-print-strings-to-logs-for-debugging.mdx @@ -9,10 +9,10 @@ title: Outputting Logs for Plugins Development and Debugging This is a legacy document that is being deprecated. Please DO NOT make changes to this version. All updates should be directed to the new version at: - /plugin-dev-en/0222-debugging-logs.en + /plugin-dev-en/0222-debugging-logs */} - +

This page is being phased out as part of our documentation reorganization.

Click this card to be redirected to the updated version with the most current information.

diff --git a/en/plugins/faq.mdx b/en/plugins/faq.mdx index 829b17d2..680e775f 100644 --- a/en/plugins/faq.mdx +++ b/en/plugins/faq.mdx @@ -10,10 +10,10 @@ description: 'Author: Allen' This is a legacy document that is being deprecated. Please DO NOT make changes to this version. All updates should be directed to the new version at: - /plugin-dev-en/0331-faq.en + /plugin-dev-en/0331-faq */} - +

This page is being phased out as part of our documentation reorganization.

Click this card to be redirected to the updated version with the most current information.

diff --git a/en/plugins/publish-plugins/README.mdx b/en/plugins/publish-plugins/README.mdx index 5814b8c4..7ef866a4 100644 --- a/en/plugins/publish-plugins/README.mdx +++ b/en/plugins/publish-plugins/README.mdx @@ -9,10 +9,10 @@ title: Publish Plugins This is a legacy document that is being deprecated. Please DO NOT make changes to this version. All updates should be directed to the new version at: - /plugin-dev-en/0321-release-overview.en + /plugin-dev-en/0321-release-overview */} - +

This page is being phased out as part of our documentation reorganization.

Click this card to be redirected to the updated version with the most current information.

diff --git a/en/plugins/publish-plugins/package-plugin-file-and-publish.mdx b/en/plugins/publish-plugins/package-plugin-file-and-publish.mdx index b88f8505..8d4ad660 100644 --- a/en/plugins/publish-plugins/package-plugin-file-and-publish.mdx +++ b/en/plugins/publish-plugins/package-plugin-file-and-publish.mdx @@ -9,10 +9,10 @@ title: Package the Plugin File and Publish it This is a legacy document that is being deprecated. Please DO NOT make changes to this version. All updates should be directed to the new version at: - /plugin-dev-en/0322-release-by-file.en + /plugin-dev-en/0322-release-by-file */} - +

This page is being phased out as part of our documentation reorganization.

Click this card to be redirected to the updated version with the most current information.

diff --git a/en/plugins/publish-plugins/plugin-auto-publish-pr.mdx b/en/plugins/publish-plugins/plugin-auto-publish-pr.mdx index 9ab339cd..90ed760f 100644 --- a/en/plugins/publish-plugins/plugin-auto-publish-pr.mdx +++ b/en/plugins/publish-plugins/plugin-auto-publish-pr.mdx @@ -9,10 +9,10 @@ title: "Automatically Publish Plugins via PR" This is a legacy document that is being deprecated. Please DO NOT make changes to this version. All updates should be directed to the new version at: - /plugin-dev-en/0321-plugin-auto-publish-pr.en + /plugin-dev-en/0321-plugin-auto-publish-pr */} - +

This page is being phased out as part of our documentation reorganization.

Click this card to be redirected to the updated version with the most current information.

diff --git a/en/plugins/publish-plugins/publish-plugin-on-personal-github-repo.mdx b/en/plugins/publish-plugins/publish-plugin-on-personal-github-repo.mdx index 35f2b0e4..410c35ef 100644 --- a/en/plugins/publish-plugins/publish-plugin-on-personal-github-repo.mdx +++ b/en/plugins/publish-plugins/publish-plugin-on-personal-github-repo.mdx @@ -10,10 +10,10 @@ title: Publish to Your Personal GitHub Repository This is a legacy document that is being deprecated. Please DO NOT make changes to this version. All updates should be directed to the new version at: - /plugin-dev-en/0322-release-to-individual-github-repo.en + /plugin-dev-en/0322-release-to-individual-github-repo */} - +

This page is being phased out as part of our documentation reorganization.

Click this card to be redirected to the updated version with the most current information.

diff --git a/en/plugins/publish-plugins/publish-to-dify-marketplace/README.mdx b/en/plugins/publish-plugins/publish-to-dify-marketplace/README.mdx index 0e1a90a4..556fb3b9 100644 --- a/en/plugins/publish-plugins/publish-to-dify-marketplace/README.mdx +++ b/en/plugins/publish-plugins/publish-to-dify-marketplace/README.mdx @@ -9,10 +9,10 @@ title: Introduction This is a legacy document that is being deprecated. Please DO NOT make changes to this version. All updates should be directed to the new version at: - /plugin-dev-en/0322-release-to-dify-marketplace.en + /plugin-dev-en/0322-release-to-dify-marketplace */} - +

This page is being phased out as part of our documentation reorganization.

Click this card to be redirected to the updated version with the most current information.

diff --git a/en/plugins/publish-plugins/publish-to-dify-marketplace/plugin-developer-guidelines.mdx b/en/plugins/publish-plugins/publish-to-dify-marketplace/plugin-developer-guidelines.mdx index e6151b35..6a62c901 100644 --- a/en/plugins/publish-plugins/publish-to-dify-marketplace/plugin-developer-guidelines.mdx +++ b/en/plugins/publish-plugins/publish-to-dify-marketplace/plugin-developer-guidelines.mdx @@ -10,10 +10,10 @@ title: Plugin Developer Guidelines This is a legacy document that is being deprecated. Please DO NOT make changes to this version. All updates should be directed to the new version at: - /plugin-dev-en/0312-contributor-covenant-code-of-conduct.en + /plugin-dev-en/0312-contributor-covenant-code-of-conduct */} - +

This page is being phased out as part of our documentation reorganization.

Click this card to be redirected to the updated version with the most current information.

diff --git a/en/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines.mdx b/en/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines.mdx index 6e81702d..2d5e95b2 100644 --- a/en/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines.mdx +++ b/en/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines.mdx @@ -10,10 +10,10 @@ title: Plugin Privacy Protection Guidelines This is a legacy document that is being deprecated. Please DO NOT make changes to this version. All updates should be directed to the new version at: - /plugin-dev-en/0312-privacy-protection-guidelines.en + /plugin-dev-en/0312-privacy-protection-guidelines */} - +

This page is being phased out as part of our documentation reorganization.

Click this card to be redirected to the updated version with the most current information.

diff --git a/en/plugins/publish-plugins/signing-plugins-for-third-party-signature-verification.mdx b/en/plugins/publish-plugins/signing-plugins-for-third-party-signature-verification.mdx index 95add001..7461fc4e 100644 --- a/en/plugins/publish-plugins/signing-plugins-for-third-party-signature-verification.mdx +++ b/en/plugins/publish-plugins/signing-plugins-for-third-party-signature-verification.mdx @@ -9,10 +9,10 @@ title: Signing Plugins for Third-Party Signature Verification This is a legacy document that is being deprecated. Please DO NOT make changes to this version. All updates should be directed to the new version at: - /plugin-dev-en/0312-third-party-signature-verification.en + /plugin-dev-en/0312-third-party-signature-verification */} - +

This page is being phased out as part of our documentation reorganization.

Click this card to be redirected to the updated version with the most current information.

diff --git a/en/plugins/quick-start/debug-plugin.mdx b/en/plugins/quick-start/debug-plugin.mdx index a0634fc2..a245454b 100644 --- a/en/plugins/quick-start/debug-plugin.mdx +++ b/en/plugins/quick-start/debug-plugin.mdx @@ -12,10 +12,10 @@ title: Debug Plugin This is a legacy document that is being deprecated. Please DO NOT make changes to this version. All updates should be directed to the new version at: - /plugin-dev-en/0411-remote-debug-a-plugin.en + /plugin-dev-en/0411-remote-debug-a-plugin */} - +

This page is being phased out as part of our documentation reorganization.

Click this card to be redirected to the updated version with the most current information.

diff --git a/en/plugins/quick-start/develop-plugins/README.mdx b/en/plugins/quick-start/develop-plugins/README.mdx index 278af652..fa9a2200 100644 --- a/en/plugins/quick-start/develop-plugins/README.mdx +++ b/en/plugins/quick-start/develop-plugins/README.mdx @@ -10,10 +10,10 @@ title: Develop Plugins This is a legacy document that is being deprecated. Please DO NOT make changes to this version. All updates should be directed to the new version at: - /plugin-dev-en/0111-getting-started-dify-plugin.en + /plugin-dev-en/0111-getting-started-dify-plugin */} - +

This page is being phased out as part of our documentation reorganization.

Click this card to be redirected to the updated version with the most current information.

diff --git a/en/plugins/quick-start/develop-plugins/agent-strategy-plugin.mdx b/en/plugins/quick-start/develop-plugins/agent-strategy-plugin.mdx index 6205570f..0b5fc9f1 100644 --- a/en/plugins/quick-start/develop-plugins/agent-strategy-plugin.mdx +++ b/en/plugins/quick-start/develop-plugins/agent-strategy-plugin.mdx @@ -9,10 +9,10 @@ title: Agent Strategy Plugin This is a legacy document that is being deprecated. Please DO NOT make changes to this version. All updates should be directed to the new version at: - /plugin-dev-en/9433-agent-strategy-plugin.en + /plugin-dev-en/9433-agent-strategy-plugin */} - +

This page is being phased out as part of our documentation reorganization.

Click this card to be redirected to the updated version with the most current information.

diff --git a/en/plugins/quick-start/develop-plugins/bundle.mdx b/en/plugins/quick-start/develop-plugins/bundle.mdx index 9a36a6db..6ba0b713 100644 --- a/en/plugins/quick-start/develop-plugins/bundle.mdx +++ b/en/plugins/quick-start/develop-plugins/bundle.mdx @@ -10,10 +10,10 @@ title: Bundle This is a legacy document that is being deprecated. Please DO NOT make changes to this version. All updates should be directed to the new version at: - /plugin-dev-en/9241-bundle.en + /plugin-dev-en/9241-bundle */} - +

This page is being phased out as part of our documentation reorganization.

Click this card to be redirected to the updated version with the most current information.

diff --git a/en/plugins/quick-start/develop-plugins/extension-plugin.mdx b/en/plugins/quick-start/develop-plugins/extension-plugin.mdx index 1352a892..90acf6a4 100644 --- a/en/plugins/quick-start/develop-plugins/extension-plugin.mdx +++ b/en/plugins/quick-start/develop-plugins/extension-plugin.mdx @@ -10,10 +10,10 @@ title: Extension Plugin This is a legacy document that is being deprecated. Please DO NOT make changes to this version. All updates should be directed to the new version at: - /plugin-dev-en/9231-extension-plugin.en + /plugin-dev-en/9231-extension-plugin */} - +

This page is being phased out as part of our documentation reorganization.

Click this card to be redirected to the updated version with the most current information.

diff --git a/en/plugins/quick-start/develop-plugins/initialize-development-tools.mdx b/en/plugins/quick-start/develop-plugins/initialize-development-tools.mdx index 57c287d8..59d75c86 100644 --- a/en/plugins/quick-start/develop-plugins/initialize-development-tools.mdx +++ b/en/plugins/quick-start/develop-plugins/initialize-development-tools.mdx @@ -9,10 +9,10 @@ title: Install Development Tools This is a legacy document that is being deprecated. Please DO NOT make changes to this version. All updates should be directed to the new version at: - /plugin-dev-en/0221-initialize-development-tools.en + /plugin-dev-en/0221-initialize-development-tools */} - +

This page is being phased out as part of our documentation reorganization.

Click this card to be redirected to the updated version with the most current information.

diff --git a/en/plugins/quick-start/develop-plugins/model-plugin/README.mdx b/en/plugins/quick-start/develop-plugins/model-plugin/README.mdx index 809411d5..f18046a0 100644 --- a/en/plugins/quick-start/develop-plugins/model-plugin/README.mdx +++ b/en/plugins/quick-start/develop-plugins/model-plugin/README.mdx @@ -10,10 +10,10 @@ title: Model Plugin This is a legacy document that is being deprecated. Please DO NOT make changes to this version. All updates should be directed to the new version at: - /plugin-dev-en/0411-model-plugin-introduction.en + /plugin-dev-en/0411-model-plugin-introduction */} - +

This page is being phased out as part of our documentation reorganization.

Click this card to be redirected to the updated version with the most current information.

diff --git a/en/plugins/quick-start/develop-plugins/model-plugin/create-model-providers.mdx b/en/plugins/quick-start/develop-plugins/model-plugin/create-model-providers.mdx index ef27cb84..cf2a66ac 100644 --- a/en/plugins/quick-start/develop-plugins/model-plugin/create-model-providers.mdx +++ b/en/plugins/quick-start/develop-plugins/model-plugin/create-model-providers.mdx @@ -10,10 +10,10 @@ title: Create Model Providers This is a legacy document that is being deprecated. Please DO NOT make changes to this version. All updates should be directed to the new version at: - /plugin-dev-en/0222-creating-new-model-provider.en + /plugin-dev-en/0222-creating-new-model-provider */} - +

This page is being phased out as part of our documentation reorganization.

Click this card to be redirected to the updated version with the most current information.

diff --git a/en/plugins/quick-start/develop-plugins/model-plugin/customizable-model.mdx b/en/plugins/quick-start/develop-plugins/model-plugin/customizable-model.mdx index 70869a82..20db145c 100644 --- a/en/plugins/quick-start/develop-plugins/model-plugin/customizable-model.mdx +++ b/en/plugins/quick-start/develop-plugins/model-plugin/customizable-model.mdx @@ -9,10 +9,10 @@ title: Integrate the Customizable Model This is a legacy document that is being deprecated. Please DO NOT make changes to this version. All updates should be directed to the new version at: - /plugin-dev-en/9243-customizable-model.en + /plugin-dev-en/9243-customizable-model */} - +

This page is being phased out as part of our documentation reorganization.

Click this card to be redirected to the updated version with the most current information.

diff --git a/en/plugins/quick-start/develop-plugins/model-plugin/predefined-model.mdx b/en/plugins/quick-start/develop-plugins/model-plugin/predefined-model.mdx index 68a1a8e2..0026851a 100644 --- a/en/plugins/quick-start/develop-plugins/model-plugin/predefined-model.mdx +++ b/en/plugins/quick-start/develop-plugins/model-plugin/predefined-model.mdx @@ -10,10 +10,10 @@ title: Integrate the Predefined Model This is a legacy document that is being deprecated. Please DO NOT make changes to this version. All updates should be directed to the new version at: - /plugin-dev-en/0222-creating-new-model-provider-extra.en + /plugin-dev-en/0222-creating-new-model-provider-extra */} - +

This page is being phased out as part of our documentation reorganization.

Click this card to be redirected to the updated version with the most current information.

diff --git a/en/plugins/quick-start/develop-plugins/tool-plugin.mdx b/en/plugins/quick-start/develop-plugins/tool-plugin.mdx index 0d5a998f..ab80ba76 100644 --- a/en/plugins/quick-start/develop-plugins/tool-plugin.mdx +++ b/en/plugins/quick-start/develop-plugins/tool-plugin.mdx @@ -10,10 +10,10 @@ title: Tool Plugin This is a legacy document that is being deprecated. Please DO NOT make changes to this version. All updates should be directed to the new version at: - /plugin-dev-en/0222-tool-plugin.en + /plugin-dev-en/0222-tool-plugin */} - +

This page is being phased out as part of our documentation reorganization.

Click this card to be redirected to the updated version with the most current information.

diff --git a/en/plugins/schema-definition/agent.mdx b/en/plugins/schema-definition/agent.mdx index 1f15c514..c5dbc867 100644 --- a/en/plugins/schema-definition/agent.mdx +++ b/en/plugins/schema-definition/agent.mdx @@ -10,10 +10,10 @@ title: Agent This is a legacy document that is being deprecated. Please DO NOT make changes to this version. All updates should be directed to the new version at: - /plugin-dev-en/9232-agent.en + /plugin-dev-en/9232-agent */} - +

This page is being phased out as part of our documentation reorganization.

Click this card to be redirected to the updated version with the most current information.

diff --git a/en/plugins/schema-definition/endpoint.mdx b/en/plugins/schema-definition/endpoint.mdx index 47cfcdd2..df37af3d 100644 --- a/en/plugins/schema-definition/endpoint.mdx +++ b/en/plugins/schema-definition/endpoint.mdx @@ -10,10 +10,10 @@ title: Endpoint This is a legacy document that is being deprecated. Please DO NOT make changes to this version. All updates should be directed to the new version at: - /plugin-dev-en/0432-endpoint.en + /plugin-dev-en/0432-endpoint */} - +

This page is being phased out as part of our documentation reorganization.

Click this card to be redirected to the updated version with the most current information.

diff --git a/en/plugins/schema-definition/general-specifications.mdx b/en/plugins/schema-definition/general-specifications.mdx index 15e2cd35..58344380 100644 --- a/en/plugins/schema-definition/general-specifications.mdx +++ b/en/plugins/schema-definition/general-specifications.mdx @@ -10,10 +10,10 @@ title: General Specifications This is a legacy document that is being deprecated. Please DO NOT make changes to this version. All updates should be directed to the new version at: - /plugin-dev-en/0411-general-specifications.en + /plugin-dev-en/0411-general-specifications */} - +

This page is being phased out as part of our documentation reorganization.

Click this card to be redirected to the updated version with the most current information.

diff --git a/en/plugins/schema-definition/manifest.mdx b/en/plugins/schema-definition/manifest.mdx index 2f1cc6c4..ba56bf5f 100644 --- a/en/plugins/schema-definition/manifest.mdx +++ b/en/plugins/schema-definition/manifest.mdx @@ -10,10 +10,10 @@ title: Manifest This is a legacy document that is being deprecated. Please DO NOT make changes to this version. All updates should be directed to the new version at: - /plugin-dev-en/0411-plugin-info-by-manifest.en + /plugin-dev-en/0411-plugin-info-by-manifest */} - +

This page is being phased out as part of our documentation reorganization.

Click this card to be redirected to the updated version with the most current information.

diff --git a/en/plugins/schema-definition/model/model-designing-rules.mdx b/en/plugins/schema-definition/model/model-designing-rules.mdx index dbe1d4ea..6bb57a68 100644 --- a/en/plugins/schema-definition/model/model-designing-rules.mdx +++ b/en/plugins/schema-definition/model/model-designing-rules.mdx @@ -10,10 +10,10 @@ title: Model Designing Rules This is a legacy document that is being deprecated. Please DO NOT make changes to this version. All updates should be directed to the new version at: - /plugin-dev-en/0411-model-designing-rules.en + /plugin-dev-en/0411-model-designing-rules */} - +

This page is being phased out as part of our documentation reorganization.

Click this card to be redirected to the updated version with the most current information.

diff --git a/en/plugins/schema-definition/model/model-schema.mdx b/en/plugins/schema-definition/model/model-schema.mdx index 5ce3e15f..2092f89e 100644 --- a/en/plugins/schema-definition/model/model-schema.mdx +++ b/en/plugins/schema-definition/model/model-schema.mdx @@ -10,10 +10,10 @@ title: Model Schema This is a legacy document that is being deprecated. Please DO NOT make changes to this version. All updates should be directed to the new version at: - /plugin-dev-en/0412-model-schema.en + /plugin-dev-en/0412-model-schema */} - +

This page is being phased out as part of our documentation reorganization.

Click this card to be redirected to the updated version with the most current information.

diff --git a/en/plugins/schema-definition/persistent-storage.mdx b/en/plugins/schema-definition/persistent-storage.mdx index f715ff41..b5f40791 100644 --- a/en/plugins/schema-definition/persistent-storage.mdx +++ b/en/plugins/schema-definition/persistent-storage.mdx @@ -10,10 +10,10 @@ title: Persistent Storage This is a legacy document that is being deprecated. Please DO NOT make changes to this version. All updates should be directed to the new version at: - /plugin-dev-en/0411-persistent-storage-kv.en + /plugin-dev-en/0411-persistent-storage-kv */} - +

This page is being phased out as part of our documentation reorganization.

Click this card to be redirected to the updated version with the most current information.

diff --git a/en/plugins/schema-definition/reverse-invocation-of-the-dify-service/README.mdx b/en/plugins/schema-definition/reverse-invocation-of-the-dify-service/README.mdx index d86046ca..29c41d10 100644 --- a/en/plugins/schema-definition/reverse-invocation-of-the-dify-service/README.mdx +++ b/en/plugins/schema-definition/reverse-invocation-of-the-dify-service/README.mdx @@ -10,10 +10,10 @@ title: Reverse Invocation of the Dify Service This is a legacy document that is being deprecated. Please DO NOT make changes to this version. All updates should be directed to the new version at: - /plugin-dev-en/9241-reverse-invocation.en + /plugin-dev-en/9241-reverse-invocation */} - +

This page is being phased out as part of our documentation reorganization.

Click this card to be redirected to the updated version with the most current information.

diff --git a/en/plugins/schema-definition/reverse-invocation-of-the-dify-service/app.mdx b/en/plugins/schema-definition/reverse-invocation-of-the-dify-service/app.mdx index 748a0aed..bdd8b86e 100644 --- a/en/plugins/schema-definition/reverse-invocation-of-the-dify-service/app.mdx +++ b/en/plugins/schema-definition/reverse-invocation-of-the-dify-service/app.mdx @@ -10,10 +10,10 @@ title: App This is a legacy document that is being deprecated. Please DO NOT make changes to this version. All updates should be directed to the new version at: - /plugin-dev-en/9242-reverse-invocation-app.en + /plugin-dev-en/9242-reverse-invocation-app */} - +

This page is being phased out as part of our documentation reorganization.

Click this card to be redirected to the updated version with the most current information.

diff --git a/en/plugins/schema-definition/reverse-invocation-of-the-dify-service/model.mdx b/en/plugins/schema-definition/reverse-invocation-of-the-dify-service/model.mdx index ea688f7c..fe9b5bee 100644 --- a/en/plugins/schema-definition/reverse-invocation-of-the-dify-service/model.mdx +++ b/en/plugins/schema-definition/reverse-invocation-of-the-dify-service/model.mdx @@ -10,10 +10,10 @@ title: Model This is a legacy document that is being deprecated. Please DO NOT make changes to this version. All updates should be directed to the new version at: - /plugin-dev-en/9242-reverse-invocation-model.en + /plugin-dev-en/9242-reverse-invocation-model */} - +

This page is being phased out as part of our documentation reorganization.

Click this card to be redirected to the updated version with the most current information.

diff --git a/en/plugins/schema-definition/reverse-invocation-of-the-dify-service/node.mdx b/en/plugins/schema-definition/reverse-invocation-of-the-dify-service/node.mdx index e08451fe..7d255dbf 100644 --- a/en/plugins/schema-definition/reverse-invocation-of-the-dify-service/node.mdx +++ b/en/plugins/schema-definition/reverse-invocation-of-the-dify-service/node.mdx @@ -10,10 +10,10 @@ title: Node This is a legacy document that is being deprecated. Please DO NOT make changes to this version. All updates should be directed to the new version at: - /plugin-dev-en/9243-reverse-invocation-node.en + /plugin-dev-en/9243-reverse-invocation-node */} - +

This page is being phased out as part of our documentation reorganization.

Click this card to be redirected to the updated version with the most current information.

diff --git a/en/plugins/schema-definition/reverse-invocation-of-the-dify-service/tool.mdx b/en/plugins/schema-definition/reverse-invocation-of-the-dify-service/tool.mdx index 2e0a4b3d..c35e7a2c 100644 --- a/en/plugins/schema-definition/reverse-invocation-of-the-dify-service/tool.mdx +++ b/en/plugins/schema-definition/reverse-invocation-of-the-dify-service/tool.mdx @@ -10,10 +10,10 @@ title: Tool This is a legacy document that is being deprecated. Please DO NOT make changes to this version. All updates should be directed to the new version at: - /plugin-dev-en/9242-reverse-invocation-tool.en + /plugin-dev-en/9242-reverse-invocation-tool */} - +

This page is being phased out as part of our documentation reorganization.

Click this card to be redirected to the updated version with the most current information.

diff --git a/en/plugins/schema-definition/tool.mdx b/en/plugins/schema-definition/tool.mdx index 4ef8bba2..fef1e282 100644 --- a/en/plugins/schema-definition/tool.mdx +++ b/en/plugins/schema-definition/tool.mdx @@ -10,10 +10,10 @@ title: Tool This is a legacy document that is being deprecated. Please DO NOT make changes to this version. All updates should be directed to the new version at: - /plugin-dev-en/0411-tool.en + /plugin-dev-en/0411-tool */} - +

This page is being phased out as part of our documentation reorganization.

Click this card to be redirected to the updated version with the most current information.

diff --git a/ja-jp/plugins/best-practice/README.mdx b/ja-jp/plugins/best-practice/README.mdx index 3924fc57..2f2a657a 100644 --- a/ja-jp/plugins/best-practice/README.mdx +++ b/ja-jp/plugins/best-practice/README.mdx @@ -10,10 +10,10 @@ title: ベストプラクティス これはレガシードキュメントであり、非推奨になります。 このバージョンに変更を加えないでください。 すべての更新は新しいバージョンに向けられるべきです: - /plugin_dev_ja/0431-example-overview-and-index.ja + /plugin-dev-ja/0431-example-overview-and-index */} - +

ドキュメント再編の一環として、このページは段階的に廃止されます。

このカードをクリックして、最新情報が含まれる更新版にリダイレクトしてください。

diff --git a/ja-jp/plugins/best-practice/develop-a-slack-bot-plugin.mdx b/ja-jp/plugins/best-practice/develop-a-slack-bot-plugin.mdx index b7d97900..fc4dd938 100644 --- a/ja-jp/plugins/best-practice/develop-a-slack-bot-plugin.mdx +++ b/ja-jp/plugins/best-practice/develop-a-slack-bot-plugin.mdx @@ -9,10 +9,10 @@ title: Slack ボットプラグインの開発 これはレガシードキュメントであり、非推奨になります。 このバージョンに変更を加えないでください。 すべての更新は新しいバージョンに向けられるべきです: - /plugin_dev_ja/0432-develop-a-slack-bot-plugin.ja + /plugin-dev-ja/0432-develop-a-slack-bot-plugin */} - +

ドキュメント再編の一環として、このページは段階的に廃止されます。

このカードをクリックして、最新情報が含まれる更新版にリダイレクトしてください。

diff --git a/ja-jp/plugins/best-practice/how-to-print-strings-to-logs-for-debugging.mdx b/ja-jp/plugins/best-practice/how-to-print-strings-to-logs-for-debugging.mdx index 22e69180..66ae3d29 100644 --- a/ja-jp/plugins/best-practice/how-to-print-strings-to-logs-for-debugging.mdx +++ b/ja-jp/plugins/best-practice/how-to-print-strings-to-logs-for-debugging.mdx @@ -9,10 +9,10 @@ title: 開発やデバッグのためのログの出力 これはレガシードキュメントであり、非推奨になります。 このバージョンに変更を加えないでください。 すべての更新は新しいバージョンに向けられるべきです: - /plugin_dev_ja/0222-debugging-logs.ja + /plugin-dev-ja/0222-debugging-logs */} - +

ドキュメント再編の一環として、このページは段階的に廃止されます。

このカードをクリックして、最新情報が含まれる更新版にリダイレクトしてください。

diff --git a/ja-jp/plugins/faq.mdx b/ja-jp/plugins/faq.mdx index 23f9b82f..09db36f0 100644 --- a/ja-jp/plugins/faq.mdx +++ b/ja-jp/plugins/faq.mdx @@ -10,10 +10,10 @@ title: よくある質問 これはレガシードキュメントであり、非推奨になります。 このバージョンに変更を加えないでください。 すべての更新は新しいバージョンに向けられるべきです: - /plugin_dev_ja/0331-faq.ja + /plugin-dev-ja/0331-faq */} - +

ドキュメント再編の一環として、このページは段階的に廃止されます。

このカードをクリックして、最新情報が含まれる更新版にリダイレクトしてください。

diff --git a/ja-jp/plugins/publish-plugins/README.mdx b/ja-jp/plugins/publish-plugins/README.mdx index bdddc94e..d70201fe 100644 --- a/ja-jp/plugins/publish-plugins/README.mdx +++ b/ja-jp/plugins/publish-plugins/README.mdx @@ -10,10 +10,10 @@ title: プラグインの公開 これはレガシードキュメントであり、非推奨になります。 このバージョンに変更を加えないでください。 すべての更新は新しいバージョンに向けられるべきです: - /plugin_dev_ja/0321-release-overview.ja + /plugin-dev-ja/0321-release-overview */} - +

ドキュメント再編の一環として、このページは段階的に廃止されます。

このカードをクリックして、最新情報が含まれる更新版にリダイレクトしてください。

diff --git a/ja-jp/plugins/publish-plugins/package-plugin-file-and-publish.mdx b/ja-jp/plugins/publish-plugins/package-plugin-file-and-publish.mdx index d73695d9..1270919b 100644 --- a/ja-jp/plugins/publish-plugins/package-plugin-file-and-publish.mdx +++ b/ja-jp/plugins/publish-plugins/package-plugin-file-and-publish.mdx @@ -9,10 +9,10 @@ title: ローカルでの公開と共有 これはレガシードキュメントであり、非推奨になります。 このバージョンに変更を加えないでください。 すべての更新は新しいバージョンに向けられるべきです: - /plugin_dev_ja/0322-release-by-file.ja + /plugin-dev-ja/0322-release-by-file */} - +

ドキュメント再編の一環として、このページは段階的に廃止されます。

このカードをクリックして、最新情報が含まれる更新版にリダイレクトしてください。

diff --git a/ja-jp/plugins/publish-plugins/plugin-auto-publish-pr.mdx b/ja-jp/plugins/publish-plugins/plugin-auto-publish-pr.mdx index ab9469ba..3d5a39b1 100644 --- a/ja-jp/plugins/publish-plugins/plugin-auto-publish-pr.mdx +++ b/ja-jp/plugins/publish-plugins/plugin-auto-publish-pr.mdx @@ -9,10 +9,10 @@ title: "PRを通じてプラグインを自動的に公開する" これはレガシードキュメントであり、非推奨になります。 このバージョンに変更を加えないでください。 すべての更新は新しいバージョンに向けられるべきです: - /plugin_dev_ja/0321-plugin-auto-publish-pr.ja + /plugin-dev-ja/0321-plugin-auto-publish-pr */} - +

ドキュメント再編の一環として、このページは段階的に廃止されます。

このカードをクリックして、最新情報が含まれる更新版にリダイレクトしてください。

diff --git a/ja-jp/plugins/publish-plugins/publish-plugin-on-personal-github-repo.mdx b/ja-jp/plugins/publish-plugins/publish-plugin-on-personal-github-repo.mdx index f7181b17..0fcbac5d 100644 --- a/ja-jp/plugins/publish-plugins/publish-plugin-on-personal-github-repo.mdx +++ b/ja-jp/plugins/publish-plugins/publish-plugin-on-personal-github-repo.mdx @@ -9,10 +9,10 @@ title: 個人GitHubリポジトリへの公開 これはレガシードキュメントであり、非推奨になります。 このバージョンに変更を加えないでください。 すべての更新は新しいバージョンに向けられるべきです: - /plugin_dev_ja/0322-release-to-individual-github-repo.ja + /plugin-dev-ja/0322-release-to-individual-github-repo */} - +

ドキュメント再編の一環として、このページは段階的に廃止されます。

このカードをクリックして、最新情報が含まれる更新版にリダイレクトしてください。

diff --git a/ja-jp/plugins/publish-plugins/publish-to-dify-marketplace/README.mdx b/ja-jp/plugins/publish-plugins/publish-to-dify-marketplace/README.mdx index dc3639ba..0fccea36 100644 --- a/ja-jp/plugins/publish-plugins/publish-to-dify-marketplace/README.mdx +++ b/ja-jp/plugins/publish-plugins/publish-to-dify-marketplace/README.mdx @@ -10,10 +10,10 @@ title: Dify Marketplaceへの公開 これはレガシードキュメントであり、非推奨になります。 このバージョンに変更を加えないでください。 すべての更新は新しいバージョンに向けられるべきです: - /plugin_dev_ja/0322-release-to-dify-marketplace.ja + /plugin-dev-ja/0322-release-to-dify-marketplace */} - +

ドキュメント再編の一環として、このページは段階的に廃止されます。

このカードをクリックして、最新情報が含まれる更新版にリダイレクトしてください。

diff --git a/ja-jp/plugins/publish-plugins/publish-to-dify-marketplace/plugin-developer-guidelines.mdx b/ja-jp/plugins/publish-plugins/publish-to-dify-marketplace/plugin-developer-guidelines.mdx index a3363288..aad13353 100644 --- a/ja-jp/plugins/publish-plugins/publish-to-dify-marketplace/plugin-developer-guidelines.mdx +++ b/ja-jp/plugins/publish-plugins/publish-to-dify-marketplace/plugin-developer-guidelines.mdx @@ -10,10 +10,10 @@ title: プラグイン開発者ガイドライン これはレガシードキュメントであり、非推奨になります。 このバージョンに変更を加えないでください。 すべての更新は新しいバージョンに向けられるべきです: - /plugin_dev_ja/0312-contributor-covenant-code-of-conduct.ja + /plugin-dev-ja/0312-contributor-covenant-code-of-conduct */} - +

ドキュメント再編の一環として、このページは段階的に廃止されます。

このカードをクリックして、最新情報が含まれる更新版にリダイレクトしてください。

diff --git a/ja-jp/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines.mdx b/ja-jp/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines.mdx index 783c6662..26d86a88 100644 --- a/ja-jp/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines.mdx +++ b/ja-jp/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines.mdx @@ -10,10 +10,10 @@ title: プラグインのプライバシー保護に関するガイドライン これはレガシードキュメントであり、非推奨になります。 このバージョンに変更を加えないでください。 すべての更新は新しいバージョンに向けられるべきです: - /plugin_dev_ja/0312-privacy-protection-guidelines.ja + /plugin-dev-ja/0312-privacy-protection-guidelines */} - +

ドキュメント再編の一環として、このページは段階的に廃止されます。

このカードをクリックして、最新情報が含まれる更新版にリダイレクトしてください。

diff --git a/ja-jp/plugins/publish-plugins/signing-plugins-for-third-party-signature-verification.mdx b/ja-jp/plugins/publish-plugins/signing-plugins-for-third-party-signature-verification.mdx index 1ff39fe4..b7d9a347 100644 --- a/ja-jp/plugins/publish-plugins/signing-plugins-for-third-party-signature-verification.mdx +++ b/ja-jp/plugins/publish-plugins/signing-plugins-for-third-party-signature-verification.mdx @@ -9,10 +9,10 @@ title: 第三者署名検証のためにプラグインに署名する これはレガシードキュメントであり、非推奨になります。 このバージョンに変更を加えないでください。 すべての更新は新しいバージョンに向けられるべきです: - /plugin_dev_ja/0312-third-party-signature-verification.ja + /plugin-dev-ja/0312-third-party-signature-verification */} - +

ドキュメント再編の一環として、このページは段階的に廃止されます。

このカードをクリックして、最新情報が含まれる更新版にリダイレクトしてください。

diff --git a/ja-jp/plugins/quick-start/debug-plugin.mdx b/ja-jp/plugins/quick-start/debug-plugin.mdx index 8a4c519b..eee039cc 100644 --- a/ja-jp/plugins/quick-start/debug-plugin.mdx +++ b/ja-jp/plugins/quick-start/debug-plugin.mdx @@ -9,10 +9,10 @@ title: プラグインのデバッグ方法 これはレガシードキュメントであり、非推奨になります。 このバージョンに変更を加えないでください。 すべての更新は新しいバージョンに向けられるべきです: - /plugin_dev_ja/0411-remote-debug-a-plugin.ja + /plugin-dev-ja/0411-remote-debug-a-plugin */} - +

ドキュメント再編の一環として、このページは段階的に廃止されます。

このカードをクリックして、最新情報が含まれる更新版にリダイレクトしてください。

diff --git a/ja-jp/plugins/quick-start/develop-plugins/README.mdx b/ja-jp/plugins/quick-start/develop-plugins/README.mdx index 8b30145f..d14496c1 100644 --- a/ja-jp/plugins/quick-start/develop-plugins/README.mdx +++ b/ja-jp/plugins/quick-start/develop-plugins/README.mdx @@ -10,10 +10,10 @@ title: プラグイン開発ガイド これはレガシードキュメントであり、非推奨になります。 このバージョンに変更を加えないでください。 すべての更新は新しいバージョンに向けられるべきです: - /plugin_dev_ja/0111-getting-started-dify-plugin.ja + /plugin-dev-ja/0111-getting-started-dify-plugin */} - +

ドキュメント再編の一環として、このページは段階的に廃止されます。

このカードをクリックして、最新情報が含まれる更新版にリダイレクトしてください。

diff --git a/ja-jp/plugins/quick-start/develop-plugins/agent-strategy-plugin.mdx b/ja-jp/plugins/quick-start/develop-plugins/agent-strategy-plugin.mdx index 69ec77d7..396c6461 100644 --- a/ja-jp/plugins/quick-start/develop-plugins/agent-strategy-plugin.mdx +++ b/ja-jp/plugins/quick-start/develop-plugins/agent-strategy-plugin.mdx @@ -9,10 +9,10 @@ title: エージェント戦略プラグイン これはレガシードキュメントであり、非推奨になります。 このバージョンに変更を加えないでください。 すべての更新は新しいバージョンに向けられるべきです: - /plugin_dev_ja/9433-agent-strategy-plugin.ja + /plugin-dev-ja/9433-agent-strategy-plugin */} - +

ドキュメント再編の一環として、このページは段階的に廃止されます。

このカードをクリックして、最新情報が含まれる更新版にリダイレクトしてください。

diff --git a/ja-jp/plugins/quick-start/develop-plugins/bundle.mdx b/ja-jp/plugins/quick-start/develop-plugins/bundle.mdx index dbaa9e4a..b10964bd 100644 --- a/ja-jp/plugins/quick-start/develop-plugins/bundle.mdx +++ b/ja-jp/plugins/quick-start/develop-plugins/bundle.mdx @@ -10,10 +10,10 @@ title: バンドル これはレガシードキュメントであり、非推奨になります。 このバージョンに変更を加えないでください。 すべての更新は新しいバージョンに向けられるべきです: - /plugin_dev_ja/9241-bundle.ja + /plugin-dev-ja/9241-bundle */} - +

ドキュメント再編の一環として、このページは段階的に廃止されます。

このカードをクリックして、最新情報が含まれる更新版にリダイレクトしてください。

diff --git a/ja-jp/plugins/quick-start/develop-plugins/extension-plugin.mdx b/ja-jp/plugins/quick-start/develop-plugins/extension-plugin.mdx index 58c9caf6..b79c7505 100644 --- a/ja-jp/plugins/quick-start/develop-plugins/extension-plugin.mdx +++ b/ja-jp/plugins/quick-start/develop-plugins/extension-plugin.mdx @@ -10,10 +10,10 @@ title: 拡張機能型プラグイン これはレガシードキュメントであり、非推奨になります。 このバージョンに変更を加えないでください。 すべての更新は新しいバージョンに向けられるべきです: - /plugin_dev_ja/9231-extension-plugin.ja + /plugin-dev-ja/9231-extension-plugin */} - +

ドキュメント再編の一環として、このページは段階的に廃止されます。

このカードをクリックして、最新情報が含まれる更新版にリダイレクトしてください。

diff --git a/ja-jp/plugins/quick-start/develop-plugins/initialize-development-tools.mdx b/ja-jp/plugins/quick-start/develop-plugins/initialize-development-tools.mdx index 7ccdc862..c79498b7 100644 --- a/ja-jp/plugins/quick-start/develop-plugins/initialize-development-tools.mdx +++ b/ja-jp/plugins/quick-start/develop-plugins/initialize-development-tools.mdx @@ -9,10 +9,10 @@ title: 開発環境のセットアップ これはレガシードキュメントであり、非推奨になります。 このバージョンに変更を加えないでください。 すべての更新は新しいバージョンに向けられるべきです: - /plugin_dev_ja/0221-initialize-development-tools.ja + /plugin-dev-ja/0221-initialize-development-tools */} - +

ドキュメント再編の一環として、このページは段階的に廃止されます。

このカードをクリックして、最新情報が含まれる更新版にリダイレクトしてください。

diff --git a/ja-jp/plugins/quick-start/develop-plugins/model-plugin/README.mdx b/ja-jp/plugins/quick-start/develop-plugins/model-plugin/README.mdx index 2ac399a3..55891dec 100644 --- a/ja-jp/plugins/quick-start/develop-plugins/model-plugin/README.mdx +++ b/ja-jp/plugins/quick-start/develop-plugins/model-plugin/README.mdx @@ -10,10 +10,10 @@ title: モデルプラグイン これはレガシードキュメントであり、非推奨になります。 このバージョンに変更を加えないでください。 すべての更新は新しいバージョンに向けられるべきです: - /plugin_dev_ja/0411-model-plugin-introduction.ja + /plugin-dev-ja/0411-model-plugin-introduction */} - +

ドキュメント再編の一環として、このページは段階的に廃止されます。

このカードをクリックして、最新情報が含まれる更新版にリダイレクトしてください。

diff --git a/ja-jp/plugins/quick-start/develop-plugins/model-plugin/create-model-providers.mdx b/ja-jp/plugins/quick-start/develop-plugins/model-plugin/create-model-providers.mdx index bc3a2495..be22f42c 100644 --- a/ja-jp/plugins/quick-start/develop-plugins/model-plugin/create-model-providers.mdx +++ b/ja-jp/plugins/quick-start/develop-plugins/model-plugin/create-model-providers.mdx @@ -9,10 +9,10 @@ title: モデルプロバイダーの構築 これはレガシードキュメントであり、非推奨になります。 このバージョンに変更を加えないでください。 すべての更新は新しいバージョンに向けられるべきです: - /plugin_dev_ja/0222-creating-new-model-provider.ja + /plugin-dev-ja/0222-creating-new-model-provider */} - +

ドキュメント再編の一環として、このページは段階的に廃止されます。

このカードをクリックして、最新情報が含まれる更新版にリダイレクトしてください。

diff --git a/ja-jp/plugins/quick-start/develop-plugins/model-plugin/customizable-model.mdx b/ja-jp/plugins/quick-start/develop-plugins/model-plugin/customizable-model.mdx index 99ab8ed9..c8b7d6e8 100644 --- a/ja-jp/plugins/quick-start/develop-plugins/model-plugin/customizable-model.mdx +++ b/ja-jp/plugins/quick-start/develop-plugins/model-plugin/customizable-model.mdx @@ -9,10 +9,10 @@ title: カスタムモデルの組み込み これはレガシードキュメントであり、非推奨になります。 このバージョンに変更を加えないでください。 すべての更新は新しいバージョンに向けられるべきです: - /plugin_dev_ja/9243-customizable-model.ja + /plugin-dev-ja/9243-customizable-model */} - +

ドキュメント再編の一環として、このページは段階的に廃止されます。

このカードをクリックして、最新情報が含まれる更新版にリダイレクトしてください。

diff --git a/ja-jp/plugins/quick-start/develop-plugins/model-plugin/integrate-the-predefined-model.mdx b/ja-jp/plugins/quick-start/develop-plugins/model-plugin/integrate-the-predefined-model.mdx index 11ce1404..793a01b2 100644 --- a/ja-jp/plugins/quick-start/develop-plugins/model-plugin/integrate-the-predefined-model.mdx +++ b/ja-jp/plugins/quick-start/develop-plugins/model-plugin/integrate-the-predefined-model.mdx @@ -9,10 +9,10 @@ title: 定義済みモデルの組み込み これはレガシードキュメントであり、非推奨になります。 このバージョンに変更を加えないでください。 すべての更新は新しいバージョンに向けられるべきです: - /plugin_dev_ja/0222-creating-new-model-provider-extra.ja + /plugin-dev-ja/0222-creating-new-model-provider-extra */} - +

ドキュメント再編の一環として、このページは段階的に廃止されます。

このカードをクリックして、最新情報が含まれる更新版にリダイレクトしてください。

diff --git a/ja-jp/plugins/quick-start/develop-plugins/tool-plugin.mdx b/ja-jp/plugins/quick-start/develop-plugins/tool-plugin.mdx index 865cfe21..ef149e82 100644 --- a/ja-jp/plugins/quick-start/develop-plugins/tool-plugin.mdx +++ b/ja-jp/plugins/quick-start/develop-plugins/tool-plugin.mdx @@ -10,10 +10,10 @@ title: ツールプラグイン これはレガシードキュメントであり、非推奨になります。 このバージョンに変更を加えないでください。 すべての更新は新しいバージョンに向けられるべきです: - /plugin_dev_ja/0222-tool-plugin.ja + /plugin-dev-ja/0222-tool-plugin */} - +

ドキュメント再編の一環として、このページは段階的に廃止されます。

このカードをクリックして、最新情報が含まれる更新版にリダイレクトしてください。

diff --git a/ja-jp/plugins/schema-definition/agent.mdx b/ja-jp/plugins/schema-definition/agent.mdx index b99607d7..23ac0721 100644 --- a/ja-jp/plugins/schema-definition/agent.mdx +++ b/ja-jp/plugins/schema-definition/agent.mdx @@ -9,10 +9,10 @@ title: Agent(エージェント) これはレガシードキュメントであり、非推奨になります。 このバージョンに変更を加えないでください。 すべての更新は新しいバージョンに向けられるべきです: - /plugin_dev_ja/9232-agent.ja + /plugin-dev-ja/9232-agent */} - +

ドキュメント再編の一環として、このページは段階的に廃止されます。

このカードをクリックして、最新情報が含まれる更新版にリダイレクトしてください。

diff --git a/ja-jp/plugins/schema-definition/endpoint.mdx b/ja-jp/plugins/schema-definition/endpoint.mdx index 87cc2b76..ad0fb313 100644 --- a/ja-jp/plugins/schema-definition/endpoint.mdx +++ b/ja-jp/plugins/schema-definition/endpoint.mdx @@ -9,10 +9,10 @@ title: Endpoint(エンドポイント) これはレガシードキュメントであり、非推奨になります。 このバージョンに変更を加えないでください。 すべての更新は新しいバージョンに向けられるべきです: - /plugin_dev_ja/0432-endpoint.ja + /plugin-dev-ja/0432-endpoint */} - +

ドキュメント再編の一環として、このページは段階的に廃止されます。

このカードをクリックして、最新情報が含まれる更新版にリダイレクトしてください。

diff --git a/ja-jp/plugins/schema-definition/general-specifications.mdx b/ja-jp/plugins/schema-definition/general-specifications.mdx index 8da2ebeb..f9600651 100644 --- a/ja-jp/plugins/schema-definition/general-specifications.mdx +++ b/ja-jp/plugins/schema-definition/general-specifications.mdx @@ -10,10 +10,10 @@ title: 一般的な標準仕様 これはレガシードキュメントであり、非推奨になります。 このバージョンに変更を加えないでください。 すべての更新は新しいバージョンに向けられるべきです: - /plugin_dev_ja/0411-general-specifications.ja + /plugin-dev-ja/0411-general-specifications */} - +

ドキュメント再編の一環として、このページは段階的に廃止されます。

このカードをクリックして、最新情報が含まれる更新版にリダイレクトしてください。

diff --git a/ja-jp/plugins/schema-definition/manifest.mdx b/ja-jp/plugins/schema-definition/manifest.mdx index 69080ea7..2d0a5a3e 100644 --- a/ja-jp/plugins/schema-definition/manifest.mdx +++ b/ja-jp/plugins/schema-definition/manifest.mdx @@ -9,10 +9,10 @@ title: Manifest(マニフェスト) これはレガシードキュメントであり、非推奨になります。 このバージョンに変更を加えないでください。 すべての更新は新しいバージョンに向けられるべきです: - /plugin_dev_ja/0411-plugin-info-by-manifest.ja + /plugin-dev-ja/0411-plugin-info-by-manifest */} - +

ドキュメント再編の一環として、このページは段階的に廃止されます。

このカードをクリックして、最新情報が含まれる更新版にリダイレクトしてください。

diff --git a/ja-jp/plugins/schema-definition/model/model-designing-rules.mdx b/ja-jp/plugins/schema-definition/model/model-designing-rules.mdx index 3d6b46ca..b10b4d6f 100644 --- a/ja-jp/plugins/schema-definition/model/model-designing-rules.mdx +++ b/ja-jp/plugins/schema-definition/model/model-designing-rules.mdx @@ -9,10 +9,10 @@ title: モデル設計規則 これはレガシードキュメントであり、非推奨になります。 このバージョンに変更を加えないでください。 すべての更新は新しいバージョンに向けられるべきです: - /plugin_dev_ja/0411-model-designing-rules.ja + /plugin-dev-ja/0411-model-designing-rules */} - +

ドキュメント再編の一環として、このページは段階的に廃止されます。

このカードをクリックして、最新情報が含まれる更新版にリダイレクトしてください。

diff --git a/ja-jp/plugins/schema-definition/model/model-schema.mdx b/ja-jp/plugins/schema-definition/model/model-schema.mdx index 63d95a42..b7f8c175 100644 --- a/ja-jp/plugins/schema-definition/model/model-schema.mdx +++ b/ja-jp/plugins/schema-definition/model/model-schema.mdx @@ -9,10 +9,10 @@ title: モデルスキーマ これはレガシードキュメントであり、非推奨になります。 このバージョンに変更を加えないでください。 すべての更新は新しいバージョンに向けられるべきです: - /plugin_dev_ja/0412-model-schema.ja + /plugin-dev-ja/0412-model-schema */} - +

ドキュメント再編の一環として、このページは段階的に廃止されます。

このカードをクリックして、最新情報が含まれる更新版にリダイレクトしてください。

diff --git a/ja-jp/plugins/schema-definition/persistent-storage.mdx b/ja-jp/plugins/schema-definition/persistent-storage.mdx index 71174c50..199ae902 100644 --- a/ja-jp/plugins/schema-definition/persistent-storage.mdx +++ b/ja-jp/plugins/schema-definition/persistent-storage.mdx @@ -10,10 +10,10 @@ title: 永続化されたストレージ これはレガシードキュメントであり、非推奨になります。 このバージョンに変更を加えないでください。 すべての更新は新しいバージョンに向けられるべきです: - /plugin_dev_ja/0411-persistent-storage-kv.ja + /plugin-dev-ja/0411-persistent-storage-kv */} - +

ドキュメント再編の一環として、このページは段階的に廃止されます。

このカードをクリックして、最新情報が含まれる更新版にリダイレクトしてください。

diff --git a/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/README.mdx b/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/README.mdx index 24795634..1025780f 100644 --- a/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/README.mdx +++ b/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/README.mdx @@ -10,10 +10,10 @@ title: Difyサービスへのバックコール これはレガシードキュメントであり、非推奨になります。 このバージョンに変更を加えないでください。 すべての更新は新しいバージョンに向けられるべきです: - /plugin_dev_ja/9241-reverse-invocation.ja + /plugin-dev-ja/9241-reverse-invocation */} - +

ドキュメント再編の一環として、このページは段階的に廃止されます。

このカードをクリックして、最新情報が含まれる更新版にリダイレクトしてください。

diff --git a/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/app.mdx b/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/app.mdx index 2389458a..cde1c8d3 100644 --- a/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/app.mdx +++ b/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/app.mdx @@ -10,10 +10,10 @@ title: アプリ これはレガシードキュメントであり、非推奨になります。 このバージョンに変更を加えないでください。 すべての更新は新しいバージョンに向けられるべきです: - /plugin_dev_ja/9242-reverse-invocation-app.ja + /plugin-dev-ja/9242-reverse-invocation-app */} - +

ドキュメント再編の一環として、このページは段階的に廃止されます。

このカードをクリックして、最新情報が含まれる更新版にリダイレクトしてください。

diff --git a/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/model.mdx b/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/model.mdx index a5d96f5d..2423168d 100644 --- a/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/model.mdx +++ b/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/model.mdx @@ -10,10 +10,10 @@ title: モデル これはレガシードキュメントであり、非推奨になります。 このバージョンに変更を加えないでください。 すべての更新は新しいバージョンに向けられるべきです: - /plugin_dev_ja/9242-reverse-invocation-model.ja + /plugin-dev-ja/9242-reverse-invocation-model */} - +

ドキュメント再編の一環として、このページは段階的に廃止されます。

このカードをクリックして、最新情報が含まれる更新版にリダイレクトしてください。

diff --git a/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/node.mdx b/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/node.mdx index 984cc32f..414eb942 100644 --- a/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/node.mdx +++ b/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/node.mdx @@ -10,10 +10,10 @@ title: ノード これはレガシードキュメントであり、非推奨になります。 このバージョンに変更を加えないでください。 すべての更新は新しいバージョンに向けられるべきです: - /plugin_dev_ja/9243-reverse-invocation-node.ja + /plugin-dev-ja/9243-reverse-invocation-node */} - +

ドキュメント再編の一環として、このページは段階的に廃止されます。

このカードをクリックして、最新情報が含まれる更新版にリダイレクトしてください。

diff --git a/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/tool.mdx b/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/tool.mdx index c201b67b..0e5709fa 100644 --- a/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/tool.mdx +++ b/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/tool.mdx @@ -10,10 +10,10 @@ title: ツール これはレガシードキュメントであり、非推奨になります。 このバージョンに変更を加えないでください。 すべての更新は新しいバージョンに向けられるべきです: - /plugin_dev_ja/9242-reverse-invocation-tool.ja + /plugin-dev-ja/9242-reverse-invocation-tool */} - +

ドキュメント再編の一環として、このページは段階的に廃止されます。

このカードをクリックして、最新情報が含まれる更新版にリダイレクトしてください。

diff --git a/ja-jp/plugins/schema-definition/tool.mdx b/ja-jp/plugins/schema-definition/tool.mdx index 0e849fca..4c333ec1 100644 --- a/ja-jp/plugins/schema-definition/tool.mdx +++ b/ja-jp/plugins/schema-definition/tool.mdx @@ -9,10 +9,10 @@ title: Tool(ツール) これはレガシードキュメントであり、非推奨になります。 このバージョンに変更を加えないでください。 すべての更新は新しいバージョンに向けられるべきです: - /plugin_dev_ja/0411-tool.ja + /plugin-dev-ja/0411-tool */} - +

ドキュメント再編の一環として、このページは段階的に廃止されます。

このカードをクリックして、最新情報が含まれる更新版にリダイレクトしてください。

diff --git a/plugin-dev-en/0111-getting-started-dify-plugin.mdx b/plugin-dev-en/0111-getting-started-dify-plugin.mdx index e769297b..302311e1 100644 --- a/plugin-dev-en/0111-getting-started-dify-plugin.mdx +++ b/plugin-dev-en/0111-getting-started-dify-plugin.mdx @@ -57,7 +57,7 @@ Here are some quick entry points to help you get started: ## Related Resources -- **[Model Plugin Introduction](/plugin-dev-en/0131-model-plugin-introduction.en)** - Learn about the basic structure of model plugins +- **[Model Plugin Introduction](/plugin-dev-en/0131-model-plugin-introduction)** - Learn about the basic structure of model plugins - **[Development Practice Example](/plugin-dev-en/0432-develop-a-slack-bot-plugin)** - View a real plugin development case We look forward to seeing the great applications and features you create using Dify plugins! diff --git a/plugin-dev-en/0131-cheatsheet.mdx b/plugin-dev-en/0131-cheatsheet.mdx index 4f1daef3..7f5a8bb1 100644 --- a/plugin-dev-en/0131-cheatsheet.mdx +++ b/plugin-dev-en/0131-cheatsheet.mdx @@ -139,7 +139,7 @@ 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/0131-model-plugin-introduction.en), [Quick Integration of a New Model](/plugin-dev-en/0211-getting-started-new-model) + > Learn more: [Model Plugin Introduction](/plugin-dev-en/0131-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 diff --git a/plugin-dev-en/0211-getting-started-new-model.mdx b/plugin-dev-en/0211-getting-started-new-model.mdx index 5d5ee75d..f37cdd6e 100644 --- a/plugin-dev-en/0211-getting-started-new-model.mdx +++ b/plugin-dev-en/0211-getting-started-new-model.mdx @@ -18,7 +18,7 @@ Welcome to the world of Dify plugin development! Dify's powerful functionality d This article will guide you, in the simplest way possible, through completing the most common and straightforward contribution: adding a **new model version** to a model provider that Dify **already supports**. This approach typically **only requires modifying configuration files**, without writing code, making it perfect for your first contribution! -> **Related Concepts**: Before starting, we recommend reading the [Model Plugin](/plugin-dev-en/0131-model-plugin-introduction.en) documentation to understand the basic concepts and structure of model plugins. +> **Related Concepts**: Before starting, we recommend reading the [Model Plugin](/plugin-dev-en/0131-model-plugin-introduction) documentation to understand the basic concepts and structure of model plugins. **This quick integration method is suitable for:** diff --git a/plugin-dev-en/0222-creating-new-model-provider-extra.mdx b/plugin-dev-en/0222-creating-new-model-provider-extra.mdx index df46f64e..095fd4b0 100644 --- a/plugin-dev-en/0222-creating-new-model-provider-extra.mdx +++ b/plugin-dev-en/0222-creating-new-model-provider-extra.mdx @@ -21,7 +21,7 @@ This document is a standard guide for developers who need to write Python code t * Have basic Python programming skills and a basic understanding of object-oriented programming. * Be familiar with the API documentation and authentication methods provided by the model provider you want to integrate. * Have installed and configured the Dify plugin development toolkit (refer to [Initializing Development Tools](/plugin-dev-en/0221-initialize-development-tools)). -* (Optional) Read the [Model Plugin Introduction](/plugin-dev-en/0131-model-plugin-introduction.en) document to understand the basic concepts and architecture of model plugins. +* (Optional) Read the [Model Plugin Introduction](/plugin-dev-en/0131-model-plugin-introduction) document to understand the basic concepts and architecture of model plugins. This guide will walk you through the complete process of creating a directory structure, writing model configurations (YAML), implementing model calling logic (Python), and debugging and publishing plugins. diff --git a/plugin-dev-en/0222-creating-new-model-provider.mdx b/plugin-dev-en/0222-creating-new-model-provider.mdx index 6377c2ae..183a1a6a 100644 --- a/plugin-dev-en/0222-creating-new-model-provider.mdx +++ b/plugin-dev-en/0222-creating-new-model-provider.mdx @@ -20,7 +20,7 @@ The first step in creating a Model type plugin is to initialize the plugin proje * Dify plugin scaffolding tool * Python environment, version ≥ 3.12 -For detailed instructions on preparing the plugin development scaffolding tool, please refer to [Initializing Development Tools](/plugin-dev-en/0221-initialize-development-tools). Before you begin, it's recommended that you understand the basic concepts and structure of [Model Plugins](/plugin-dev-en/0131-model-plugin-introduction.en). +For detailed instructions on preparing the plugin development scaffolding tool, please refer to [Initializing Development Tools](/plugin-dev-en/0221-initialize-development-tools). Before you begin, it's recommended that you understand the basic concepts and structure of [Model Plugins](/plugin-dev-en/0131-model-plugin-introduction). ### Create New Project diff --git a/plugin-dev-en/0411-plugin-info-by-manifest.mdx b/plugin-dev-en/0411-plugin-info-by-manifest.mdx index 620866fc..f6afccab 100644 --- a/plugin-dev-en/0411-plugin-info-by-manifest.mdx +++ b/plugin-dev-en/0411-plugin-info-by-manifest.mdx @@ -98,7 +98,7 @@ privacy: "./privacy.md" * `plugins` (object, required): A list of `yaml` files for the specific capabilities extended by the plugin. Absolute path within the plugin package. For example, if you need to extend a model, you need to define a file similar to `openai.yaml`, fill in the file path here, and the file at this path must actually exist, otherwise packaging will fail. * Format * `tools` (list[string]): Plugin extension for [Tool](/plugin-dev-en/0222-tool-plugin) providers. - * `models` (list[string]): Plugin extension for [Model](/plugin-dev-en/0131-model-plugin-introduction.en) providers. + * `models` (list[string]): Plugin extension for [Model](/plugin-dev-en/0131-model-plugin-introduction) providers. * `endpoints` (list[string]): Plugin extension for [Endpoints](/plugin-dev-en/0432-develop-a-slack-bot-plugin) providers. (Note: Link updated to closest available English document) * `agent_strategies` (list[string]): Plugin extension for [Agent Strategy](/plugin-dev-en/9433-agent-strategy-plugin) providers. * Restrictions diff --git a/plugin-dev-en/0412-model-schema.mdx b/plugin-dev-en/0412-model-schema.mdx index 89096e63..ad62f792 100644 --- a/plugin-dev-en/0412-model-schema.mdx +++ b/plugin-dev-en/0412-model-schema.mdx @@ -15,7 +15,7 @@ description: This document provides detailed interface specifications required f various model integrations. --- -This section introduces the interface methods and parameter descriptions that providers and each model type need to implement. Before developing a model plugin, you may first need to read [Model Design Rules](/plugin-dev-en/0411-model-designing-rules) and [Model Plugin Introduction](/plugin-dev-en/0131-model-plugin-introduction.en). +This section introduces the interface methods and parameter descriptions that providers and each model type need to implement. Before developing a model plugin, you may first need to read [Model Design Rules](/plugin-dev-en/0411-model-designing-rules) and [Model Plugin Introduction](/plugin-dev-en/0131-model-plugin-introduction). ### Model Provider @@ -685,7 +685,7 @@ class RerankDocument(BaseModel): ## Related Resources - [Model Design Rules](/plugin-dev-en/0411-model-designing-rules) - Understand the standards for model configuration -- [Model Plugin Introduction](/plugin-dev-en/0131-model-plugin-introduction.en) - Quickly understand the basic concepts of model plugins +- [Model Plugin Introduction](/plugin-dev-en/0131-model-plugin-introduction) - Quickly understand the basic concepts of model plugins - [Quickly Integrate a New Model](/plugin-dev-en/0211-getting-started-new-model) - Learn how to add new models to existing providers - [Create a New Model Provider](/plugin-dev-en/0222-creating-new-model-provider) - Learn how to develop brand new model providers diff --git a/plugin-dev-en/9242-reverse-invocation-tool.mdx b/plugin-dev-en/9242-reverse-invocation-tool.mdx index 63346bb0..35c58169 100644 --- a/plugin-dev-en/9242-reverse-invocation-tool.mdx +++ b/plugin-dev-en/9242-reverse-invocation-tool.mdx @@ -48,7 +48,7 @@ Here, `provider` is the plugin ID plus the tool provider name, formatted like `l ### Calling Workflow as Tool -For more information on Workflow as Tool, please refer to the [Tool Plugin documentation](/plugin-dev-en/0222-tool-plugin.mdx). (Note: Original link `/plugin-dev-zh/9223-tool.zh` does not exist in English list, linked to closest match). +For more information on Workflow as Tool, please refer to the [Tool Plugin documentation](/plugin-dev-en/0222-tool-plugin.mdx). (Note: Original link `/plugin-dev-zh/9223-tool` does not exist in English list, linked to closest match). **Entry Point** @@ -92,7 +92,7 @@ Here, `provider` is the ID of this tool, and `tool_name` is the `operation_id` f - [Reverse Invocation App](/plugin-dev-en/9242-reverse-invocation-app.mdx) - Learn how to call Apps within the platform - [Reverse Invocation Model](/plugin-dev-en/9242-reverse-invocation-model.mdx) - Learn how to call model capabilities within the platform - [Tool Plugin Development Guide](/plugin-dev-en/0211-getting-started-dify-tool.mdx) - Learn how to develop tool plugins -- [Advanced Tool Plugins](/plugin-dev-en/0222-tool-plugin.mdx) - Learn about advanced features like Workflow as Tool (Note: Original link `/plugin-dev-zh/9223-tool.zh` does not exist in English list, linked to closest match) +- [Advanced Tool Plugins](/plugin-dev-en/0222-tool-plugin.mdx) - Learn about advanced features like Workflow as Tool (Note: Original link `/plugin-dev-zh/9223-tool` does not exist in English list, linked to closest match) {/* Contributing Section diff --git a/plugin-dev-en/README.md b/plugin-dev-en/README.md index 91c0f33b..070b4af1 100644 --- a/plugin-dev-en/README.md +++ b/plugin-dev-en/README.md @@ -2,4 +2,4 @@ This guide aims to help developers quickly get started with Dify plugin development by providing necessary documentation and resource links. -Contribution Guide: [Dify Docs](https://docs.dify.ai/plugin-dev-en/0411-doc-contribution-guide.en) +Contribution Guide: [Dify Docs](https://docs.dify.ai/plugin-dev-en/0411-doc-contribution-guide) diff --git a/plugin-dev-zh/0111-getting-started-dify-plugin.mdx b/plugin-dev-zh/0111-getting-started-dify-plugin.mdx index ae938785..24278361 100644 --- a/plugin-dev-zh/0111-getting-started-dify-plugin.mdx +++ b/plugin-dev-zh/0111-getting-started-dify-plugin.mdx @@ -56,7 +56,7 @@ description: 介绍Dify插件的概念、功能和开发价值,包括插件类 ## 相关资源 -- **[模型插件介绍](/plugin-dev-zh/0131-model-plugin-introduction.zh)** - 了解模型插件的基本结构 +- **[模型插件介绍](/plugin-dev-zh/0131-model-plugin-introduction)** - 了解模型插件的基本结构 - **[开发实践示例](/plugin-dev-zh/0432-develop-a-slack-bot-plugin)** - 查看实际的插件开发案例 我们期待看到你使用 Dify 插件创造出色的应用和功能! diff --git a/plugin-dev-zh/0131-cheatsheet.mdx b/plugin-dev-zh/0131-cheatsheet.mdx index 488aa9b1..f84dc44c 100644 --- a/plugin-dev-zh/0131-cheatsheet.mdx +++ b/plugin-dev-zh/0131-cheatsheet.mdx @@ -138,7 +138,7 @@ Dify 支持多种类型的插件开发: - **工具插件**: 集成第三方 API 和服务 > 了解更多:[工具插件开发](/plugin-dev-zh/0211-getting-started-dify-tool) - **模型插件**: 集成 AI 模型 - > 了解更多:[模型插件介绍](/plugin-dev-zh/0131-model-plugin-introduction.zh)、[快速接入一个新模型](/plugin-dev-zh/0211-getting-started-new-model) + > 了解更多:[模型插件介绍](/plugin-dev-zh/0131-model-plugin-introduction)、[快速接入一个新模型](/plugin-dev-zh/0211-getting-started-new-model) - **Agent 策略插件**: 自定义 Agent 思考和决策策略 > 了解更多:[Agent 策略插件](/plugin-dev-zh/9433-agent-strategy-plugin) - **扩展插件**: 扩展 Dify 平台功能,例如 Endpoint 和 WebAPP diff --git a/plugin-dev-zh/0211-getting-started-new-model.mdx b/plugin-dev-zh/0211-getting-started-new-model.mdx index 492f756e..02c4ad39 100644 --- a/plugin-dev-zh/0211-getting-started-new-model.mdx +++ b/plugin-dev-zh/0211-getting-started-new-model.mdx @@ -14,7 +14,7 @@ description: 本文档指导非专业开发者如何为Dify添加新模型,重 本文将以最简明的方式,带你完成最常见也最简单的贡献:为一个 Dify **已经支持**的模型供应商,添加一个**新型号**的模型。这种方式通常**只需要修改配置文件**,无需编写代码,非常适合作为你的第一个贡献! -> **相关概念**:在开始前,建议你阅读[模型插件](/plugin-dev-zh/0131-model-plugin-introduction.zh)文档,了解模型插件的基本概念和结构。 +> **相关概念**:在开始前,建议你阅读[模型插件](/plugin-dev-zh/0131-model-plugin-introduction)文档,了解模型插件的基本概念和结构。 **这种快速接入方式适用于:** diff --git a/plugin-dev-zh/0222-creating-new-model-provider.mdx b/plugin-dev-zh/0222-creating-new-model-provider.mdx index b35225f7..d22dbf35 100644 --- a/plugin-dev-zh/0222-creating-new-model-provider.mdx +++ b/plugin-dev-zh/0222-creating-new-model-provider.mdx @@ -17,7 +17,7 @@ description: 本文档详细指导如何创建模型供应商插件,包括项 * Dify 插件脚手架工具 * Python 环境,版本号 ≥ 3.12 -关于如何准备插件开发的脚手架工具,详细说明请参考[初始化开发工具](/plugin-dev-zh/0221-initialize-development-tools)。在开始之前,建议您先了解[模型插件](/plugin-dev-zh/0131-model-plugin-introduction.zh)的基本概念和结构。 +关于如何准备插件开发的脚手架工具,详细说明请参考[初始化开发工具](/plugin-dev-zh/0221-initialize-development-tools)。在开始之前,建议您先了解[模型插件](/plugin-dev-zh/0131-model-plugin-introduction)的基本概念和结构。 ### 创建新项目 diff --git a/plugin-dev-zh/0411-general-specifications.mdx b/plugin-dev-zh/0411-general-specifications.mdx index 36332162..372d5089 100644 --- a/plugin-dev-zh/0411-general-specifications.mdx +++ b/plugin-dev-zh/0411-general-specifications.mdx @@ -89,7 +89,7 @@ description: 本文档详细介绍了Dify插件开发中的通用结构和规范 * `provider` (string): 包含 plugin\_id 的模型供应商名称,形如 `langgenius/openai/openai`。 * `model` (string): 具体的模型名称。 -* `model_type` (enum): 模型类型的枚举,可以参考[模型设计规则](/plugin-dev-zh/0411-model-designing-rules#modeltype.zh)文档。 +* `model_type` (enum): 模型类型的枚举,可以参考[模型设计规则](/plugin-dev-zh/0411-model-designing-rules#modeltype)文档。 #### NodeResponse diff --git a/plugin-dev-zh/0411-plugin-info-by-manifest.mdx b/plugin-dev-zh/0411-plugin-info-by-manifest.mdx index 0fb07f40..fa4184dd 100644 --- a/plugin-dev-zh/0411-plugin-info-by-manifest.mdx +++ b/plugin-dev-zh/0411-plugin-info-by-manifest.mdx @@ -96,7 +96,7 @@ privacy: "./privacy.md" * `plugins`(object, required):插件扩展的具体能力的`yaml`文件列表,插件包内的绝对路径,如需要扩展模型,则需要定义一个类似于 `openai.yaml`的文件,并将该文件路径填写在此处,且该路径上的文件必须真实存在,否则打包将失败。 * 格式 * `tools`(list\[string]):插件扩展的[工具](/plugin-dev-zh/0222-tool-plugin)供应商 - * `models`(list\[string]):插件扩展的[模型](/plugin-dev-zh/0131-model-plugin-introduction.zh)供应商 + * `models`(list\[string]):插件扩展的[模型](/plugin-dev-zh/0131-model-plugin-introduction)供应商 * `endpoints`(list\[string]):插件扩展的 [Endpoints](/plugin-dev-zh/0432-endpoint) 供应商 * `agent_strategies` (list\[string]):插件扩展的 [Agent 策略](/plugin-dev-zh/9433-agent-strategy-plugin)供应商 * 限制 diff --git a/plugin-dev-zh/0412-model-schema.mdx b/plugin-dev-zh/0412-model-schema.mdx index bcd0a1b3..74bc3222 100644 --- a/plugin-dev-zh/0412-model-schema.mdx +++ b/plugin-dev-zh/0412-model-schema.mdx @@ -10,7 +10,7 @@ title: 模型接口 description: 本文档详细介绍了Dify模型插件开发所需的接口规范,包括模型供应商实现、五种模型类型(LLM、TextEmbedding、Rerank、Speech2text、Text2speech)的接口定义以及相关数据结构如PromptMessage、LLMResult等的完整规范。文档适用于开发者实现各种模型集成的开发参考。 --- -这里介绍供应商和各模型类型需要实现的接口方法和参数说明。在开发模型插件前,您可能需要首先阅读[模型设计规则](/plugin-dev-zh/0411-model-designing-rules)和[模型插件介绍](/plugin-dev-zh/0131-model-plugin-introduction.zh)。 +这里介绍供应商和各模型类型需要实现的接口方法和参数说明。在开发模型插件前,您可能需要首先阅读[模型设计规则](/plugin-dev-zh/0411-model-designing-rules)和[模型插件介绍](/plugin-dev-zh/0131-model-plugin-introduction)。 ### 模型供应商 @@ -685,7 +685,7 @@ class RerankDocument(BaseModel): ## 相关资源 - [模型设计规则](/plugin-dev-zh/0411-model-designing-rules) - 了解模型配置的规范 -- [模型插件介绍](/plugin-dev-zh/0131-model-plugin-introduction.zh) - 快速了解模型插件的基本概念 +- [模型插件介绍](/plugin-dev-zh/0131-model-plugin-introduction) - 快速了解模型插件的基本概念 - [快速接入一个新模型](/plugin-dev-zh/0211-getting-started-new-model) - 学习为已有的供应商添加新模型 - [创建新模型提供者](/plugin-dev-zh/0222-creating-new-model-provider) - 学习如何开发全新的模型供应商 diff --git a/plugin-dev-zh/0432-endpoint.mdx b/plugin-dev-zh/0432-endpoint.mdx index 45a805ac..6ca0b09a 100644 --- a/plugin-dev-zh/0432-endpoint.mdx +++ b/plugin-dev-zh/0432-endpoint.mdx @@ -24,7 +24,7 @@ description: Author Yeuoly,Allen 本文档详细介绍了Dify插件中Endpoint #### **结构** -* `settings`(map\[string] [ProviderConfig](/plugin-dev-zh/0411-general-specifications#providerconfig.zh) ):Endpoint 配置定义 +* `settings`(map\[string] [ProviderConfig](/plugin-dev-zh/0411-general-specifications#providerconfig) ):Endpoint 配置定义 * `endpoints`(list\[string], required):指向具体的 `endpoint` 接口定义 ```yaml diff --git a/plugin-dev-zh/9242-reverse-invocation-tool.mdx b/plugin-dev-zh/9242-reverse-invocation-tool.mdx index b63061b4..05d585a1 100644 --- a/plugin-dev-zh/9242-reverse-invocation-tool.mdx +++ b/plugin-dev-zh/9242-reverse-invocation-tool.mdx @@ -46,7 +46,7 @@ description: 本文档详细介绍了插件如何反向调用Dify平台中的工 ### 调用 Workflow as Tool -如需了解关于 Workflow as Tool 的更多说明,请参考[工具插件文档](/plugin-dev-zh/9223-tool.zh)。 +如需了解关于 Workflow as Tool 的更多说明,请参考[工具插件文档](/plugin-dev-zh/9223-tool)。 **入口** @@ -90,7 +90,7 @@ description: 本文档详细介绍了插件如何反向调用Dify平台中的工 - [反向调用 App](/plugin-dev-zh/9242-reverse-invocation-app) - 了解如何调用平台内的 App - [反向调用 Model](/plugin-dev-zh/9242-reverse-invocation-model) - 了解如何调用平台内的模型能力 - [工具插件开发指南](/plugin-dev-zh/0211-getting-started-dify-tool) - 学习如何开发工具插件 -- [高级工具插件](/plugin-dev-zh/9223-tool.zh) - 了解 Workflow as Tool 等高级功能 +- [高级工具插件](/plugin-dev-zh/9223-tool) - 了解 Workflow as Tool 等高级功能 {/* Contributing Section diff --git a/plugin-dev-zh/README.md b/plugin-dev-zh/README.md index 11708fd1..b1ee5758 100644 --- a/plugin-dev-zh/README.md +++ b/plugin-dev-zh/README.md @@ -2,4 +2,4 @@ 本指南旨在帮助开发者快速上手 Dify 插件开发,提供必要的文档和资源链接。 -贡献指南: [Dify Docs](https://docs.dify.ai/plugin-dev-zh/0411-doc-contribution-guide.zh) +贡献指南: [Dify Docs](https://docs.dify.ai/plugin-dev-zh/0411-doc-contribution-guide) diff --git a/zh-hans/plugins/best-practice/README.mdx b/zh-hans/plugins/best-practice/README.mdx index d3ae8a8b..ab8a43ba 100644 --- a/zh-hans/plugins/best-practice/README.mdx +++ b/zh-hans/plugins/best-practice/README.mdx @@ -10,10 +10,10 @@ title: 最佳实践 本文档为旧版文档,即将弃用。 请勿对此版本进行更改。 所有更新应指向新版本: - /plugin-dev-zh/0431-example-overview-and-index.zh + /plugin-dev-zh/0431-example-overview-and-index */} - +

作为我们文档重组的一部分,此页面正在逐步淘汰。

点击此卡片跳转到包含最新信息的更新版本。

diff --git a/zh-hans/plugins/best-practice/develop-a-slack-bot-plugin.mdx b/zh-hans/plugins/best-practice/develop-a-slack-bot-plugin.mdx index a6564c5e..2762b896 100644 --- a/zh-hans/plugins/best-practice/develop-a-slack-bot-plugin.mdx +++ b/zh-hans/plugins/best-practice/develop-a-slack-bot-plugin.mdx @@ -9,10 +9,10 @@ title: 开发 Slack Bot 插件 本文档为旧版文档,即将弃用。 请勿对此版本进行更改。 所有更新应指向新版本: - /plugin-dev-zh/0432-develop-a-slack-bot-plugin.zh + /plugin-dev-zh/0432-develop-a-slack-bot-plugin */} - +

作为我们文档重组的一部分,此页面正在逐步淘汰。

点击此卡片跳转到包含最新信息的更新版本。

diff --git a/zh-hans/plugins/best-practice/how-to-print-strings-to-logs-for-debugging.mdx b/zh-hans/plugins/best-practice/how-to-print-strings-to-logs-for-debugging.mdx index 8eb84a2f..9d51be76 100644 --- a/zh-hans/plugins/best-practice/how-to-print-strings-to-logs-for-debugging.mdx +++ b/zh-hans/plugins/best-practice/how-to-print-strings-to-logs-for-debugging.mdx @@ -9,10 +9,10 @@ title: 输出开发和调试插件过程中的日志 本文档为旧版文档,即将弃用。 请勿对此版本进行更改。 所有更新应指向新版本: - /plugin-dev-zh/0222-debugging-logs.zh + /plugin-dev-zh/0222-debugging-logs */} - +

作为我们文档重组的一部分,此页面正在逐步淘汰。

点击此卡片跳转到包含最新信息的更新版本。

diff --git a/zh-hans/plugins/faq.mdx b/zh-hans/plugins/faq.mdx index 9be36fca..caea6723 100644 --- a/zh-hans/plugins/faq.mdx +++ b/zh-hans/plugins/faq.mdx @@ -11,10 +11,10 @@ description: 'Author: Allen' 本文档为旧版文档,即将弃用。 请勿对此版本进行更改。 所有更新应指向新版本: - /plugin-dev-zh/0331-faq.zh + /plugin-dev-zh/0331-faq */} - +

作为我们文档重组的一部分,此页面正在逐步淘汰。

点击此卡片跳转到包含最新信息的更新版本。

diff --git a/zh-hans/plugins/introduction.mdx b/zh-hans/plugins/introduction.mdx index af183b61..fb0b0c70 100644 --- a/zh-hans/plugins/introduction.mdx +++ b/zh-hans/plugins/introduction.mdx @@ -36,7 +36,7 @@ title: 功能简介 你的第一个开源贡献:通过简单修改配置文件,为 Dify 添加 **新模型** @@ -86,7 +86,7 @@ title: 功能简介 访问完整的插件开发者文档,学习如何创建、调试和发布你的插件。包含详细的技术指南、API diff --git a/zh-hans/plugins/publish-plugins/README.mdx b/zh-hans/plugins/publish-plugins/README.mdx index bf6c70e2..a230068b 100644 --- a/zh-hans/plugins/publish-plugins/README.mdx +++ b/zh-hans/plugins/publish-plugins/README.mdx @@ -10,10 +10,10 @@ title: 发布插件 本文档为旧版文档,即将弃用。 请勿对此版本进行更改。 所有更新应指向新版本: - /plugin-dev-zh/0321-release-overview.zh + /plugin-dev-zh/0321-release-overview */} - +

作为我们文档重组的一部分,此页面正在逐步淘汰。

点击此卡片跳转到包含最新信息的更新版本。

diff --git a/zh-hans/plugins/publish-plugins/package-plugin-file-and-publish.mdx b/zh-hans/plugins/publish-plugins/package-plugin-file-and-publish.mdx index 1a416e00..15759531 100644 --- a/zh-hans/plugins/publish-plugins/package-plugin-file-and-publish.mdx +++ b/zh-hans/plugins/publish-plugins/package-plugin-file-and-publish.mdx @@ -9,10 +9,10 @@ title: 打包为本地文件与分享 本文档为旧版文档,即将弃用。 请勿对此版本进行更改。 所有更新应指向新版本: - /plugin-dev-zh/0322-release-by-file.zh + /plugin-dev-zh/0322-release-by-file */} - +

作为我们文档重组的一部分,此页面正在逐步淘汰。

点击此卡片跳转到包含最新信息的更新版本。

diff --git a/zh-hans/plugins/publish-plugins/plugin-auto-publish-pr.mdx b/zh-hans/plugins/publish-plugins/plugin-auto-publish-pr.mdx index 2dff6de9..92172612 100644 --- a/zh-hans/plugins/publish-plugins/plugin-auto-publish-pr.mdx +++ b/zh-hans/plugins/publish-plugins/plugin-auto-publish-pr.mdx @@ -9,10 +9,10 @@ title: 自动发布插件 本文档为旧版文档,即将弃用。 请勿对此版本进行更改。 所有更新应指向新版本: - /plugin-dev-zh/0321-plugin-auto-publish-pr.zh + /plugin-dev-zh/0321-plugin-auto-publish-pr */} - +

作为我们文档重组的一部分,此页面正在逐步淘汰。

点击此卡片跳转到包含最新信息的更新版本。

diff --git a/zh-hans/plugins/publish-plugins/publish-plugin-on-personal-github-repo.mdx b/zh-hans/plugins/publish-plugins/publish-plugin-on-personal-github-repo.mdx index 43d1404a..8cc41bd6 100644 --- a/zh-hans/plugins/publish-plugins/publish-plugin-on-personal-github-repo.mdx +++ b/zh-hans/plugins/publish-plugins/publish-plugin-on-personal-github-repo.mdx @@ -10,10 +10,10 @@ title: 发布至个人 GitHub 仓库 本文档为旧版文档,即将弃用。 请勿对此版本进行更改。 所有更新应指向新版本: - /plugin-dev-zh/0322-release-to-individual-github-repo.zh + /plugin-dev-zh/0322-release-to-individual-github-repo */} - +

作为我们文档重组的一部分,此页面正在逐步淘汰。

点击此卡片跳转到包含最新信息的更新版本。

diff --git a/zh-hans/plugins/publish-plugins/publish-to-dify-marketplace/README.mdx b/zh-hans/plugins/publish-plugins/publish-to-dify-marketplace/README.mdx index 55b01189..5d559d7e 100644 --- a/zh-hans/plugins/publish-plugins/publish-to-dify-marketplace/README.mdx +++ b/zh-hans/plugins/publish-plugins/publish-to-dify-marketplace/README.mdx @@ -10,10 +10,10 @@ title: 发布至 Dify Marketplace 本文档为旧版文档,即将弃用。 请勿对此版本进行更改。 所有更新应指向新版本: - /plugin-dev-zh/0322-release-to-dify-marketplace.zh + /plugin-dev-zh/0322-release-to-dify-marketplace */} - +

作为我们文档重组的一部分,此页面正在逐步淘汰。

点击此卡片跳转到包含最新信息的更新版本。

diff --git a/zh-hans/plugins/publish-plugins/publish-to-dify-marketplace/plugin-developer-guidelines.mdx b/zh-hans/plugins/publish-plugins/publish-to-dify-marketplace/plugin-developer-guidelines.mdx index bbd96f4a..185660f3 100644 --- a/zh-hans/plugins/publish-plugins/publish-to-dify-marketplace/plugin-developer-guidelines.mdx +++ b/zh-hans/plugins/publish-plugins/publish-to-dify-marketplace/plugin-developer-guidelines.mdx @@ -10,10 +10,10 @@ title: 插件开发者准则 本文档为旧版文档,即将弃用。 请勿对此版本进行更改。 所有更新应指向新版本: - /plugin-dev-zh/0312-contributor-covenant-code-of-conduct.zh + /plugin-dev-zh/0312-contributor-covenant-code-of-conduct */} - +

作为我们文档重组的一部分,此页面正在逐步淘汰。

点击此卡片跳转到包含最新信息的更新版本。

diff --git a/zh-hans/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines.mdx b/zh-hans/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines.mdx index c799500f..13c3dc99 100644 --- a/zh-hans/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines.mdx +++ b/zh-hans/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines.mdx @@ -10,10 +10,10 @@ title: 插件隐私政策准则 本文档为旧版文档,即将弃用。 请勿对此版本进行更改。 所有更新应指向新版本: - /plugin-dev-zh/0312-privacy-protection-guidelines.zh + /plugin-dev-zh/0312-privacy-protection-guidelines */} - +

作为我们文档重组的一部分,此页面正在逐步淘汰。

点击此卡片跳转到包含最新信息的更新版本。

diff --git a/zh-hans/plugins/publish-plugins/signing-plugins-for-third-party-signature-verification.mdx b/zh-hans/plugins/publish-plugins/signing-plugins-for-third-party-signature-verification.mdx index a5dac2d2..d65b4030 100644 --- a/zh-hans/plugins/publish-plugins/signing-plugins-for-third-party-signature-verification.mdx +++ b/zh-hans/plugins/publish-plugins/signing-plugins-for-third-party-signature-verification.mdx @@ -9,10 +9,10 @@ title: 第三方签名验证 本文档为旧版文档,即将弃用。 请勿对此版本进行更改。 所有更新应指向新版本: - /plugin-dev-zh/0312-third-party-signature-verification.zh + /plugin-dev-zh/0312-third-party-signature-verification */} - +

作为我们文档重组的一部分,此页面正在逐步淘汰。

点击此卡片跳转到包含最新信息的更新版本。

diff --git a/zh-hans/plugins/quick-start/debug-plugin.mdx b/zh-hans/plugins/quick-start/debug-plugin.mdx index f0407bcc..de10159d 100644 --- a/zh-hans/plugins/quick-start/debug-plugin.mdx +++ b/zh-hans/plugins/quick-start/debug-plugin.mdx @@ -10,10 +10,10 @@ title: 插件调试 本文档为旧版文档,即将弃用。 请勿对此版本进行更改。 所有更新应指向新版本: - /plugin-dev-zh/0411-remote-debug-a-plugin.zh + /plugin-dev-zh/0411-remote-debug-a-plugin */} - +

作为我们文档重组的一部分,此页面正在逐步淘汰。

点击此卡片跳转到包含最新信息的更新版本。

diff --git a/zh-hans/plugins/quick-start/develop-plugins/README.mdx b/zh-hans/plugins/quick-start/develop-plugins/README.mdx index 72a44bdc..237d2a32 100644 --- a/zh-hans/plugins/quick-start/develop-plugins/README.mdx +++ b/zh-hans/plugins/quick-start/develop-plugins/README.mdx @@ -11,10 +11,10 @@ description: 'Author: Yeuoly, Allen' 本文档为旧版文档,即将弃用。 请勿对此版本进行更改。 所有更新应指向新版本: - /plugin-dev-zh/0111-getting-started-dify-plugin.zh + /plugin-dev-zh/0111-getting-started-dify-plugin */} - +

作为我们文档重组的一部分,此页面正在逐步淘汰。

点击此卡片跳转到包含最新信息的更新版本。

diff --git a/zh-hans/plugins/quick-start/develop-plugins/agent-strategy-plugin.mdx b/zh-hans/plugins/quick-start/develop-plugins/agent-strategy-plugin.mdx index 651d0595..32fcdf78 100644 --- a/zh-hans/plugins/quick-start/develop-plugins/agent-strategy-plugin.mdx +++ b/zh-hans/plugins/quick-start/develop-plugins/agent-strategy-plugin.mdx @@ -9,10 +9,10 @@ title: Agent 策略插件 本文档为旧版文档,即将弃用。 请勿对此版本进行更改。 所有更新应指向新版本: - /plugin-dev-zh/9433-agent-strategy-plugin.zh + /plugin-dev-zh/9433-agent-strategy-plugin */} - +

作为我们文档重组的一部分,此页面正在逐步淘汰。

点击此卡片跳转到包含最新信息的更新版本。

diff --git a/zh-hans/plugins/quick-start/develop-plugins/bundle.mdx b/zh-hans/plugins/quick-start/develop-plugins/bundle.mdx index afb4a904..df79ccd9 100644 --- a/zh-hans/plugins/quick-start/develop-plugins/bundle.mdx +++ b/zh-hans/plugins/quick-start/develop-plugins/bundle.mdx @@ -10,10 +10,10 @@ title: Bundle 插件包 本文档为旧版文档,即将弃用。 请勿对此版本进行更改。 所有更新应指向新版本: - /plugin-dev-zh/9241-bundle.zh + /plugin-dev-zh/9241-bundle */} - +

作为我们文档重组的一部分,此页面正在逐步淘汰。

点击此卡片跳转到包含最新信息的更新版本。

diff --git a/zh-hans/plugins/quick-start/develop-plugins/extension-plugin.mdx b/zh-hans/plugins/quick-start/develop-plugins/extension-plugin.mdx index d0a85581..35580a89 100644 --- a/zh-hans/plugins/quick-start/develop-plugins/extension-plugin.mdx +++ b/zh-hans/plugins/quick-start/develop-plugins/extension-plugin.mdx @@ -10,10 +10,10 @@ title: Extension 插件 本文档为旧版文档,即将弃用。 请勿对此版本进行更改。 所有更新应指向新版本: - /plugin-dev-zh/9231-extension-plugin.zh + /plugin-dev-zh/9231-extension-plugin */} - +

作为我们文档重组的一部分,此页面正在逐步淘汰。

点击此卡片跳转到包含最新信息的更新版本。

diff --git a/zh-hans/plugins/quick-start/develop-plugins/initialize-development-tools.mdx b/zh-hans/plugins/quick-start/develop-plugins/initialize-development-tools.mdx index 00dfad55..1a80e521 100644 --- a/zh-hans/plugins/quick-start/develop-plugins/initialize-development-tools.mdx +++ b/zh-hans/plugins/quick-start/develop-plugins/initialize-development-tools.mdx @@ -9,10 +9,10 @@ title: 安装插件开发工具 本文档为旧版文档,即将弃用。 请勿对此版本进行更改。 所有更新应指向新版本: - /plugin-dev-zh/0221-initialize-development-tools.zh + /plugin-dev-zh/0221-initialize-development-tools */} - +

作为我们文档重组的一部分,此页面正在逐步淘汰。

点击此卡片跳转到包含最新信息的更新版本。

diff --git a/zh-hans/plugins/quick-start/develop-plugins/model-plugin/README.mdx b/zh-hans/plugins/quick-start/develop-plugins/model-plugin/README.mdx index aa10e1e2..cb973e56 100644 --- a/zh-hans/plugins/quick-start/develop-plugins/model-plugin/README.mdx +++ b/zh-hans/plugins/quick-start/develop-plugins/model-plugin/README.mdx @@ -10,10 +10,10 @@ title: Model 插件 本文档为旧版文档,即将弃用。 请勿对此版本进行更改。 所有更新应指向新版本: - /plugin-dev-zh/0411-model-plugin-introduction.zh + /plugin-dev-zh/0411-model-plugin-introduction */} - +

作为我们文档重组的一部分,此页面正在逐步淘汰。

点击此卡片跳转到包含最新信息的更新版本。

diff --git a/zh-hans/plugins/quick-start/develop-plugins/model-plugin/create-model-providers.mdx b/zh-hans/plugins/quick-start/develop-plugins/model-plugin/create-model-providers.mdx index cb13e8b6..9ac7f2fc 100644 --- a/zh-hans/plugins/quick-start/develop-plugins/model-plugin/create-model-providers.mdx +++ b/zh-hans/plugins/quick-start/develop-plugins/model-plugin/create-model-providers.mdx @@ -10,10 +10,10 @@ title: 创建模型供应商 本文档为旧版文档,即将弃用。 请勿对此版本进行更改。 所有更新应指向新版本: - /plugin-dev-zh/0222-creating-new-model-provider.zh + /plugin-dev-zh/0222-creating-new-model-provider */} - +

作为我们文档重组的一部分,此页面正在逐步淘汰。

点击此卡片跳转到包含最新信息的更新版本。

diff --git a/zh-hans/plugins/quick-start/develop-plugins/model-plugin/customizable-model.mdx b/zh-hans/plugins/quick-start/develop-plugins/model-plugin/customizable-model.mdx index 61e6d17b..ae7f3f87 100644 --- a/zh-hans/plugins/quick-start/develop-plugins/model-plugin/customizable-model.mdx +++ b/zh-hans/plugins/quick-start/develop-plugins/model-plugin/customizable-model.mdx @@ -9,10 +9,10 @@ title: 接入自定义模型 本文档为旧版文档,即将弃用。 请勿对此版本进行更改。 所有更新应指向新版本: - /plugin-dev-zh/9243-customizable-model.zh + /plugin-dev-zh/9243-customizable-model */} - +

作为我们文档重组的一部分,此页面正在逐步淘汰。

点击此卡片跳转到包含最新信息的更新版本。

diff --git a/zh-hans/plugins/quick-start/develop-plugins/model-plugin/integrate-the-predefined-model.mdx b/zh-hans/plugins/quick-start/develop-plugins/model-plugin/integrate-the-predefined-model.mdx index 416c64aa..b66c38cc 100644 --- a/zh-hans/plugins/quick-start/develop-plugins/model-plugin/integrate-the-predefined-model.mdx +++ b/zh-hans/plugins/quick-start/develop-plugins/model-plugin/integrate-the-predefined-model.mdx @@ -10,10 +10,10 @@ title: 接入预定义模型 本文档为旧版文档,即将弃用。 请勿对此版本进行更改。 所有更新应指向新版本: - /plugin-dev-zh/0222-creating-new-model-provider-extra.zh + /plugin-dev-zh/0222-creating-new-model-provider-extra */} - +

作为我们文档重组的一部分,此页面正在逐步淘汰。

点击此卡片跳转到包含最新信息的更新版本。

diff --git a/zh-hans/plugins/quick-start/develop-plugins/tool-plugin.mdx b/zh-hans/plugins/quick-start/develop-plugins/tool-plugin.mdx index a6adcc43..6c196ca3 100644 --- a/zh-hans/plugins/quick-start/develop-plugins/tool-plugin.mdx +++ b/zh-hans/plugins/quick-start/develop-plugins/tool-plugin.mdx @@ -10,10 +10,10 @@ title: Tool 插件 本文档为旧版文档,即将弃用。 请勿对此版本进行更改。 所有更新应指向新版本: - /plugin-dev-zh/0222-tool-plugin.zh + /plugin-dev-zh/0222-tool-plugin */} - +

作为我们文档重组的一部分,此页面正在逐步淘汰。

点击此卡片跳转到包含最新信息的更新版本。

diff --git a/zh-hans/plugins/schema-definition/agent.mdx b/zh-hans/plugins/schema-definition/agent.mdx index d2dc1d3e..ea1d1255 100644 --- a/zh-hans/plugins/schema-definition/agent.mdx +++ b/zh-hans/plugins/schema-definition/agent.mdx @@ -10,10 +10,10 @@ title: Agent 本文档为旧版文档,即将弃用。 请勿对此版本进行更改。 所有更新应指向新版本: - /plugin-dev-zh/9232-agent.zh + /plugin-dev-zh/9232-agent */} - +

作为我们文档重组的一部分,此页面正在逐步淘汰。

点击此卡片跳转到包含最新信息的更新版本。

diff --git a/zh-hans/plugins/schema-definition/endpoint.mdx b/zh-hans/plugins/schema-definition/endpoint.mdx index 6aad52cc..4215008b 100644 --- a/zh-hans/plugins/schema-definition/endpoint.mdx +++ b/zh-hans/plugins/schema-definition/endpoint.mdx @@ -10,10 +10,10 @@ description: 'Author: Yeuoly,Allen' 本文档为旧版文档,即将弃用。 请勿对此版本进行更改。 所有更新应指向新版本: - /plugin-dev-zh/0432-endpoint.zh + /plugin-dev-zh/0432-endpoint */} - +

作为我们文档重组的一部分,此页面正在逐步淘汰。

点击此卡片跳转到包含最新信息的更新版本。

diff --git a/zh-hans/plugins/schema-definition/general-specifications.mdx b/zh-hans/plugins/schema-definition/general-specifications.mdx index 3c1c0411..60e18dbd 100644 --- a/zh-hans/plugins/schema-definition/general-specifications.mdx +++ b/zh-hans/plugins/schema-definition/general-specifications.mdx @@ -10,10 +10,10 @@ title: 通用规范定义 本文档为旧版文档,即将弃用。 请勿对此版本进行更改。 所有更新应指向新版本: - /plugin-dev-zh/0411-general-specifications.zh + /plugin-dev-zh/0411-general-specifications */} - +

作为我们文档重组的一部分,此页面正在逐步淘汰。

点击此卡片跳转到包含最新信息的更新版本。

diff --git a/zh-hans/plugins/schema-definition/manifest.mdx b/zh-hans/plugins/schema-definition/manifest.mdx index 5a836965..59a8dc8d 100644 --- a/zh-hans/plugins/schema-definition/manifest.mdx +++ b/zh-hans/plugins/schema-definition/manifest.mdx @@ -10,10 +10,10 @@ description: 'Author: Yeuoly,Allen' 本文档为旧版文档,即将弃用。 请勿对此版本进行更改。 所有更新应指向新版本: - /plugin-dev-zh/0411-plugin-info-by-manifest.zh + /plugin-dev-zh/0411-plugin-info-by-manifest */} - +

作为我们文档重组的一部分,此页面正在逐步淘汰。

点击此卡片跳转到包含最新信息的更新版本。

diff --git a/zh-hans/plugins/schema-definition/model/model-designing-rules.mdx b/zh-hans/plugins/schema-definition/model/model-designing-rules.mdx index 589f8b83..55dad00e 100644 --- a/zh-hans/plugins/schema-definition/model/model-designing-rules.mdx +++ b/zh-hans/plugins/schema-definition/model/model-designing-rules.mdx @@ -10,10 +10,10 @@ title: 模型设计规则 本文档为旧版文档,即将弃用。 请勿对此版本进行更改。 所有更新应指向新版本: - /plugin-dev-zh/0411-model-designing-rules.zh + /plugin-dev-zh/0411-model-designing-rules */} - +

作为我们文档重组的一部分,此页面正在逐步淘汰。

点击此卡片跳转到包含最新信息的更新版本。

diff --git a/zh-hans/plugins/schema-definition/model/model-schema.mdx b/zh-hans/plugins/schema-definition/model/model-schema.mdx index a2c63d7a..6d7971dd 100644 --- a/zh-hans/plugins/schema-definition/model/model-schema.mdx +++ b/zh-hans/plugins/schema-definition/model/model-schema.mdx @@ -9,10 +9,10 @@ title: 模型接口 本文档为旧版文档,即将弃用。 请勿对此版本进行更改。 所有更新应指向新版本: - /plugin-dev-zh/0412-model-schema.zh + /plugin-dev-zh/0412-model-schema */} - +

作为我们文档重组的一部分,此页面正在逐步淘汰。

点击此卡片跳转到包含最新信息的更新版本。

diff --git a/zh-hans/plugins/schema-definition/persistent-storage.mdx b/zh-hans/plugins/schema-definition/persistent-storage.mdx index fd4a262b..62426910 100644 --- a/zh-hans/plugins/schema-definition/persistent-storage.mdx +++ b/zh-hans/plugins/schema-definition/persistent-storage.mdx @@ -10,10 +10,10 @@ title: 持久化存储 本文档为旧版文档,即将弃用。 请勿对此版本进行更改。 所有更新应指向新版本: - /plugin-dev-zh/0411-persistent-storage-kv.zh + /plugin-dev-zh/0411-persistent-storage-kv */} - +

作为我们文档重组的一部分,此页面正在逐步淘汰。

点击此卡片跳转到包含最新信息的更新版本。

diff --git a/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/README.mdx b/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/README.mdx index 10e24fda..bcaad545 100644 --- a/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/README.mdx +++ b/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/README.mdx @@ -10,10 +10,10 @@ title: 反向调用 Dify 服务 本文档为旧版文档,即将弃用。 请勿对此版本进行更改。 所有更新应指向新版本: - /plugin-dev-zh/9241-reverse-invocation.zh + /plugin-dev-zh/9241-reverse-invocation */} - +

作为我们文档重组的一部分,此页面正在逐步淘汰。

点击此卡片跳转到包含最新信息的更新版本。

diff --git a/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/app.mdx b/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/app.mdx index 5d0ae607..8727553e 100644 --- a/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/app.mdx +++ b/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/app.mdx @@ -10,10 +10,10 @@ title: App 本文档为旧版文档,即将弃用。 请勿对此版本进行更改。 所有更新应指向新版本: - /plugin-dev-zh/9242-reverse-invocation-app.zh + /plugin-dev-zh/9242-reverse-invocation-app */} - +

作为我们文档重组的一部分,此页面正在逐步淘汰。

点击此卡片跳转到包含最新信息的更新版本。

diff --git a/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/model.mdx b/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/model.mdx index 253618f9..e6bfde23 100644 --- a/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/model.mdx +++ b/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/model.mdx @@ -10,10 +10,10 @@ title: Model 本文档为旧版文档,即将弃用。 请勿对此版本进行更改。 所有更新应指向新版本: - /plugin-dev-zh/9242-reverse-invocation-model.zh + /plugin-dev-zh/9242-reverse-invocation-model */} - +

作为我们文档重组的一部分,此页面正在逐步淘汰。

点击此卡片跳转到包含最新信息的更新版本。

diff --git a/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/node.mdx b/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/node.mdx index 59e57faf..f8526a9a 100644 --- a/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/node.mdx +++ b/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/node.mdx @@ -10,10 +10,10 @@ title: Node 本文档为旧版文档,即将弃用。 请勿对此版本进行更改。 所有更新应指向新版本: - /plugin-dev-zh/9243-reverse-invocation-node.zh + /plugin-dev-zh/9243-reverse-invocation-node */} - +

作为我们文档重组的一部分,此页面正在逐步淘汰。

点击此卡片跳转到包含最新信息的更新版本。

diff --git a/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/tool.mdx b/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/tool.mdx index 1521fd3f..43e1bfa8 100644 --- a/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/tool.mdx +++ b/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/tool.mdx @@ -10,10 +10,10 @@ title: Tool 本文档为旧版文档,即将弃用。 请勿对此版本进行更改。 所有更新应指向新版本: - /plugin-dev-zh/9242-reverse-invocation-tool.zh + /plugin-dev-zh/9242-reverse-invocation-tool */} - +

作为我们文档重组的一部分,此页面正在逐步淘汰。

点击此卡片跳转到包含最新信息的更新版本。

diff --git a/zh-hans/plugins/schema-definition/tool.mdx b/zh-hans/plugins/schema-definition/tool.mdx index c9c00db6..bad777cf 100644 --- a/zh-hans/plugins/schema-definition/tool.mdx +++ b/zh-hans/plugins/schema-definition/tool.mdx @@ -10,10 +10,10 @@ title: Tool 本文档为旧版文档,即将弃用。 请勿对此版本进行更改。 所有更新应指向新版本: - /plugin-dev-zh/0411-tool.zh + /plugin-dev-zh/0411-tool */} - +

作为我们文档重组的一部分,此页面正在逐步淘汰。

点击此卡片跳转到包含最新信息的更新版本。