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")