Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .claude/skills/dify-docs-env-vars/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ The script reports:

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

## Translation

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.

## Post-Writing Verification

After completing the document:
Expand Down
1 change: 1 addition & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

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

## Before Any Documentation Task

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ This repository includes Claude Code skills in `.claude/skills/` that provide wr
### Guidelines

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