docs: document marketplace template status and update flow (#802) (backport to release/1.14.2)#811
Merged
Conversation
(cherry picked from commit 10148a4)
Contributor
There was a problem hiding this comment.
Pull request overview
Backports documentation updates (from #802) to describe the Marketplace template review lifecycle (Draft/Pending) and the correct update flow after a template is published, matching current Creator Center behavior.
Changes:
- Clarifies submission lifecycle: submitting moves templates to Pending; withdrawing returns them to Draft for edits and resubmission.
- Adds a new “update published template” section describing the two update paths (app changes vs listing-only changes).
- Cleans up formatting and UI references (menu path formatting, range punctuation, and minor copy edits) across EN/ZH/JA pages.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| en/use-dify/publish/publish-to-marketplace.mdx | Adds Pending/Draft lifecycle details and a new published-template update section; formatting/UI reference cleanup. |
| zh/use-dify/publish/publish-to-marketplace.mdx | Mirrors EN content updates in Chinese, including the new update-flow section and punctuation/range adjustments. |
| ja/use-dify/publish/publish-to-marketplace.mdx | Mirrors EN content updates in Japanese, including the new update-flow section and UI reference cleanup. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+50
to
+56
| - **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. | ||
|
|
||
| - **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
+57
| - **修改应用本身**(如提示词、工具、模型设置等) | ||
|
|
||
| 将更新后的应用作为新模板提交。这会生成一个独立的模板,而非替换原有模板;新模板发布后,你可手动下架旧版本。 | ||
|
|
||
| - **仅修改展示内容**(如概述或设置步骤) | ||
|
|
||
| 将模板下架,使其回到 **Draft** 状态,然后修改内容并重新提交审核。 |
Comment on lines
+51
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.2: