Commit Graph

698 Commits

Author SHA1 Message Date
Gu
ed65f2c21c Fix workflow failure when PR is force-pushed
When a PR is force-pushed, github.event.before points to an orphaned
commit that isn't fetched by actions/checkout. This caused the workflow
to fail with "Error: command not found" (exit code 127) because:

1. pr_analyzer.py's git diff failed on the inaccessible commit
2. Error messages went to stdout, breaking the source command

This fix:
- Validates COMPARE_BASE accessibility before use via git cat-file
- Falls back to merge-base strategy if commit is orphaned
- Sends error messages to stderr for defensive error handling

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-16 18:21:53 -08:00
Riskey
5d7556d5f2 Refine docs based on readability, usability, and enterprise PM feedback (#619)
* Refine docs based on internal feedback

* update the zh and ja docs

---------

Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-16 19:37:13 +08:00
github-actions[bot]
821b83c0b5 🌐 Sync PR #616 translations: Update the weaviate v4 migration docs and script (#617)
* 🌐 Initial translations for PR #616

Auto-generated translations for documentation changes in PR #616.

Last-Processed-Commit: dca5a24b25
Original-PR: #616
Languages: Chinese (zh), Japanese (ja)

🤖 Generated with GitHub Actions

* Update weaviate-v4-migration.mdx

* Update migration instructions in weaviate-v4 document

Clarified instructions for running schema migration.

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Riskey <36894937+RiskeyL@users.noreply.github.com>
2025-12-16 13:56:43 +08:00
Riskey
212e616a02 Update the weaviate v4 migration docs and script (#616)
* updated docs and migration script

* update the dify version, add the migration script link, and improve formatting

---------

Co-authored-by: DhruvGorasiya <Dhruv.Gorasiya@student.csulb.edu>
Co-authored-by: kurokobo <2920259+kurokobo@users.noreply.github.com>
Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-16 13:52:21 +08:00
Riskey
f258cdffcb correct the method type for the api that queries tags bound to a dataset (#614)
Co-authored-by: Riskey <riskey47@dify.ai>
v1.11.0 v1.11.1
2025-12-12 17:42:34 +08:00
非法操作
18b4e1683d update local source develop guide (#596)
* update local source develop guide

* improve formatting and capitalization

* Update en/self-host/advanced-deployments/local-source-code.mdx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* update the zh and jp docs

---------

Co-authored-by: Riskey <riskey47@dify.ai>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-12 16:01:33 +08:00
非法操作
57e04ab0b1 rm variable name of variable api (#595)
* rm variable name of variable api

* update zh and jp docs

---------

Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-12 14:53:38 +08:00
非法操作
bb1d1e0503 Fix the order number of the documents. (#594)
* Fix the order number of the documents.

* fix the zh and jp docs as well

---------

Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-12 14:13:19 +08:00
非法操作
6669cce727 add missing plugin logging (#593)
* add missing plugin logging

* Update en/develop-plugin/features-and-specs/plugin-types/plugin-logs.mdx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update en/develop-plugin/features-and-specs/plugin-types/plugin-logs.mdx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update en/develop-plugin/features-and-specs/plugin-types/plugin-logs.mdx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* modify the file name to make it consistent with the doc title

* add zh and jp docs

* Fix log message severity level typos

* Fix typos

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Riskey <riskey47@dify.ai>
Co-authored-by: Riskey <36894937+RiskeyL@users.noreply.github.com>
2025-12-12 12:23:29 +08:00
heyszt
4bab66539c add Alibaba Cloud monitoring integration doc en (#604)
* add aliyun monitor doc en

Change-Id: I9f3758c13c6694c764ad356a0a5a02de7e9acc3f

* fix title

Change-Id: Ic464ab29ae7db00db4741d3d1f824ab87989223d

* Post-review fixes

* add zh and jp docs

---------

Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-12 11:28:19 +08:00
Chenhe Gu
f5aacb1377 improved local auto-sync script (#592)
* move files & renames

* rename files and doc entries

* sync develop plugin files

* update group label translations

* some cleanups

* update configs

* update links

* add remote debug doc

* delete redundant slashes and unnecessary notes

* update ja and zh links

* add script to translate locally

* update

* update

---------

Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-12 10:47:46 +08:00
Riskey
60ef6820ff Revert "Auto translate works (#597)" (#609)
This reverts commit 809fc7f5eb.

Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-11 16:06:51 +08:00
Alter-xyz
809fc7f5eb Auto translate works (#597)
* feat: init translation prompts from Dify workflow

Add translation prompt templates used by Dify workflow:
- 1.md: New document translation
- 2.md: Update existing translation
- 3.md: Update with diff/checklist

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* fix: add URL localization rule to prompt 1, fix lang codes in prompt 3

- prompt 1.md: Add Rule 3 URL Localization (was missing, causing /en/ URLs to not be mapped)
- prompt 3.md: Fix language code comments (cn/jp → zh/ja to match actual folder structure)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* docs: add README for translation prompts

Document prompt file mapping to Dify workflow nodes and testing workflow.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* refactor: move prompts to tools/translate/, add testing docs

- Move prompt templates to tools/translate/prompt/ (closer to translation code)
- Add prompt testing workflow to translate-test-dify/README.md
- Document prompt-to-workflow mapping and URL localization rule

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

---------

Co-authored-by: Claude <noreply@anthropic.com>
2025-12-11 15:34:46 +08:00
github-actions[bot]
43475277f3 🌐 Sync PR #607 translations: fix the migration script link (#608)
* 🌐 Initial translations for PR #607

Auto-generated translations for documentation changes in PR #607.

Last-Processed-Commit: 8bf7e1412d
Original-PR: #607
Languages: Chinese (zh), Japanese (ja)

🤖 Generated with GitHub Actions

* Fix formatting and link text in migration guide

* Update weaviate-v4-migration.mdx

* Update weaviate-v4-migration.mdx

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Riskey <36894937+RiskeyL@users.noreply.github.com>
2025-12-11 13:05:45 +08:00
Riskey
0312ab8852 fix the migration script link (#607)
* fix the migration script link

* fix the inline reference

---------

Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-11 13:03:11 +08:00
Riskey
82f45309ca add the migrations script (#605)
Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-11 12:30:38 +08:00
github-actions[bot]
3a441d28f1 🌐 Sync PR #602 translations: Recover the original agent strategy docs from old docs repo (#603)
* 🌐 Initial translations for PR #602

Auto-generated translations for documentation changes in PR #602.

Last-Processed-Commit: 791a764092
Original-PR: #602
Languages: Chinese (zh), Japanese (ja)

🤖 Generated with GitHub Actions

* 🔄 Update translations for commit b35925e1

Auto-generated translations for changes in commit b35925e173.

Last-Processed-Commit: b35925e173
Original-PR: #602
Languages: Chinese (zh), Japanese (ja)

🤖 Generated with GitHub Actions

* Update docs.json

* Update title and terminology

* Update terminology

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Riskey <36894937+RiskeyL@users.noreply.github.com>
2025-12-09 19:46:40 +08:00
Riskey
69193b4e9f Recover the original agent strategy docs from old docs repo (#602)
* recover the original agent strategy docs from old docs repo

* Adjust the navigation order of the plugin dev docs

---------

Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-09 19:33:50 +08:00
Riskey
b65aabc65e Add docs for multimodal embedding (#600)
* draft

* migrate from old docs repo

* adjust content based on experiencing the feature

* Improvements

* changes upon feedback

* refinements

* zh draft

* add plugin dev docs

* update old links

* add jp docs

* change the position of variables related to multimodal embedding in the environment variable doc

---------

Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-09 18:43:41 +08:00
Riskey
cc7d905db7 add new redirect for the old conversation variable content link (#591)
Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-06 00:50:43 +08:00
Riskey
f9975c00d7 fix the 404 link for the original conversation variable content (#590)
Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-06 00:37:05 +08:00
github-actions[bot]
c7b615e74d 🌐 Sync PR #588 translations: update the note for when the frontend and backend run on different subdomains (#589)
* 🌐 Initial translations for PR #588

Auto-generated translations for documentation changes in PR #588.

Last-Processed-Commit: 7128008548
Original-PR: #588
Languages: Chinese (zh), Japanese (ja)

🤖 Generated with GitHub Actions

* Update environments.mdx

* Update environments.mdx

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Riskey <36894937+RiskeyL@users.noreply.github.com>
2025-12-06 00:36:53 +08:00
Riskey
a189a5db67 update the note for when the frontend and backend run on different subdomains (#588)
* update the note for when the frontend and backend run on different subdomains

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

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Riskey <riskey47@dify.ai>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-06 00:36:39 +08:00
github-actions[bot]
4a628baea1 🌐 Initial translations for PR #586 (#587)
Auto-generated translations for documentation changes in PR #586.

Last-Processed-Commit: e49975ef52
Original-PR: #586
Languages: Chinese (zh), Japanese (ja)

🤖 Generated with GitHub Actions

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-05 23:46:30 +08:00
Riskey
153334c004 refactor the content (#586)
Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-05 23:46:18 +08:00
github-actions[bot]
a309694a4a 🌐 Sync PR #582 translations: docs(weaviate-v4-migration.mdx): Update weaviate migration guide (#583)
* 🌐 Initial translations for PR #582

Auto-generated translations for documentation changes in PR #582.

Last-Processed-Commit: cfc48e1262
Original-PR: #582
Languages: Chinese (zh), Japanese (ja)

🤖 Generated with GitHub Actions

* fix bold formatting

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-04 19:11:36 +08:00
-LAN-
f5a953a7a7 docs(weaviate-v4-migration.mdx): Update weaviate migration guide (#582)
* docs(weaviate-v4-migration.mdx): Update weaviate migration guide

Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Dhruv Gorasiya <80987415+DhruvGorasiya@users.noreply.github.com>

* Clarify the exact dify version; fix the  environment variable doc link; replace dify discord with dify forum

---------

Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Dhruv Gorasiya <80987415+DhruvGorasiya@users.noreply.github.com>
Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-04 19:10:41 +08:00
Chenhe Gu
f1f025b75d consolidate plugin dev docs into main structure (#581)
* move files & renames

* rename files and doc entries

* sync develop plugin files

* update group label translations

* some cleanups

* update configs

* update links

* add remote debug doc

* delete redundant slashes and unnecessary notes

* update ja and zh links

---------

Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-04 16:28:47 +08:00
Hui Zhang
84bc14cc0b feat(docs):add docs for mysql adaptation (#577)
* feat(docs):add docs for mysql adaptation

* changes after review

---------

Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-03 16:21:09 +08:00
Riskey
4c18b24ce5 Restore some of the reverted commits (#579) 2025-12-02 20:10:36 +08:00
Riskey
e68a9f437d add code owner (#578)
* add codeowners

Co-authored-by: Riskey <riskey47@dify.ai>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-02 18:36:59 +08:00
Chenhe Gu
f9c1a5f424 revert last 5 commits that may have caused landing page load error (#576)
* Revert last 5 commits

* revert last 5 commits
2025-12-02 13:42:20 +08:00
Bowen Liang
01044a80bc fix: use latest version of plugin cli in plugin auto publish workflow (#575)
* use latest version of plugin cli in plugin auto publish workflow

* fix
2025-12-02 12:16:36 +08:00
yyh
c55d6e824a feat: add CI quality gate workflows for documentation (#571)
* feat: add CI quality gate workflows for documentation

Add three new GitHub Actions workflows to enforce documentation quality:

- build-test.yml: Validates Mintlify build succeeds on PRs
- quality-check.yml: Checks frontmatter, links, images, code blocks
- validate-docs-json.yml: Validates docs.json structure and file references

These workflows complement the existing translation automation by
providing quality gates that block PRs with documentation issues.

Fix: Remove continue-on-error to ensure workflows properly fail PRs.

* chore: remove build-test.yml (redundant with Mintlify App)
2025-12-02 12:16:26 +08:00
非法操作
af100ab333 fix: sys.timestamp shoule be number type (#549)
* sys.timestamp is a number type

* fix

* let it auto translate
2025-12-02 12:16:15 +08:00
yyh
5eeed32263 refactor: consolidate AGENTS.md and CLAUDE.md into single source (#570)
- Merge CLAUDE.md content into AGENTS.md as the single source of truth
- Create symbolic link from CLAUDE.md to AGENTS.md for backward compatibility
- Fix incorrect language directory names (cn->zh, jp->ja) throughout documentation
- Consolidate project overview, translation system, and development commands
- Maintain both general Mintlify guidelines and Dify-specific technical details
2025-12-02 12:15:35 +08:00
Riskey
b33c0d8615 add redirect for load-balancing link without language code (#574)
Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-02 12:02:13 +08:00
Riskey
bc81a32bdb add redirect url for load-balancing content & fix bold rendering (#573)
Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-02 11:36:17 +08:00
Chenhe Gu
5fcc31f2e2 Fix/separate landing pages per version (#568)
* create separate landing pages to ensure redirect

* fix broken links
2025-11-28 06:06:53 -08:00
Chenhe Gu
a5ac57b870 add intro page to do (#567)
cs versioned >= 3.0.0
2025-11-28 04:41:19 -08:00
Chenhe Gu
298bf64496 small url fixes (#566) 2025-11-28 04:16:13 -08:00
Chenhe Gu
767397a9de changed language codes: cn -> zh, jp -> ja. with other supporting structural changes (#565)
* fix redirect language code prefixes

* rename: cn -> zh, jp -> ja

* remove hardcoded ja / zh references

* remove hardcoded 'english' references

* renamed variable names and dict keys to language agnostic names

* fix: add missing language helper methods to PRAnalyzer

- Add get_language_directory() method
- Initialize source_language and target_languages from config
- Fixes AttributeError when generating mixed PR errors

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* test: kitchen sink workflow validation v2

This PR validates the translation workflow after config-driven refactoring:

Changes:
- Add new test file: test-workflow-validation.mdx
- Modify existing file: introduction.mdx
- Update docs.json navigation

Tests:
- New file translation (add workflow)
- Existing file translation (update workflow)
- Navigation sync across languages
- Config-driven language codes (zh/ja instead of cn/jp)
- Source language abstraction (no hardcoded "English")

Expected workflow behavior:
1. Detect changes in en/ directory
2. Translate new file to zh and ja
3. Update modified file translations
4. Sync docs.json for all language sections
5. Commit translated files automatically

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* fix: update workflow paths to use zh/ja instead of cn/jp

Aligns workflow trigger paths with the zh/ja language directory rename.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Revert "fix: update workflow paths to use zh/ja instead of cn/jp"

This reverts commit 9587b7cc5d.

* Revert "test: kitchen sink workflow validation v2"

This reverts commit 4abdd69fd2.

* fix: update workflow paths in doc analyze workflow to use zh/ja instead of cn/jp

* Refactor/language codes (#240)

* test: kitchen sink workflow validation v2

This PR validates the translation workflow after config-driven refactoring:

Changes:
- Add new test file: test-workflow-validation.mdx
- Modify existing file: introduction.mdx
- Update docs.json navigation

Tests:
- New file translation (add workflow)
- Existing file translation (update workflow)
- Navigation sync across languages
- Config-driven language codes (zh/ja instead of cn/jp)
- Source language abstraction (no hardcoded "English")

Expected workflow behavior:
1. Detect changes in en/ directory
2. Translate new file to zh and ja
3. Update modified file translations
4. Sync docs.json for all language sections
5. Commit translated files automatically

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* fix: update workflow paths to use zh/ja instead of cn/jp

Aligns workflow trigger paths with the zh/ja language directory rename.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Revert "fix: update workflow paths to use zh/ja instead of cn/jp"

This reverts commit 9587b7cc5d.

* Revert "test: kitchen sink workflow validation v2"

This reverts commit 4abdd69fd2.

* fix: update workflow paths in doc analyze workflow to use zh/ja instead of cn/jp

---------

Co-authored-by: Claude <noreply@anthropic.com>

* fix: update workflow files to use 'source' instead of 'english'

After refactoring the PR analyzer to use 'source' for source language
PRs (instead of hardcoded 'english'), the workflow files need to match.

Changes:
- sync_docs_analyze.yml: pr_type == 'source' (was 'english')
- sync_docs_update.yml: PR_TYPE != 'source' check
- Updated all comments from "English" to "source language"
- Updated all pr_type values in JSON from "english" to "source"

This ensures the workflows trigger correctly with the refactored
config-driven language system.

Related: language code refactoring (cn/jp → zh/ja)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Fix/workflow source language references (#245)

* test: kitchen sink workflow validation v2

This PR validates the translation workflow after config-driven refactoring:

Changes:
- Add new test file: test-workflow-validation.mdx
- Modify existing file: introduction.mdx
- Update docs.json navigation

Tests:
- New file translation (add workflow)
- Existing file translation (update workflow)
- Navigation sync across languages
- Config-driven language codes (zh/ja instead of cn/jp)
- Source language abstraction (no hardcoded "English")

Expected workflow behavior:
1. Detect changes in en/ directory
2. Translate new file to zh and ja
3. Update modified file translations
4. Sync docs.json for all language sections
5. Commit translated files automatically

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* fix: update workflow paths to use zh/ja instead of cn/jp

Aligns workflow trigger paths with the zh/ja language directory rename.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Revert "fix: update workflow paths to use zh/ja instead of cn/jp"

This reverts commit 9587b7cc5d.

* Revert "test: kitchen sink workflow validation v2"

This reverts commit 4abdd69fd2.

* fix: update workflow paths in doc analyze workflow to use zh/ja instead of cn/jp

* fix: update workflow files to use 'source' instead of 'english'

After refactoring the PR analyzer to use 'source' for source language
PRs (instead of hardcoded 'english'), the workflow files need to match.

Changes:
- sync_docs_analyze.yml: pr_type == 'source' (was 'english')
- sync_docs_update.yml: PR_TYPE != 'source' check
- Updated all comments from "English" to "source language"
- Updated all pr_type values in JSON from "english" to "source"

This ensures the workflows trigger correctly with the refactored
config-driven language system.

Related: language code refactoring (cn/jp → zh/ja)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

---------

Co-authored-by: Claude <noreply@anthropic.com>

* fix

* fix docs.json language codes

* rename previous version docs: cn -> zh, jp -> ja

* rm duplicate redirect entires

---------

Co-authored-by: Claude <noreply@anthropic.com>
2025-11-28 04:00:02 -08:00
Alter-xyz
4339f79a55 feat: add translation A/B testing framework (#564)
Add tools for comparing translation quality between different models
(e.g., Sonnet vs Opus) or prompt variations. Useful for evaluating
translation improvements before deploying changes.

- run_test.py: Test runner with Dify API streaming
- compare.py: Generate similarity reports between variants
- Example spec and documentation included

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude <noreply@anthropic.com>
2025-11-28 16:02:13 +08:00
CrabSAMA
1b2f5edc6a fix: new version docs about node redirect supplement (#552)
* fix: new version docs about node redirect supplement

* fix: replace some uncorrect destination

* docs: improve redirect just like main branch

---------

Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2025-11-28 15:49:43 +08:00
Nite Knite
5c5f02e740 fix: remove language redirection for api reference (#563)
* fix: remove api reference redirection

* fix: temporarily remove api reference links for zh and jp
2025-11-28 12:40:50 +08:00
Nite Knite
c06efe640a fix: fix introduction redirections (#562) 2025-11-28 11:45:16 +08:00
Chenhe Gu
f5d84b7790 Fix/sync pr auto close (#560)
* fix redirect language code prefixes

* fix: don't close sync PR when original is merged

Only close sync PR when original is closed without merging.
When original is merged, leave sync PR open for independent review.
2025-11-27 07:25:53 -08:00
Chenhe Gu
3b403a762d improve redirects section (#559)
* fix redirect language code prefixes

* fix syntax in wildcard redirect links

* delete stale file & more redirect cosmetics
2025-11-27 06:48:35 -08:00
github-actions[bot]
38d0d4fc2e 🌐 Sync PR #555 to cn/jp: Modify quick-start instructions for Docker setup (#557)
* 🌐 Initial translations for PR #555

Auto-generated translations for documentation changes in PR #555.

Last-Processed-Commit: 8c09217208
Original-PR: #555
Languages: Chinese (cn), Japanese (jp)

🤖 Generated with GitHub Actions

* fix bold rendering

* fix cn commas

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Riskey <36894937+RiskeyL@users.noreply.github.com>
2025-11-27 21:23:53 +08:00
-LAN-
bc9cfc33c4 Modify quick-start instructions for Docker setup (#555)
Updated the steps for starting Docker containers to include directory ownership adjustment.
2025-11-27 21:13:21 +08:00