docs: sync documentation for Dify v1.13.0–v1.13.3 changes#722
Merged
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the docs repo to reflect Dify v1.13.0–v1.13.3 product/API/terminology changes, keeping the OpenAPI knowledge spec, glossary/termbase, and release-sync skill aligned with recent upstream updates.
Changes:
- Add
doc_formvalidation error messaging to Knowledge API 400 responses (EN/ZH/JA OpenAPI specs). - Rename UI terminology (“Message Credits” → “AI Credits”, “System Model Settings” → “Default Model Settings”) and add new glossary entries.
- Update
dify-docs-release-syncskill to compare two version refs and document the manual ZH/JA update requirement forenvironments.mdx.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| zh/api-reference/openapi_knowledge.json | Adds doc_form invalid-param details to 400 responses in ZH Knowledge OpenAPI. |
| ja/api-reference/openapi_knowledge.json | Adds doc_form invalid-param details to 400 responses in JA Knowledge OpenAPI. |
| en/api-reference/openapi_knowledge.json | Adds doc_form invalid-param details to 400 responses in EN Knowledge OpenAPI. |
| writing-guides/glossary.md | Renames UI labels and adds “Usage Priority” + “API Key” glossary entries. |
| tools/translate/termbase_i18n.md | Updates termbase UI labels for renamed strings. |
| en/use-dify/getting-started/quick-start.mdx | Updates quick-start wording to “AI credits” and “Default Model Settings”. |
| ja/use-dify/getting-started/quick-start.mdx | Updates quick-start wording to “AIクレジット” and “デフォルトモデル設定”. |
| .claude/skills/dify-docs-release-sync/SKILL.md | Refactors the skill to diff two refs, adds doc-status reporting, and documents manual ZH/JA env var doc updates. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
cead86b to
d33f793
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
doc_formvalidation error to knowledge API spec 400 responses (EN/ZH/JA) per fix: Add the missing validation of doc_form in the service API. dify#32892feat: enhance model plugin workflow checks and model provider management UX dify#33289
environments.mdxrequires manual ZH/JA translationChanges by track
API reference (
openapi_knowledge.json× 3 languages):doc_formvalidation error added toinvalid_paramon 4 document create/update endpointsTerminology (glossary, termbase, quick-start, tutorials):
Skill (
dify-docs-release-sync):