Skip to content

Commit 8133be1

Browse files
committed
docs: small fixes for self-host, workspace, and CJK disclaimers (#765)
* docs: shorten docker-compose section headings * docs: update Team plan limit and remove Dataset Operator role * fix: correct Japanese translation errors in workspace docs * style: align AI translation disclaimers with CJK spacing rules * style: add missing space between disclaimer link and particle in ja docs * fix: point zh general-specifications disclaimer to en source
1 parent 1f5281d commit 8133be1

211 files changed

Lines changed: 240 additions & 254 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

en/self-host/quick-start/docker-compose.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Make sure your machine meets the following minimum system requirements.
2525
| Windows with WSL 2 enabled | Docker Desktop | Store source code and data bound to Linux containers in the Linux file system rather than Windows. <br></br><br></br>For installation instructions, see [Install Docker Desktop on Windows](https://docs.docker.com/desktop/windows/install/#wsl-2-backend). |
2626

2727

28-
## Deploy and Start Dify
28+
## Deploy and Start
2929

3030
<Steps>
3131
<Step title="Clone Dify">
@@ -118,7 +118,7 @@ Make sure your machine meets the following minimum system requirements.
118118
</Step>
119119
</Steps>
120120

121-
## Access Dify
121+
## Access
122122

123123
1. Open the administrator initialization page to set up the admin account:
124124

@@ -140,7 +140,7 @@ Make sure your machine meets the following minimum system requirements.
140140
http://your_server_ip
141141
```
142142

143-
## Customize Dify
143+
## Customize
144144

145145
Modify the environment variable values in your local `.env` file, then restart Dify to apply the changes:
146146

@@ -153,7 +153,7 @@ docker compose up -d
153153
For more information, see [environment variables](/en/self-host/configuration/environments).
154154
</Tip>
155155

156-
## Upgrade Dify
156+
## Upgrade
157157

158158
Upgrade steps may vary between releases. Refer to the upgrade guide for your target version provided in the [Releases](https://github.com/langgenius/dify/releases) page.
159159

en/use-dify/workspace/readme.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ Workspace roles determine access across all resources:
4343
- **Admins** manage team members and configure models/plugins
4444
- **Editors** build applications and manage knowledge bases
4545
- **Members** use published applications
46-
- **Dataset Operators** focus on knowledge base management
4746

4847
## Workspace Navigation
4948

en/use-dify/workspace/team-members-management.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Your workspace can include different numbers of team members based on your Dify
1111

1212
- **Free**: 1 member (solo development)
1313
- **Professional**: 3 members (small teams)
14-
- **Team**: Unlimited members (growing companies)
14+
- **Team**: 50 members (growing companies)
1515
- **Community/Enterprise**: Unlimited members (self-hosted)
1616

1717
## Workspace Roles
@@ -32,10 +32,6 @@ Your workspace can include different numbers of team members based on your Dify
3232
<Accordion title="Member">
3333
**Application usage only.** Can use published applications and tools they have access to. Cannot create or modify applications.
3434
</Accordion>
35-
36-
<Accordion title="Dataset Operator">
37-
**Knowledge base specialist.** Focused role for managing datasets and knowledge bases. Can create and manage knowledge bases but has limited application access.
38-
</Accordion>
3935
</AccordionGroup>
4036

4137
## Add Team Members

ja/develop-plugin/dev-guides-and-walkthroughs/agent-strategy-plugin.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: エージェント戦略プラグイン
33
---
44

5-
<Note> ⚠️ このドキュメントはAIによって自動翻訳されています。不正確な部分がある場合は、[英語版](/en/develop-plugin/dev-guides-and-walkthroughs/agent-strategy-plugin)を参照してください。</Note>
5+
<Note> ⚠️ このドキュメントは AI によって自動翻訳されています。不正確な部分がある場合は、[英語版](/en/develop-plugin/dev-guides-and-walkthroughs/agent-strategy-plugin) を参照してください。</Note>
66

77
**エージェント戦略プラグイン**は、LLMが推論や意思決定などのタスクを実行する際に役立ちます。これには、ツールの選択と呼び出し、および結果の処理が含まれます。これにより、システムはより自律的に問題に対処できるようになります。
88

ja/develop-plugin/dev-guides-and-walkthroughs/cheatsheet.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ title: Dify プラグイン開発チートシート
1010
description: 環境要件、インストール方法、開発プロセス、プラグインのカテゴリとタイプ、一般的なコードスニペット、よくある問題の解決策を含む、Dify プラグイン開発の包括的なリファレンスガイドです。開発者が素早く参照できるように設計されています。
1111
---
1212

13-
<Note> ⚠️ このドキュメントはAIによって自動翻訳されています。不正確な部分がある場合は、[英語版](/en/develop-plugin/dev-guides-and-walkthroughs/cheatsheet)を参照してください。</Note>
13+
<Note> ⚠️ このドキュメントは AI によって自動翻訳されています。不正確な部分がある場合は、[英語版](/en/develop-plugin/dev-guides-and-walkthroughs/cheatsheet) を参照してください。</Note>
1414

1515
### 環境要件
1616

ja/develop-plugin/dev-guides-and-walkthroughs/creating-new-model-provider.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ title: モデルプロバイダープラグイン
1010
description: この包括的なガイドでは、モデルプロバイダープラグインの作成について詳細な手順を提供し、プロジェクトの初期化、ディレクトリ構造の編成、モデル構成方法、プロバイダーコードの記述、およびコア API 実装の詳細な例を含むモデル統合の実装について説明します。
1111
---
1212

13-
<Note> ⚠️ このドキュメントはAIによって自動翻訳されています。不正確な部分がある場合は、[英語版](/en/develop-plugin/dev-guides-and-walkthroughs/creating-new-model-provider)を参照してください。</Note>
13+
<Note> ⚠️ このドキュメントは AI によって自動翻訳されています。不正確な部分がある場合は、[英語版](/en/develop-plugin/dev-guides-and-walkthroughs/creating-new-model-provider) を参照してください。</Note>
1414

1515
### 前提条件
1616

ja/develop-plugin/dev-guides-and-walkthroughs/datasource-plugin.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "データソースプラグイン"
33
---
44

5-
<Note> ⚠️ このドキュメントはAIによって自動翻訳されています。不正確な部分がある場合は、[英語版](/en/develop-plugin/dev-guides-and-walkthroughs/datasource-plugin)を参照してください。</Note>
5+
<Note> ⚠️ このドキュメントは AI によって自動翻訳されています。不正確な部分がある場合は、[英語版](/en/develop-plugin/dev-guides-and-walkthroughs/datasource-plugin) を参照してください。</Note>
66

77
データソースプラグインは、Dify 1.9.0で導入された新しいタイプのプラグインです。ナレッジパイプラインにおいて、ドキュメントデータソースとして機能し、パイプライン全体の起点となります。
88

ja/develop-plugin/dev-guides-and-walkthroughs/develop-a-slack-bot-plugin.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ title: Slack Botプラグインの開発
1010
description: このガイドでは、Slack Botプラグインの開発について、プロジェクトの初期化、設定フォームの編集、機能の実装、デバッグ、エンドポイントのセットアップ、検証、パッケージングまで完全なウォークスルーを提供します。Slack上でAIを活用したチャットボットを構築するために、Difyプラグインスキャフォールディングツールと事前に作成したSlack Appが必要です。
1111
---
1212

13-
<Note> ⚠️ このドキュメントはAIによって自動翻訳されています。不正確な部分がある場合は、[英語版](/en/develop-plugin/dev-guides-and-walkthroughs/develop-a-slack-bot-plugin)を参照してください。</Note>
13+
<Note> ⚠️ このドキュメントは AI によって自動翻訳されています。不正確な部分がある場合は、[英語版](/en/develop-plugin/dev-guides-and-walkthroughs/develop-a-slack-bot-plugin) を参照してください。</Note>
1414

1515
**学習内容**
1616

ja/develop-plugin/dev-guides-and-walkthroughs/develop-flomo-plugin.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ language: en
55
standard_title: 10-Minute Guide to Building Dify Plugins
66
---
77

8-
<Note> ⚠️ このドキュメントはAIによって自動翻訳されています。不正確な部分がある場合は、[英語版](/en/develop-plugin/dev-guides-and-walkthroughs/develop-flomo-plugin)を参照してください。</Note>
8+
<Note> ⚠️ このドキュメントは AI によって自動翻訳されています。不正確な部分がある場合は、[英語版](/en/develop-plugin/dev-guides-and-walkthroughs/develop-flomo-plugin) を参照してください。</Note>
99

1010
## 構築するもの
1111

ja/develop-plugin/dev-guides-and-walkthroughs/develop-md-exporter.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ language: en
55
standard_title: Building a Markdown Exporter Plugin
66
---
77

8-
<Note> ⚠️ このドキュメントはAIによって自動翻訳されています。不正確な部分がある場合は、[英語版](/en/develop-plugin/dev-guides-and-walkthroughs/develop-md-exporter)を参照してください。</Note>
8+
<Note> ⚠️ このドキュメントは AI によって自動翻訳されています。不正確な部分がある場合は、[英語版](/en/develop-plugin/dev-guides-and-walkthroughs/develop-md-exporter) を参照してください。</Note>
99

1010
## 構築するもの
1111

0 commit comments

Comments
 (0)