docs: document marketplace template status and update flow (#802) (backport to release/1.14.1)#812
Merged
Conversation
(cherry picked from commit 10148a4)
583f99c to
a0c09c7
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This backport updates the “Publish Apps to Marketplace” documentation to reflect the current Creator Center template review lifecycle and the supported update flow after a template is published, across English, Chinese, and Japanese pages.
Changes:
- Documented Pending/Draft status behavior during submission (including withdraw → edit → resubmit).
- Added guidance for updating a published template, distinguishing between app changes vs listing-only changes.
- Minor copy/format cleanup (menu path formatting, numeric ranges, line wrapping).
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| en/use-dify/publish/publish-to-marketplace.mdx | Adds Pending/Draft submission lifecycle details and a new “Update a Published Template” section; includes minor formatting tweaks. |
| zh/use-dify/publish/publish-to-marketplace.mdx | Mirrors the English lifecycle/update-flow content in Chinese, plus range/format cleanup. |
| ja/use-dify/publish/publish-to-marketplace.mdx | Mirrors the English lifecycle/update-flow content in Japanese, plus minor formatting tweaks. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+50
to
+52
| - **To change anything inside the app** (its prompts, tools, model settings, and so on) | ||
|
|
||
| Submit the updated app as a new template. This creates a separate listing rather than replacing the original, so you can manually unpublish the old version once the new one is published. |
Comment on lines
+54
to
+56
| - **To change only the listing** (such as the Overview or Setup steps) | ||
|
|
||
| Unpublish the template to take it off Marketplace and return it to **Draft**. Make your edits, then resubmit for review. |
Comment on lines
+51
to
+53
| - **修改应用本身**(如提示词、工具、模型设置等) | ||
|
|
||
| 将更新后的应用作为新模板提交。这会生成一个独立的模板,而非替换原有模板;新模板发布后,你可手动下架旧版本。 |
Comment on lines
+55
to
+57
| - **仅修改展示内容**(如概述或设置步骤) | ||
|
|
||
| 将模板下架,使其回到 **Draft** 状态,然后修改内容并重新提交审核。 |
Comment on lines
+51
to
+53
| - **アプリ本体を変更する場合**(プロンプト、ツール、モデル設定など) | ||
|
|
||
| 更新したアプリを新しいテンプレートとして提出します。これは既存のテンプレートを置き換えるのではなく、別のテンプレートとして作成されます。新しいテンプレートの公開後、古いバージョンは手動で非公開にできます。 |
Comment on lines
+55
to
+57
| - **掲載内容のみを変更する場合**(概要やセットアップ手順など) | ||
|
|
||
| テンプレートを非公開にして **Draft** に戻し、編集してから再提出します。 |
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.
Backport
This will backport the following commits from
maintorelease/1.14.1: