Skip to content

Commit e7f8fb4

Browse files
RiskeyLCopilot
andauthored
chore: note environments.mdx manual translation requirement (#736)
* chore: note environments.mdx manual translation requirement * Update .claude/skills/dify-docs-env-vars/SKILL.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent fe8be9d commit e7f8fb4

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

.claude/skills/dify-docs-env-vars/SKILL.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,10 @@ The script reports:
137137

138138
Use `.env.example` defaults (what Docker Compose users actually get), not Pydantic code defaults.
139139

140+
## Translation
141+
142+
The automated translation pipeline does not cover `en/self-host/configuration/environments.mdx`. After editing that English file, manually update `zh/self-host/configuration/environments.mdx` and `ja/self-host/configuration/environments.mdx` to match.
143+
140144
## Post-Writing Verification
141145

142146
After completing the document:

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
Documentation for Dify, built with Mintlify. English is the source language;
44
Chinese and Japanese translations are generated automatically.
5+
Exception: `en/self-host/configuration/environments.mdx` is excluded from the translation pipeline and must be translated manually.
56

67
## Before Any Documentation Task
78

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ This repository includes Claude Code skills in `.claude/skills/` that provide wr
9797
### Guidelines
9898

9999
- **One topic per PR.** Don't combine unrelated changes.
100-
- **English only.** Translations are handled automatically.
100+
- **English only.** Translations are handled automatically, except for `en/self-host/configuration/environments.mdx` which must be translated manually.
101101
- **Update navigation.** If you add a new page, add it to the English section of `docs.json`.
102102
- **Test locally.** Run `mintlify dev` to verify your changes render correctly before opening a PR.
103103
- **No secrets.** Never commit API keys, credentials, or `.env` files.

0 commit comments

Comments
 (0)