From ca6f0c360cff46e7846ae7978f5ea284372c0aec Mon Sep 17 00:00:00 2001 From: AllenWriter Date: Tue, 6 May 2025 18:36:10 +0800 Subject: [PATCH] Docs: recovery readme --- docs.json | 159 +++++++++--------- .../import-content-data/readme.mdx | 1 + zh-hans/policies/agreement/README.mdx | 4 +- 3 files changed, 82 insertions(+), 82 deletions(-) diff --git a/docs.json b/docs.json index 59fb8b7c..1c6b1109 100644 --- a/docs.json +++ b/docs.json @@ -34,7 +34,7 @@ { "group": "Dify Community", "pages": [ - "en/getting-started/install-self-hosted", + "en/getting-started/install-self-hosted/readme", "en/getting-started/install-self-hosted/docker-compose", "en/getting-started/install-self-hosted/local-source-code", "en/getting-started/install-self-hosted/aa-panel", @@ -54,7 +54,7 @@ { "group": "Model Configuration", "pages": [ - "en/guides/model-configuration", + "en/guides/model-configuration/readme", "en/guides/model-configuration/new-provider", "en/guides/model-configuration/predefined-model", "en/guides/model-configuration/customizable-model", @@ -66,7 +66,7 @@ { "group": "Application Orchestration", "pages": [ - "en/guides/application-orchestrate", + "en/guides/application-orchestrate/readme", "en/guides/application-orchestrate/creating-an-application", "en/guides/application-orchestrate/chatbot-application", "en/guides/application-orchestrate/multiple-llms-debugging", @@ -75,7 +75,7 @@ { "group": "Application Toolkits", "pages": [ - "en/guides/application-orchestrate/app-toolkits", + "en/guides/application-orchestrate/app-toolkits/readme", "en/guides/application-orchestrate/app-toolkits/moderation-tool" ] } @@ -84,7 +84,7 @@ { "group": "Workflow", "pages": [ - "en/guides/workflow", + "en/guides/workflow/readme", "en/guides/workflow/key-concepts", "en/guides/workflow/variables", { @@ -117,7 +117,7 @@ { "group": "Error Handling", "pages": [ - "en/guides/workflow/error-handling", + "en/guides/workflow/error-handling/readme", "en/guides/workflow/error-handling/predefined-error-handling-logic", "en/guides/workflow/error-handling/error-type" ] @@ -141,7 +141,7 @@ { "group": "Knowledge", "pages": [ - "en/guides/knowledge-base", + "en/guides/knowledge-base/readme", { "group": "Create Knowledge", "pages": [ @@ -149,7 +149,7 @@ { "group": "1. Import Text Data", "pages": [ - "en/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data", + "en/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/readme", "en/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/sync-from-notion", "en/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/sync-from-website" ] @@ -176,10 +176,10 @@ }, { "group": "Publishing", - "pages": [ { + "pages": [ { "group": "Publish as a Single-page Web App", "pages": [ - "en/guides/application-publishing/launch-your-webapp-quickly", + "en/guides/application-publishing/launch-your-webapp-quickly/readme", "en/guides/application-publishing/launch-your-webapp-quickly/web-app-settings", "en/guides/application-publishing/launch-your-webapp-quickly/text-generator", "en/guides/application-publishing/launch-your-webapp-quickly/conversation-application" @@ -200,12 +200,12 @@ { "group": "Monitoring", "pages": [ - "en/guides/monitoring", + "en/guides/monitoring/readme", "en/guides/monitoring/analysis", { "group": "Integrate External Ops Tools", "pages": [ - "en/guides/monitoring/integrate-external-ops-tools", + "en/guides/monitoring/integrate-external-ops-tools/readme", "en/guides/monitoring/integrate-external-ops-tools/integrate-langsmith", "en/guides/monitoring/integrate-external-ops-tools/integrate-langfuse", "en/guides/monitoring/integrate-external-ops-tools/integrate-opik", @@ -220,7 +220,7 @@ { "group": "API-Based Extension", "pages": [ - "en/guides/extension/api-based-extension", + "en/guides/extension/api-based-extension/readme", "en/guides/extension/api-based-extension/external-data-tool", "en/guides/extension/api-based-extension/cloudflare-workers", "en/guides/extension/api-based-extension/moderation" @@ -229,7 +229,7 @@ { "group": "Code-Based Extension", "pages": [ - "en/guides/extension/code-based-extension", + "en/guides/extension/code-based-extension/readme", "en/guides/extension/code-based-extension/external-data-tool", "en/guides/extension/code-based-extension/moderation" ] @@ -239,7 +239,7 @@ { "group": "Collaboration", "pages": [ - "en/guides/workspace", + "en/guides/workspace/readme", "en/guides/workspace/app", "en/guides/workspace/invite-and-manage-members" ] @@ -259,7 +259,7 @@ { "group": "Workshop", "pages": [ - "en/workshop", + "en/workshop/readme", { "group": "Basic", "pages": [ @@ -292,18 +292,18 @@ { "group": "Quick Start", "pages": [ - "en/plugins/quick-start", + "en/plugins/quick-start/readme", "en/plugins/quick-start/install-plugins", { "group": "Develop Plugins", "pages": [ - "en/plugins/quick-start/develop-plugins", + "en/plugins/quick-start/develop-plugins/readme", "en/plugins/quick-start/develop-plugins/initialize-development-tools", "en/plugins/quick-start/develop-plugins/tool-plugin", { "group": "Model Plugin", "pages": [ - "en/plugins/quick-start/develop-plugins/model-plugin", + "en/plugins/quick-start/develop-plugins/model-plugin/readme", "en/plugins/quick-start/develop-plugins/model-plugin/create-model-providers", "en/plugins/quick-start/develop-plugins/model-plugin/predefined-model", "en/plugins/quick-start/develop-plugins/model-plugin/customizable-model" @@ -349,7 +349,7 @@ { "group": "Best Practice", "pages": [ - "en/plugins/best-practice", + "en/plugins/best-practice/readme", "en/plugins/best-practice/develop-a-slack-bot-plugin", "en/plugins/best-practice/how-to-use-mcp-zapier" ] @@ -357,12 +357,12 @@ { "group": "Publish Plugins", "pages": [ - "en/plugins/publish-plugins", + "en/plugins/publish-plugins/readme", "en/plugins/publish-plugins/plugin-auto-publish-pr", { "group": "Publish to Dify Marketplace", "pages": [ - "en/plugins/publish-plugins/publish-to-dify-marketplace", + "en/plugins/publish-plugins/publish-to-dify-marketplace/readme", "en/plugins/publish-plugins/publish-to-dify-marketplace/plugin-developer-guidelines", "en/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines" ] @@ -381,7 +381,7 @@ { "group": "Backend", "pages": [ - "en/development/backend/sandbox", + "en/development/backend/sandbox/readme", "en/development/backend/sandbox/contribution" ] }, @@ -457,7 +457,7 @@ { "group": "User Agreement", "pages": [ - "en/policies/agreement", + "en/policies/agreement/readme", "en/policies/agreement/tos", "en/policies/agreement/privacy", "en/policies/agreement/get-compliance-report" @@ -636,7 +636,7 @@ { "group": "接入大模型", "pages": [ - "zh-hans/guides/model-configuration", + "zh-hans/guides/model-configuration/readme", "zh-hans/guides/model-configuration/new-provider", "zh-hans/guides/model-configuration/predefined-model", "zh-hans/guides/model-configuration/customizable-model", @@ -648,7 +648,7 @@ { "group": "构建应用", "pages": [ - "zh-hans/guides/application-orchestrate", + "zh-hans/guides/application-orchestrate/readme", "zh-hans/guides/application-orchestrate/creating-an-application", { "group": "聊天助手", @@ -661,7 +661,7 @@ { "group": "应用工具箱", "pages": [ - "zh-hans/guides/application-orchestrate/app-toolkits", + "zh-hans/guides/application-orchestrate/app-toolkits/readme", "zh-hans/guides/application-orchestrate/app-toolkits/moderation-tool" ] } @@ -670,7 +670,7 @@ { "group": "工作流", "pages": [ - "zh-hans/guides/workflow", + "zh-hans/guides/workflow/readme", "zh-hans/guides/workflow/key-concept", "zh-hans/guides/workflow/variables", { @@ -703,7 +703,7 @@ { "group": "异常处理", "pages": [ - "zh-hans/guides/workflow/error-handling", + "zh-hans/guides/workflow/error-handling/readme", "zh-hans/guides/workflow/error-handling/predefined-nodes-failure-logic", "zh-hans/guides/workflow/error-handling/error-type" ] @@ -727,7 +727,7 @@ { "group": "知识库", "pages": [ - "zh-hans/guides/knowledge-base", + "zh-hans/guides/knowledge-base/readme", { "group": "创建知识库", "pages": [ @@ -735,7 +735,7 @@ { "group": "1. 导入文本数据", "pages": [ - "zh-hans/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data", + "zh-hans/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/readme", "zh-hans/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/sync-from-notion", "zh-hans/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/sync-from-website" ] @@ -763,10 +763,9 @@ { "group": "工具", "pages": [ - "zh-hans/guides/tools", + "zh-hans/guides/tools/readme", "zh-hans/guides/tools/quick-tool-integration", "zh-hans/guides/tools/advanced-tool-integration", - "zh-hans/guides/tools/tool-configuration", { "group": "工具配置详情", "pages": [ @@ -791,7 +790,7 @@ { "group": "发布为公开 Web 站点", "pages": [ - "zh-hans/guides/application-publishing/launch-your-webapp-quickly/REDME", + "zh-hans/guides/application-publishing/launch-your-webapp-quickly/readme", "zh-hans/guides/application-publishing/launch-your-webapp-quickly/web-app-settings", "zh-hans/guides/application-publishing/launch-your-webapp-quickly/text-generator", "zh-hans/guides/application-publishing/launch-your-webapp-quickly/conversation-application" @@ -812,11 +811,11 @@ { "group": "监测", "pages": [ - "zh-hans/guides/monitoring", + "zh-hans/guides/monitoring/readme", { "group": "集成外部与 Ops 工具", "pages": [ - "zh-hans/guides/monitoring/integrate-external-ops-tools", + "zh-hans/guides/monitoring/integrate-external-ops-tools/readme", "zh-hans/guides/monitoring/integrate-external-ops-tools/integrate-langfuse", "zh-hans/guides/monitoring/integrate-external-ops-tools/integrate-langsmith", "zh-hans/guides/monitoring/integrate-external-ops-tools/integrate-opik", @@ -829,7 +828,7 @@ { "group": "扩展", "pages": [ - "zh-hans/guides/tools/extensions", + "zh-hans/guides/tools/extensions/readme", { "group": "API 扩展", "pages": [ @@ -842,7 +841,7 @@ { "group": "代码扩展", "pages": [ - "zh-hans/guides/tools/extensions/code-based", + "zh-hans/guides/tools/extensions/code-based/readme", "zh-hans/guides/tools/extensions/code-based/external-data-tool", "zh-hans/guides/tools/extensions/code-based/moderation" ] @@ -852,7 +851,7 @@ { "group": "协同", "pages": [ - "zh-hans/guides/workspace", + "zh-hans/guides/workspace/readme", "zh-hans/guides/workspace/app", "zh-hans/guides/workspace/invite-and-manage-members" ] @@ -872,7 +871,7 @@ { "group": "动手实验室", "pages": [ - "zh-hans/workshop", + "zh-hans/workshop/readme", { "group": "初级", "pages": [ @@ -905,18 +904,18 @@ { "group": "快速开始", "pages": [ - "zh-hans/plugins/quick-start", + "zh-hans/plugins/quick-start/readme", "zh-hans/plugins/quick-start/install-plugins", { "group": "插件开发", "pages": [ - "zh-hans/plugins/quick-start/develop-plugins", + "zh-hans/plugins/quick-start/develop-plugins/readme", "zh-hans/plugins/quick-start/develop-plugins/initialize-development-tools", "zh-hans/plugins/quick-start/develop-plugins/tool-plugin", { "group": "Model 插件", "pages": [ - "zh-hans/plugins/quick-start/develop-plugins/model-plugin", + "zh-hans/plugins/quick-start/develop-plugins/model-plugin/readme", "zh-hans/plugins/quick-start/develop-plugins/model-plugin/create-model-providers", "zh-hans/plugins/quick-start/develop-plugins/model-plugin/integrate-the-predefined-model", "zh-hans/plugins/quick-start/develop-plugins/model-plugin/customizable-model" @@ -950,7 +949,7 @@ { "group": "反向调用 Dify 服务", "pages": [ - "zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service", + "zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/readme", "zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/app", "zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/model", "zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/tool", @@ -969,12 +968,12 @@ { "group": "发布插件", "pages": [ - "zh-hans/plugins/publish-plugins", + "zh-hans/plugins/publish-plugins/readme", "zh-hans/plugins/publish-plugins/plugin-auto-publish-pr", { "group": "发布至 Dify Marketplace", "pages": [ - "zh-hans/plugins/publish-plugins/publish-to-dify-marketplace", + "zh-hans/plugins/publish-plugins/publish-to-dify-marketplace/readme", "zh-hans/plugins/publish-plugins/publish-to-dify-marketplace/plugin-developer-guidelines", "zh-hans/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines" ] @@ -993,7 +992,7 @@ { "group": "DifySandbox", "pages": [ - "zh-hans/development/backend/sandbox", + "zh-hans/development/backend/sandbox/readme", "zh-hans/development/backend/sandbox/contribution" ] }, @@ -1052,7 +1051,7 @@ { "group": "检索增强生成(RAG)", "pages": [ - "zh-hans/learn-more/extended-reading/retrieval-augment", + "zh-hans/learn-more/extended-reading/retrieval-augment/readme", "zh-hans/learn-more/extended-reading/retrieval-augment/hybrid-search", "zh-hans/learn-more/extended-reading/retrieval-augment/rerank", "zh-hans/learn-more/extended-reading/retrieval-augment/retrieval" @@ -1079,7 +1078,7 @@ { "group": "用户协议", "pages": [ - "zh-hans/policies/agreement", + "zh-hans/policies/agreement/readme", "zh-hans/policies/agreement/tos", "zh-hans/policies/agreement/privacy", "zh-hans/policies/agreement/get-compliance-report" @@ -1239,7 +1238,7 @@ { "group": "Dify コミュニティ版", "pages": [ - "ja-jp/getting-started/install-self-hosted/README", + "ja-jp/getting-started/install-self-hosted/readme", "ja-jp/getting-started/install-self-hosted/docker-compose", "ja-jp/getting-started/install-self-hosted/local-source-code", "ja-jp/getting-started/install-self-hosted/bt-panel", @@ -1258,7 +1257,7 @@ { "group": "モデル", "pages": [ - "ja-jp/guides/model-configuration", + "ja-jp/guides/model-configuration/readme", "ja-jp/guides/model-configuration/new-provider", "ja-jp/guides/model-configuration/predefined-model", "ja-jp/guides/model-configuration/customizable-model", @@ -1270,7 +1269,7 @@ { "group": "アプリ・オーケストレーション", "pages": [ - "ja-jp/guides/application-orchestrate", + "ja-jp/guides/application-orchestrate/readme", "ja-jp/guides/application-orchestrate/creating-an-application", { "group": "チャットボット", @@ -1324,7 +1323,7 @@ { "group": "エラー処理", "pages": [ - "ja-jp/guides/workflow/error-handling", + "ja-jp/guides/workflow/error-handling/readme", "ja-jp/guides/workflow/error-handling/predefined-nodes-failure-logic", "ja-jp/guides/workflow/error-handling/error-type" ] @@ -1347,7 +1346,7 @@ { "group": "ナレッジベース", "pages": [ - "ja-jp/guides/knowledge-base", + "ja-jp/guides/knowledge-base/readme", { "group": "ナレッジベース作成", "pages": [ @@ -1367,7 +1366,7 @@ { "group": "ナレッジベースの管理", "pages": [ - "ja-jp/guides/knowledge-base/knowledge-and-documents-maintenance", + "ja-jp/guides/knowledge-base/knowledge-and-documents-maintenance/readme", "ja-jp/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-knowledge-documents", "ja-jp/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-dataset-via-api" ] @@ -1424,7 +1423,7 @@ { "group": "API 拡張", "pages": [ - "ja-jp/guides/extension/api-based-extension", + "ja-jp/guides/extension/api-based-extension/readme", "ja-jp/guides/extension/api-based-extension/cloudflare-workers", "ja-jp/guides/extension/api-based-extension/moderation" ] @@ -1441,7 +1440,7 @@ { "group": "コラボレーション", "pages": [ - "ja-jp/guides/workspace", + "ja-jp/guides/workspace/readme", "ja-jp/guides/workspace/app", "ja-jp/guides/workspace/invite-and-manage-members" ] @@ -1493,18 +1492,18 @@ { "group": "クイックスタート", "pages": [ - "ja-jp/plugins/quick-start", + "ja-jp/plugins/quick-start/readme", "ja-jp/plugins/quick-start/install-plugins", { "group": "プラグイン開発の入門", "pages": [ - "ja-jp/plugins/quick-start/develop-plugins", + "ja-jp/plugins/quick-start/develop-plugins/readme", "ja-jp/plugins/quick-start/develop-plugins/initialize-development-tools", "ja-jp/plugins/quick-start/develop-plugins/tool-plugin", { "group": "モデル型プラグイン", "pages": [ - "ja-jp/plugins/quick-start/develop-plugins/model-plugin", + "ja-jp/plugins/quick-start/develop-plugins/model-plugin/readme", "ja-jp/plugins/quick-start/develop-plugins/model-plugin/create-model-providers", "ja-jp/plugins/quick-start/develop-plugins/model-plugin/integrate-the-predefined-model", "ja-jp/plugins/quick-start/develop-plugins/model-plugin/customizable-model" @@ -1522,7 +1521,7 @@ { "group": "スキーマ仕様", "pages": [ - "ja-jp/plugins/schema-definition", + "ja-jp/plugins/schema-definition/readme", "ja-jp/plugins/schema-definition/manifest", "ja-jp/plugins/schema-definition/endpoint", "ja-jp/plugins/schema-definition/tool", @@ -1530,7 +1529,7 @@ { "group": "Model", "pages": [ - "ja-jp/plugins/schema-definition/model", + "ja-jp/plugins/schema-definition/model/readme", "ja-jp/plugins/schema-definition/model/model-designing-rules", "ja-jp/plugins/schema-definition/model/model-schema" ] @@ -1552,7 +1551,7 @@ { "group": "ベストプラクティス", "pages": [ - "ja-jp/plugins/best-practice", + "ja-jp/plugins/best-practice/readme", "ja-jp/plugins/best-practice/develop-a-slack-bot-plugin", "ja-jp/plugins/best-practice/how-to-use-mcp-zapier" ] @@ -1560,12 +1559,12 @@ { "group": "プラグインの公開", "pages": [ - "ja-jp/plugins/publish-plugins", + "ja-jp/plugins/publish-plugins/readme", "ja-jp/plugins/publish-plugins/plugin-auto-publish-pr", { "group": "Difyマーケットプレイスへの公開", "pages": [ - "ja-jp/plugins/publish-plugins/publish-to-dify-marketplace", + "ja-jp/plugins/publish-plugins/publish-to-dify-marketplace/readme", "ja-jp/plugins/publish-plugins/publish-to-dify-marketplace/plugin-developer-guidelines", "ja-jp/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines" ] @@ -1584,7 +1583,7 @@ { "group": "バックエンド", "pages": [ - "ja-jp/development/backend/sandbox", + "ja-jp/development/backend/sandbox/readme", "ja-jp/development/backend/sandbox/contribution" ] }, @@ -1637,7 +1636,7 @@ { "group": "检索增强生成(RAG)", "pages": [ - "ja-jp/learn-more/extended-reading/retrieval-augment", + "ja-jp/learn-more/extended-reading/retrieval-augment/readme", "ja-jp/learn-more/extended-reading/retrieval-augment/hybrid-search", "ja-jp/learn-more/extended-reading/retrieval-augment/rerank", "ja-jp/learn-more/extended-reading/retrieval-augment/retrieval" @@ -1788,7 +1787,7 @@ }, { "source": "zh-hans/guides/application-publishing/launch-your-webapp-quickly", - "destination": "zh-hans/guides/application-publishing/launch-your-webapp-quickly/README" + "destination": "zh-hans/guides/application-publishing/launch-your-webapp-quickly/readme" }, { "source": "zh-hans/guides/annotation", @@ -1860,11 +1859,11 @@ }, { "source": "zh-hans/plugins/publish-plugins", - "destination": "zh-hans/plugins/publish-plugins/README" + "destination": "zh-hans/plugins/publish-plugins/readme" }, { "source": "zh-hans/plugins/publish-plugins/publish-to-dify-marketplace", - "destination": "zh-hans/plugins/publish-plugins/publish-to-dify-marketplace/README" + "destination": "zh-hans/plugins/publish-plugins/publish-to-dify-marketplace/readme" }, { "source": "zh-hans/development/backend", @@ -2116,7 +2115,7 @@ }, { "source": "/guides/workflow/error-handling", - "destination": "/en/guides/workflow/error-handling/README" + "destination": "/en/guides/workflow/error-handling/readme" }, { "source": "/guides/workflow/error-handling/predefined-error-handling-logic", @@ -2312,7 +2311,7 @@ }, { "source": "/guides/application-publishing/launch-your-webapp-quickly", - "destination": "/en/guides/application-publishing/launch-your-webapp-quickly/README" + "destination": "/en/guides/application-publishing/launch-your-webapp-quickly/readme" }, { "source": "/guides/application-publishing/launch-your-webapp-quickly/web-app-settings", @@ -2604,7 +2603,7 @@ }, { "source": "/plugins/best-practice", - "destination": "/en/plugins/best-practice/README" + "destination": "/en/plugins/best-practice/readme" }, { "source": "/plugins/best-practice/develop-a-slack-bot-plugin", @@ -2612,19 +2611,19 @@ }, { "source": "/plugins/publish-plugins", - "destination": "/en/plugins/publish-plugins/README" + "destination": "/en/plugins/publish-plugins/readme" }, { "source": "/plugins/publish-plugins/publish-to-dify-marketplace", - "destination": "/en/plugins/publish-plugins/publish-to-dify-marketplace/README" + "destination": "/en/plugins/publish-plugins/publish-to-dify-marketplace/readme" }, { "source": "/zh-hans/plugins/publish-plugins/publish-to-dify-marketplace", - "destination": "/zh-hans/plugins/publish-plugins/publish-to-dify-marketplace/README" + "destination": "/zh-hans/plugins/publish-plugins/publish-to-dify-marketplace/readme" }, { "source": "/ja-jp/plugins/publish-plugins/publish-to-dify-marketplace", - "destination": "/ja-jp/plugins/publish-plugins/publish-to-dify-marketplace/README" + "destination": "/ja-jp/plugins/publish-plugins/publish-to-dify-marketplace/readme" }, { "source": "/plugins/publish-plugins/publish-to-dify-marketplace/plugin-developer-guidelines", @@ -2648,7 +2647,7 @@ }, { "source": "/development/backend", - "destination": "/en/development/backend/sandbox/README" + "destination": "/en/development/backend/sandbox/readme" }, { "source": "/development/backend/sandbox", @@ -2756,7 +2755,7 @@ }, { "source": "/learn-more/extended-reading/retrieval-augment", - "destination": "/en/learn-more/extended-reading/retrieval-augment/README" + "destination": "/en/learn-more/extended-reading/retrieval-augment/readme" }, { "source": "/learn-more/extended-reading/retrieval-augment/hybrid-search", @@ -2804,7 +2803,7 @@ }, { "source": "/features/workflow", - "destination": "/en/guides/workflow/README" + "destination": "/en/guides/workflow/readme" } ], "navbar": { diff --git a/en/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/readme.mdx b/en/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/readme.mdx index 4f827615..d362bfa3 100644 --- a/en/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/readme.mdx +++ b/en/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/readme.mdx @@ -37,6 +37,7 @@ If a knowledge base is set up to use online data, you won't be able to add local If you haven't prepared your documents or other content yet, simply create an empty knowledge first. You can then upload local files or import online data whenever you're ready. + {/* Contributing Section DO NOT edit this section! diff --git a/zh-hans/policies/agreement/README.mdx b/zh-hans/policies/agreement/README.mdx index 559b0a36..56e30727 100644 --- a/zh-hans/policies/agreement/README.mdx +++ b/zh-hans/policies/agreement/README.mdx @@ -20,8 +20,8 @@ Dify.AI 已获取以下认证: 如需了解如何下载并查看上述合规证书,请参考以下文档: - - get-compliance-report.md + + 获取合规报告 {/*