From 8defe3e118b1b443de996dfa083ee92fd8d003da Mon Sep 17 00:00:00 2001 From: crazywoola <427733928@qq.com> Date: Sun, 7 Jan 2024 14:16:15 +0800 Subject: [PATCH] en sumary md --- en/SUMMARY.md | 3 ++- en/advanced/extension/README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/en/SUMMARY.md b/en/SUMMARY.md index 9f168a3..3212fd2 100644 --- a/en/SUMMARY.md +++ b/en/SUMMARY.md @@ -61,8 +61,9 @@ * [LocalAI](advanced/model-configuration/localai.md) * [More Integration](advanced/more-integration.md) * [Extension](advanced/extension/README.md) - * [API-based Extension](advanced/extension/api\_based\_extension/README.md) + * [API Based Extension](advanced/extension/api\_based\_extension/README.md) * [External\_data\_tool](advanced/extension/api\_based\_extension/external\_data\_tool.md) + * [Deploy to Cloudflare Workers](advanced/extension/api\_based\_extension/cloudflare\_workers.md) * [Moderation Extension](advanced/extension/api\_based\_extension/moderation-extension.md) * [Code-based Extension](advanced/extension/code-based-extension.md) diff --git a/en/advanced/extension/README.md b/en/advanced/extension/README.md index 8a1013e..fd180df 100644 --- a/en/advanced/extension/README.md +++ b/en/advanced/extension/README.md @@ -2,7 +2,7 @@ In the process of creating AI applications, developers face constantly changing business needs and complex technical challenges. Effectively leveraging extension capabilities can not only enhance the flexibility and functionality of applications but also ensure the security and compliance of enterprise data. Dify offers the following two methods of extension: -[api\_based\_extension](api\_based\_extension/ "mention") +[API Based Extension](api_based_extension/ "mention") [code-based-extension.md](code-based-extension.md "mention")