docs: align self-host documentation with 1.15.0 Integrations navigation redesign#820
Merged
Conversation
Remove stray spaces inside `**` delimiters that caused bold to render literally in CJK text (e.g. `**工作流 **` → `**工作流**`). 88 files across cloud/, learn/, and quick-start; self-host files with the same fix are included in the nav-optimize commit. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Align self-host documentation with the 1.15.0 navigation optimization: - Regroup docs.json: new Integrations section (Model Provider, Tools, Custom Endpoint); Workspace shrunk to admin-only pages - Reframe plugins.mdx as Integrations Overview with hub type list, permissions, and EE callout - Merge standalone MCP page into tools.mdx MCP Tool tab; delete build/mcp.mdx (en/zh/ja) - Rename all Settings > Model Provider nav paths to Integrations > Model Provider; Default Model Settings to Default Models; API Extension to Custom Endpoint; Logs & Annotations split into separate Logs and Annotations - Update trigger overview and webhook-trigger: Plugin Trigger to Integration Trigger; enable/disable moved to Monitoring > Triggers - Soften concept-level "plugin" references to "integration" across workspace, knowledge, and build pages - Update glossary and writing guides for new terminology - Fix broken bold markers in self-host zh/ja files (same repo-wide fix as prior commit, for files that also had content changes) Excludes the plugin-trigger.mdx en rewrite (pending review). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…w fixes - Add Start Node overview page (en/zh/ja, cloud + self-host) explaining the User Input vs. Trigger choice; nest under a new Start group in docs.json with root page support - Trim Key Concepts to link to the new Start Node page instead of inlining the details - Complete Integration Trigger page rewrite (en/zh/ja) with localized UI strings, trigger integration naming, and subscription flow - Remove "## Introduction" headings from trigger, schedule-trigger, webhook-trigger, and user-input pages (en/zh/ja) - Apply review fixes: user-centric opening for tools.mdx, reframe auto-update sentence in plugins.mdx, bold Client ID/Secret, remove tautological sentence, fix "reusable/reuse" redundancy - Complete remaining API Extension to Custom Endpoint renames in api-extension, cloudflare-worker, and moderation pages - Update termbase_i18n.md to match glossary (Integration Trigger, Integrations, Custom Endpoint, Default Models, Logs/Annotations split) - Add redirects for deleted self-host build/mcp pages Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Dify documentation set to match the 1.15.0 navigation/IA redesign (new Integrations section), renames plugin-centric terminology to integration-centric terminology across EN/ZH/JA, and adds/updates workflow “Start node” guidance while cleaning up CJK formatting issues.
Changes:
- Restructures and renames navigation concepts (Plugins/Settings → Integrations; related term renames) across EN/ZH/JA.
- Adds new Start Node pages and updates Key Concepts + node docs to reflect User Input vs Trigger start modes.
- Consolidates MCP guidance, updates termbase + translation formatting guides, and fixes widespread CJK bold/spacing defects.
Reviewed changes
Copilot reviewed 105 out of 229 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| zh/self-host/use-dify/workspace/team-members-management.mdx | Replace plugin terminology with integrations in role/permissions text. |
| zh/self-host/use-dify/workspace/readme.mdx | Workspace overview updated to “integrations” and trims navigation section. |
| zh/self-host/use-dify/workspace/personal-account-management.mdx | Fix bold spacing in UI label instruction. |
| zh/self-host/use-dify/workspace/model-providers.mdx | Update navigation path to Integrations > Model Provider and fix bold spacing. |
| zh/self-host/use-dify/workspace/api-extension/moderation-api-extension.mdx | Rename “API extension” references to custom endpoint wording. |
| zh/self-host/use-dify/workspace/api-extension/external-data-tool-api-extension.mdx | Rename API Extension to custom endpoint in intro/link text. |
| zh/self-host/use-dify/workspace/api-extension/cloudflare-worker.mdx | Rename Cloudflare Workers page to “custom endpoint” terminology. |
| zh/self-host/use-dify/workspace/api-extension/api-extension.mdx | Retitle overview to custom endpoints and update wording throughout. |
| zh/self-host/use-dify/publish/publish-to-marketplace.mdx | Fix bold spacing; update navigation label in example block. |
| zh/self-host/use-dify/publish/publish-mcp.mdx | Update MCP tools link target to workspace tools page. |
| zh/self-host/use-dify/nodes/user-input.mdx | Remove redundant “简介” heading. |
| zh/self-host/use-dify/nodes/trigger/webhook-trigger.mdx | Rename plugin trigger wording to integration trigger; fix bold spacing. |
| zh/self-host/use-dify/nodes/tools.mdx | Fix UI path formatting; point credential mgmt to Integrations > Tools. |
| zh/self-host/use-dify/nodes/start.mdx | Add Start node overview page (zh self-host). |
| zh/self-host/use-dify/nodes/llm.mdx | Update model provider navigation path; fix bold spacing in descriptions. |
| zh/self-host/use-dify/nodes/ifelse.mdx | Fix CJK bold spacing for operator labels. |
| zh/self-host/use-dify/monitor/integrations/integrate-weave.mdx | Fix bold spacing in UI instructions. |
| zh/self-host/use-dify/monitor/integrations/integrate-phoenix.mdx | Fix bold spacing in UI instructions. |
| zh/self-host/use-dify/monitor/integrations/integrate-opik.mdx | Fix bold spacing in UI instructions. |
| zh/self-host/use-dify/monitor/integrations/integrate-langsmith.mdx | Fix bold spacing in UI instructions. |
| zh/self-host/use-dify/monitor/integrations/integrate-langfuse.mdx | Fix bold spacing in UI instructions. |
| zh/self-host/use-dify/monitor/integrations/integrate-arize.mdx | Fix bold spacing in UI instructions. |
| zh/self-host/use-dify/monitor/integrations/integrate-aliyun.mdx | Fix bold spacing in UI instructions. |
| zh/self-host/use-dify/monitor/annotation-reply.mdx | Update Logs & Annotations reference to Annotations page. |
| zh/self-host/use-dify/knowledge/readme.mdx | Rename plugin references in knowledge pipeline description to integrations. |
| zh/self-host/use-dify/knowledge/manage-knowledge/maintain-knowledge-documents.mdx | Fix bold spacing in guidance text. |
| zh/self-host/use-dify/knowledge/knowledge-pipeline/knowledge-pipeline-orchestration.mdx | Fix bold spacing for indexing mode labels. |
| zh/self-host/use-dify/knowledge/knowledge-pipeline/create-knowledge-pipeline.mdx | Fix spacing in UI labels and template description. |
| zh/self-host/use-dify/knowledge/knowledge-pipeline/authorize-data-source.mdx | Fix spacing in UI label references and step text. |
| zh/self-host/use-dify/knowledge/create-knowledge/introduction.mdx | Fix UI bold spacing for create flow. |
| zh/self-host/use-dify/knowledge/create-knowledge/import-text-data/sync-from-notion.mdx | Fix spacing in UI labels and integration description. |
| zh/self-host/use-dify/knowledge/create-knowledge/import-text-data/readme.mdx | Fix UI bold spacing in steps. |
| zh/self-host/use-dify/knowledge/connect-external-knowledge-base.mdx | Fix spacing in UI labels and field bullet formatting. |
| zh/self-host/use-dify/build/workflow-chatflow.mdx | Fix bold spacing; rename plugin event to integration event. |
| zh/self-host/use-dify/build/version-control.mdx | Fix UI bold spacing in publish/filter instructions. |
| zh/self-host/use-dify/build/text-generator.mdx | Update API Extension → custom endpoint link text; fix bold spacing. |
| zh/self-host/use-dify/build/chatbot.mdx | Update API Extension → custom endpoint link text; fix bold spacing. |
| zh/self-host/use-dify/build/additional-features.mdx | Update settings paths/terms; fix Logs & Annotations → Annotations wording. |
| zh/learn/tutorials/workflow-101/lesson-08.mdx | Fix bold spacing in steps. |
| zh/learn/tutorials/workflow-101/lesson-07.mdx | Fix bold spacing in installation steps. |
| zh/learn/tutorials/workflow-101/lesson-05.mdx | Fix bold spacing for node name. |
| zh/learn/tutorials/workflow-101/lesson-04.mdx | Fix bold spacing for create/add actions. |
| zh/learn/tutorials/workflow-101/lesson-03.mdx | Fix bold spacing in install/run steps. |
| zh/learn/tutorials/workflow-101/lesson-02.mdx | Fix bold spacing in creation/variable explanation steps. |
| zh/learn/tutorials/simple-chatbot.mdx | Fix bold spacing in navigation breadcrumb. |
| zh/learn/tutorials/customer-service-bot.mdx | Fix bold spacing for indexing mode options. |
| zh/learn/tutorials/build-ai-image-generation-app.mdx | Fix bold spacing in tool/model provider steps. |
| zh/learn/tutorials/article-reader.mdx | Fix bold spacing in list-operation instructions. |
| zh/learn/key-concepts.mdx | Replace long start-node explanation with link to Start node page. |
| zh/cloud/use-dify/workspace/tools.mdx | Fix bold spacing in plugin/tools reference sentence. |
| zh/cloud/use-dify/workspace/subscription-management.mdx | Fix bold spacing in billing/upgrade path. |
| zh/cloud/use-dify/workspace/readme.mdx | Trim navigation section; keep role list. |
| zh/cloud/use-dify/workspace/model-providers.mdx | Fix bold spacing and UI label formatting. |
| zh/cloud/use-dify/publish/publish-to-marketplace.mdx | Fix bold spacing; keep consistent UI label formatting. |
| zh/cloud/use-dify/nodes/trigger/webhook-trigger.mdx | Fix bold spacing in add-node menu path. |
| zh/cloud/use-dify/nodes/trigger/plugin-trigger.mdx | Fix bold spacing in steps; still titled “插件触发器”. |
| zh/cloud/use-dify/nodes/trigger/overview.mdx | Fix bold spacing in billing/quota and test-run instructions. |
| zh/cloud/use-dify/nodes/tools.mdx | Fix bold spacing and credential note wording. |
| zh/cloud/use-dify/nodes/start.mdx | Add Start node overview page (zh cloud). |
| zh/cloud/use-dify/nodes/llm.mdx | Fix bold spacing in parameter/prompt descriptions. |
| zh/cloud/use-dify/nodes/ifelse.mdx | Fix bold spacing in operator labels. |
| zh/cloud/use-dify/monitor/integrations/integrate-weave.mdx | Fix bold spacing in UI instructions. |
| zh/cloud/use-dify/monitor/integrations/integrate-phoenix.mdx | Fix bold spacing in UI instructions. |
| zh/cloud/use-dify/monitor/integrations/integrate-opik.mdx | Fix bold spacing in UI instructions. |
| zh/cloud/use-dify/monitor/integrations/integrate-langsmith.mdx | Fix bold spacing in UI instructions. |
| zh/cloud/use-dify/monitor/integrations/integrate-langfuse.mdx | Fix bold spacing in UI instructions. |
| zh/cloud/use-dify/monitor/integrations/integrate-arize.mdx | Fix bold spacing in UI instructions. |
| zh/cloud/use-dify/monitor/integrations/integrate-aliyun.mdx | Fix bold spacing in UI instructions. |
| zh/cloud/use-dify/knowledge/manage-knowledge/maintain-knowledge-documents.mdx | Fix bold spacing in guidance text. |
| zh/cloud/use-dify/knowledge/knowledge-pipeline/knowledge-pipeline-orchestration.mdx | Fix bold spacing for indexing mode labels. |
| zh/cloud/use-dify/knowledge/knowledge-pipeline/create-knowledge-pipeline.mdx | Fix spacing in UI labels and template description. |
| zh/cloud/use-dify/knowledge/knowledge-pipeline/authorize-data-source.mdx | Fix spacing in UI label references and steps. |
| zh/cloud/use-dify/knowledge/create-knowledge/introduction.mdx | Fix UI bold spacing for create flow. |
| zh/cloud/use-dify/knowledge/create-knowledge/import-text-data/sync-from-notion.mdx | Fix UI bold spacing and step text. |
| zh/cloud/use-dify/knowledge/create-knowledge/import-text-data/readme.mdx | Fix UI bold spacing in steps. |
| zh/cloud/use-dify/knowledge/connect-external-knowledge-base.mdx | Fix spacing in UI labels and field bullet formatting. |
| zh/cloud/use-dify/build/workflow-chatflow.mdx | Fix bold spacing in app-type intro. |
| zh/cloud/use-dify/build/version-control.mdx | Fix UI bold spacing in publish/filter instructions. |
| zh/cloud/use-dify/build/text-generator.mdx | Fix UI bold spacing and multimodal settings text. |
| zh/cloud/use-dify/build/chatbot.mdx | Fix UI bold spacing and multimodal settings text. |
| zh/cloud/use-dify/build/additional-features.mdx | Fix bold spacing in logs/annotation instructions. |
| writing-guides/style-guide.md | Tighten paragraph-length guidance; add “resolution” and anti-pattern notes. |
| tools/translate/termbase_i18n.md | Update key UI/term mappings (Integrations, Logs/Annotations split, etc.). |
| tools/translate/formatting-zh.md | Update translation disclaimer format example. |
| tools/translate/formatting-ja.md | Update translation disclaimer format example. |
| ja/self-host/use-dify/workspace/team-members-management.mdx | Replace plugin terminology with integrations in role/permissions text. |
| ja/self-host/use-dify/workspace/personal-account-management.mdx | Fix bold spacing in UI label instruction. |
| ja/self-host/use-dify/workspace/model-providers.mdx | Update navigation path to Integrations; fix bold spacing. |
| ja/self-host/use-dify/workspace/api-extension/moderation-api-extension.mdx | Rename “API extension” references to custom API wording. |
| ja/self-host/use-dify/workspace/api-extension/external-data-tool-api-extension.mdx | Rename API Extension to custom API in intro/link text. |
| ja/self-host/use-dify/workspace/api-extension/api-extension.mdx | Retitle overview to custom API and update wording throughout. |
| ja/self-host/use-dify/publish/publish-to-marketplace.mdx | Fix bold spacing; update navigation label in example block. |
| ja/self-host/use-dify/publish/publish-mcp.mdx | Update MCP tools link target to workspace tools page. |
| ja/self-host/use-dify/nodes/user-input.mdx | Remove redundant “はじめに” heading. |
| ja/self-host/use-dify/nodes/trigger/webhook-trigger.mdx | Rename plugin trigger wording to integration trigger; fix bold spacing. |
| ja/self-host/use-dify/nodes/tools.mdx | Fix UI path formatting; point credential mgmt to Integrations > Tools. |
| ja/self-host/use-dify/nodes/start.mdx | Add Start node overview page (ja self-host). |
| ja/self-host/use-dify/nodes/llm.mdx | Update model provider navigation path; fix bold spacing. |
| ja/self-host/use-dify/nodes/code.mdx | Fix bold spacing around variable labels. |
| ja/self-host/use-dify/monitor/integrations/integrate-weave.mdx | Fix bold spacing in UI instructions. |
| ja/self-host/use-dify/monitor/integrations/integrate-langsmith.mdx | Fix bold spacing in UI instructions. |
| ja/self-host/use-dify/monitor/integrations/integrate-langfuse.mdx | Fix bold spacing in UI instructions. |
| ja/self-host/use-dify/monitor/annotation-reply.mdx | Update Logs & Annotations reference to Annotations page. |
| ja/self-host/use-dify/knowledge/readme.mdx | Fix bold spacing; rename plugins to integrations in pipeline description. |
| ja/self-host/use-dify/knowledge/manage-knowledge/maintain-knowledge-documents.mdx | Fix bold spacing in guidance text. |
| ja/self-host/use-dify/knowledge/knowledge-pipeline/knowledge-pipeline-orchestration.mdx | Fix bold spacing in chunk-mode list. |
| ja/self-host/use-dify/knowledge/knowledge-pipeline/create-knowledge-pipeline.mdx | Fix bold spacing in template description. |
| ja/self-host/use-dify/knowledge/integrate-knowledge-within-application.mdx | Fix bold spacing in filtering mode descriptions. |
| ja/self-host/use-dify/knowledge/create-knowledge/introduction.mdx | Fix bold spacing in create flow. |
| ja/self-host/use-dify/knowledge/create-knowledge/import-text-data/sync-from-notion.mdx | Fix bold spacing in integration description. |
| ja/self-host/use-dify/knowledge/create-knowledge/import-text-data/readme.mdx | Fix bold spacing in steps. |
| ja/self-host/use-dify/knowledge/connect-external-knowledge-base.mdx | Fix spacing in UI labels and field bullet formatting. |
| ja/self-host/use-dify/build/workflow-chatflow.mdx | Fix bold spacing; rename plugin event to integration event. |
| ja/self-host/use-dify/build/version-control.mdx | Fix UI bold spacing in publish/filter instructions. |
| ja/self-host/use-dify/build/text-generator.mdx | Update API Extension → custom API link text; fix bold spacing. |
| ja/self-host/use-dify/build/chatbot.mdx | Update API Extension → custom API link text; fix bold spacing. |
| ja/learn/tutorials/workflow-101/lesson-07.mdx | Fix bold spacing in If/Else rule description. |
| ja/learn/tutorials/workflow-101/lesson-06.mdx | Fix bold spacing for parameter label. |
| ja/learn/tutorials/workflow-101/lesson-05.mdx | Fix bold spacing around variable aggregator steps. |
| ja/learn/tutorials/workflow-101/lesson-04.mdx | Fix bold spacing in knowledge selection/context steps. |
| ja/learn/tutorials/workflow-101/lesson-03.mdx | Fix bold spacing in model selection/prompt concept sections. |
| ja/learn/tutorials/workflow-101/lesson-02.mdx | Fix bold spacing in creation/variable explanation steps. |
| ja/learn/tutorials/simple-chatbot.mdx | Fix bold spacing in navigation breadcrumb. |
| ja/learn/key-concepts.mdx | Replace long start-node explanation with link to Start node page. |
| ja/cloud/use-dify/workspace/tools.mdx | Fix bold spacing in plugin/tools reference sentence. |
| ja/cloud/use-dify/workspace/subscription-management.mdx | Fix bold spacing in billing/upgrade path. |
| ja/cloud/use-dify/workspace/readme.mdx | Trim navigation section; keep role list. |
| ja/cloud/use-dify/workspace/personal-account-management.mdx | Fix bold spacing in UI label instruction. |
| ja/cloud/use-dify/workspace/model-providers.mdx | Fix bold spacing and UI label formatting. |
| ja/cloud/use-dify/publish/publish-to-marketplace.mdx | Fix bold spacing in steps. |
| ja/cloud/use-dify/nodes/trigger/webhook-trigger.mdx | Fix bold spacing in add-node menu path. |
| ja/cloud/use-dify/nodes/trigger/overview.mdx | Fix bold spacing in billing/quota and test-run instructions. |
| ja/cloud/use-dify/nodes/tools.mdx | Fix bold spacing and credential note wording. |
| ja/cloud/use-dify/nodes/start.mdx | Add Start node overview page (ja cloud). |
| ja/cloud/use-dify/nodes/llm.mdx | Fix bold spacing in parameter/prompt descriptions. |
| ja/cloud/use-dify/nodes/code.mdx | Fix bold spacing around variable labels. |
| ja/cloud/use-dify/monitor/integrations/integrate-weave.mdx | Fix bold spacing in UI instructions. |
| ja/cloud/use-dify/monitor/integrations/integrate-langsmith.mdx | Fix bold spacing in UI instructions. |
| ja/cloud/use-dify/monitor/integrations/integrate-langfuse.mdx | Fix bold spacing in UI instructions. |
| ja/cloud/use-dify/knowledge/readme.mdx | Fix bold spacing in RAG explanation. |
| ja/cloud/use-dify/knowledge/manage-knowledge/maintain-knowledge-documents.mdx | Fix bold spacing in guidance text. |
| ja/cloud/use-dify/knowledge/knowledge-pipeline/knowledge-pipeline-orchestration.mdx | Fix bold spacing in chunk-mode list. |
| ja/cloud/use-dify/knowledge/knowledge-pipeline/create-knowledge-pipeline.mdx | Fix bold spacing in template description. |
| ja/cloud/use-dify/knowledge/integrate-knowledge-within-application.mdx | Fix bold spacing in filtering mode descriptions. |
| ja/cloud/use-dify/knowledge/create-knowledge/introduction.mdx | Fix bold spacing in create flow. |
| ja/cloud/use-dify/knowledge/create-knowledge/import-text-data/readme.mdx | Fix bold spacing in steps. |
| ja/cloud/use-dify/knowledge/connect-external-knowledge-base.mdx | Fix spacing in UI labels and field bullet formatting. |
| ja/cloud/use-dify/build/workflow-chatflow.mdx | Fix bold spacing in app-type intro. |
| ja/cloud/use-dify/build/version-control.mdx | Fix UI bold spacing in publish/filter instructions. |
| ja/cloud/use-dify/build/text-generator.mdx | Fix bold spacing and multimodal settings text. |
| ja/cloud/use-dify/build/chatbot.mdx | Fix bold spacing and multimodal settings text. |
| en/self-host/use-dify/workspace/team-members-management.mdx | Replace plugin terminology with integrations in role/permissions text. |
| en/self-host/use-dify/workspace/readme.mdx | Workspace overview updated to “integrations” and trims navigation section. |
| en/self-host/use-dify/workspace/model-providers.mdx | Update navigation path to Integrations > Model Provider. |
| en/self-host/use-dify/workspace/api-extension/moderation-api-extension.mdx | Rename “API extension” references to custom endpoint wording. |
| en/self-host/use-dify/workspace/api-extension/external-data-tool-api-extension.mdx | Rename API Extensions to Custom Endpoints in intro/link text. |
| en/self-host/use-dify/workspace/api-extension/api-extension.mdx | Retitle overview to Custom Endpoints and update wording throughout. |
| en/self-host/use-dify/publish/publish-to-marketplace.mdx | Update setup step navigation path to Integrations > Model Provider. |
| en/self-host/use-dify/publish/publish-mcp.mdx | Update MCP tools link target to workspace tools page. |
| en/self-host/use-dify/nodes/user-input.mdx | Remove redundant “Introduction” heading. |
| en/self-host/use-dify/nodes/trigger/webhook-trigger.mdx | Improve wording; rename plugin trigger mention to integration trigger. |
| en/self-host/use-dify/nodes/trigger/schedule-trigger.mdx | Remove redundant “Introduction” heading. |
| en/self-host/use-dify/nodes/trigger/overview.mdx | Rename Plugin Trigger → Integration Trigger and related guidance. |
| en/self-host/use-dify/nodes/tools.mdx | Update credential management path to Integrations > Tools > Tool Plugin. |
| en/self-host/use-dify/nodes/start.mdx | Add Start node overview page (en self-host). |
| en/self-host/use-dify/nodes/llm.mdx | Update model provider navigation path to Integrations. |
| en/self-host/use-dify/monitor/annotation-reply.mdx | Update Logs & Annotations reference to Annotations page. |
| en/self-host/use-dify/knowledge/readme.mdx | Rename plugins → integrations in knowledge pipeline description. |
| en/self-host/use-dify/knowledge/create-knowledge/setting-indexing-methods.mdx | Update navigation path references to Integrations > Model Provider. |
| en/self-host/use-dify/build/workflow-chatflow.mdx | Rename plugin event to integration event in trigger description. |
| en/self-host/use-dify/build/text-generator.mdx | Update API Extension → Custom Endpoints link text. |
| en/self-host/use-dify/build/shortcut-key.mdx | Update “plugins” reference to “integrations” in search tip. |
| en/self-host/use-dify/build/goto-anything.mdx | Update “plugin” examples to “integration” wording while keeping @plugin scope. |
| en/self-host/use-dify/build/chatbot.mdx | Update API Extension → Custom Endpoints link text. |
| en/self-host/use-dify/build/agent.mdx | Update credential management path to Integrations > Tools > Tool Plugin. |
| en/self-host/use-dify/build/additional-features.mdx | Update model provider settings path and rename API Extension → Custom Endpoint. |
| en/self-host/deploy/overview.mdx | Copy edit Enterprise tip CTA. |
| en/learn/key-concepts.mdx | Replace long start-node explanation with link to Start node page. |
| en/cloud/use-dify/workspace/tools.mdx | Rewrite intro copy for tools page (more direct). |
| en/cloud/use-dify/workspace/readme.mdx | Trim navigation section; (still has plugin terminology needing alignment). |
| en/cloud/use-dify/nodes/trigger/overview.mdx | Simplify trigger intro sentence to reduce redundancy. |
| en/cloud/use-dify/nodes/start.mdx | Add Start node overview page (en cloud). |
| .claude/skills/dify-docs-guides/SKILL.md | Add explicit instruction to re-verify carried-over claims during rewrites. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
b1c390d to
1d79385
Compare
The workspace diagram listed Model Providers as its own line and also inside the Integrations parenthetical. Remove it from the parenthetical to avoid ambiguity. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Comment on lines
1
to
+6
| --- | ||
| title: API Extensions | ||
| title: Custom Endpoints | ||
| sidebarTitle: Overview | ||
| --- | ||
|
|
||
| You can extend module capabilities through API extensions. Currently, the following extension types are supported: | ||
| You can extend module capabilities through custom endpoints. Currently, the following extension types are supported: |
| --- | ||
|
|
||
| When creating AI applications, you can use external tools to obtain additional data through [API Extensions](/en/self-host/use-dify/workspace/api-extension/api-extension) and assemble it into the prompt as additional information for the LLM. | ||
| When creating AI applications, you can use external tools to obtain additional data through [Custom Endpoints](/en/self-host/use-dify/workspace/api-extension/api-extension) and assemble it into the prompt as additional information for the LLM. |
Comment on lines
64
to
67
| Fetches variable values from an external API at runtime instead of collecting them from users. | ||
|
|
||
| Use it when your prompt needs dynamic data from an external source, such as live weather conditions or database records. See [API Extension](/en/self-host/use-dify/workspace/api-extension/api-extension) for details. | ||
| Use it when your prompt needs dynamic data from an external source, such as live weather conditions or database records. See [Custom Endpoints](/en/self-host/use-dify/workspace/api-extension/api-extension) for details. | ||
| </Tab> |
Comment on lines
68
to
71
| Fetches variable values from an external API at runtime instead of collecting them from users. | ||
|
|
||
| Use it when your prompt needs dynamic data from an external source, such as live weather conditions or database records. See [API Extension](/en/self-host/use-dify/workspace/api-extension/api-extension) for details. | ||
| Use it when your prompt needs dynamic data from an external source, such as live weather conditions or database records. See [Custom Endpoints](/en/self-host/use-dify/workspace/api-extension/api-extension) for details. | ||
| </Tab> |
Comment on lines
75
to
78
| Fetches variable values from an external API at runtime instead of collecting them from users. | ||
|
|
||
| Use it when your prompt needs dynamic data from an external source, such as live weather conditions or database records. See [API Extension](/en/self-host/use-dify/workspace/api-extension/api-extension) for details. | ||
| Use it when your prompt needs dynamic data from an external source, such as live weather conditions or database records. See [Custom Endpoints](/en/self-host/use-dify/workspace/api-extension/api-extension) for details. | ||
| </Tab> |
Comment on lines
155
to
162
| | English | Chinese | Japanese | | ||
| |:--------|:--------|:---------| | ||
| | Studio | 工作室 | スタジオ | | ||
| | Knowledge | 知识库 | ナレッジ | | ||
| | Explore | 探索 | 探索 | | ||
| | Plugins | 插件 | プラグイン | | ||
| | Integrations | 集成 | 統合 | | ||
| | Tools | 工具 | ツール | | ||
|
|
Comment on lines
71
to
76
| | Trigger | 触发器 | トリガー | | ||
| | Schedule Trigger | 定时触发器 | スケジュールトリガー | | ||
| | Webhook Trigger | Webhook 触发器 | Webhook トリガー | | ||
| | Plugin Trigger | 插件触发器 | プラグイントリガー | | ||
| | Integration Trigger | 集成触发器 | 統合トリガー | | ||
| | Command | 命令 | コマンド | | ||
| | Upload File to Sandbox | 上传文件至沙盒 | サンドボックスへのファイルアップロード | |
Comment on lines
37
to
40
| Workspace roles determine access across all resources: | ||
| - **Owners** control billing, model providers, and workspace settings | ||
| - **Admins** manage team members and configure models/plugins | ||
| - **Admins** manage team members and configure models/plugins | ||
| - **Editors** build applications and manage knowledge bases |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
build/mcp.mdx(self-host only) with redirects