Skip to content

Commit d9bb01e

Browse files
committed
update docs.json
1 parent 7a48b92 commit d9bb01e

File tree

2 files changed

+6
-20
lines changed

2 files changed

+6
-20
lines changed

docs.json

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@
186186
"en/guides/application-publishing/launch-your-webapp-quickly/conversation-application"
187187
]
188188
},
189+
"en/guides/application-publishing/publish-mcp",
189190
"en/guides/application-publishing/embedding-in-websites",
190191
"en/guides/application-publishing/developing-with-apis",
191192
"en/guides/application-publishing/based-on-frontend-templates"
@@ -218,25 +219,10 @@
218219
]
219220
},
220221
{
221-
"group": "Extensions",
222+
"group": "Tools",
222223
"pages": [
223-
{
224-
"group": "API-Based Extension",
225-
"pages": [
226-
"en/guides/extension/api-based-extension/README",
227-
"en/guides/extension/api-based-extension/external-data-tool",
228-
"en/guides/extension/api-based-extension/cloudflare-workers",
229-
"en/guides/extension/api-based-extension/moderation"
230-
]
231-
},
232-
{
233-
"group": "Code-Based Extension",
234-
"pages": [
235-
"en/guides/extension/code-based-extension/README",
236-
"en/guides/extension/code-based-extension/external-data-tool",
237-
"en/guides/extension/code-based-extension/moderation"
238-
]
239-
}
224+
"en/guides/tools/types-of-tools",
225+
"en/guides/tools/mcp"
240226
]
241227
},
242228
{
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ description: "Tools are defined services that can be used within workflows and b
44
---
55

66
<CardGroup cols={2}>
7-
<Card title="Tool Plugin" icon="puzzle-piece" iconType="regular" href="https://docs.dify.ai/en/plugins/quick-start/install-plugins" cta="Explore hundreds of third-party tools native to Dify on [Dify Marketplace](https://marketplace.dify.ai/?category=tool_">
7+
<Card title="Tool Plugin" icon="puzzle-piece" iconType="regular" href="https://docs.dify.ai/en/plugins/quick-start/install-plugins">
88
Explore hundreds of third-party tools native to Dify on Dify's [Marketplace](https://marketplace.dify.ai/?category=tool_)
99
</Card>
10-
<Card title="MCP" icon="sparkles" href="en/guides/tools/mcp.mdx">
10+
<Card title="MCP" icon="sparkles" href="en/guides/tools/mcp">
1111
Connect with an evergrowing ecosystem of tools based on the [Model Context Protocol](https://modelcontextprotocol.io/introduction).
1212
</Card>
1313
</CardGroup>

0 commit comments

Comments
 (0)