diff --git a/en/guides/extension/README.md b/en/guides/extension/README.md index 75d1545..063d9b5 100644 --- a/en/guides/extension/README.md +++ b/en/guides/extension/README.md @@ -2,6 +2,11 @@ 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") +{% content-ref url="api-based-extension/" %} +[api-based-extension](api-based-extension/) +{% endcontent-ref %} + +{% content-ref url="code-based-extension/" %} +[code-based-extension](code-based-extension/) +{% endcontent-ref %} -[code-based-extension.md](code-based-extension.md "mention")