mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-03-26 13:18:34 +07:00
Update publish-to-marketplace doc: add creator center submission details and sync zh/ja translations (#704)
This commit is contained in:
@@ -9,13 +9,27 @@ Publish your apps as templates to Dify Marketplace, where other Dify users can d
|
||||
|
||||
## Submit Templates
|
||||
|
||||
To publish a template, submit it for review first. Once approved, it will be listed on Marketplace.
|
||||
To publish a template, submit it through the [Creator Center](https://creators.dify.ai) for review. Once approved, it will be listed on Marketplace.
|
||||
|
||||
While your template is pending review, you can withdraw it anytime to make changes and resubmit.
|
||||
|
||||
<Note>
|
||||
Before submission, make sure all plugins used in the app are **installed directly from Marketplace**.
|
||||
Before submission:
|
||||
- Make sure all plugins used in the app are **installed directly from Marketplace**.
|
||||
- Run the app at least once in Dify Cloud or the latest Community Edition to confirm it works as expected.
|
||||
</Note>
|
||||
|
||||
There are two ways to submit:
|
||||
### Submit as Individual or Organization
|
||||
|
||||
You can submit templates under your personal account or an organization.
|
||||
|
||||
- **Individual**: For independent creators. When you first log in to the Creator Center, you're signed in with your personal account by default.
|
||||
|
||||
- **Organization**: For teams that want to build and manage templates together. To get started, click your avatar in the top-left corner and click **Create an organization**, then invite members to collaborate.
|
||||
|
||||
You can switch between your personal account and organizations anytime.
|
||||
|
||||
### Submission Methods
|
||||
|
||||
<Tabs>
|
||||
<Tab title="From Dify Studio">
|
||||
@@ -24,11 +38,11 @@ There are two ways to submit:
|
||||
</Info>
|
||||
In your app, click **Publish** > **Publish to Marketplace**.
|
||||
|
||||
This takes you to the [Creator Center](https://creators.dify.ai) where you can fill in the template details and submit for review.
|
||||
This takes you to the Creator Center with your app file automatically uploaded — just fill in the template details and submit for review.
|
||||
</Tab>
|
||||
|
||||
<Tab title="In the Creator Center">
|
||||
Export your app, then go to the [Creator Center](https://creators.dify.ai) and upload the export file. Fill in the template details and submit for review.
|
||||
Export your app, then go to the Creator Center and upload the export file. Fill in the template details and submit for review.
|
||||
</Tab>
|
||||
</Tabs>
|
||||
|
||||
@@ -64,6 +78,7 @@ From the name alone, users should know where it runs and what it does.
|
||||
- Internal Docs Q&A Assistant
|
||||
- GitHub Issue Triage Agent
|
||||
- Include keywords users might search for: channel names (Slack, WeChat, Email, Notion) and task names (Summarizer, Assistant, Generator, Bot).
|
||||
- Use an icon that clearly reflects the template's theme and purpose, rather than the default avatar.
|
||||
|
||||
### Categories
|
||||
|
||||
@@ -122,7 +137,7 @@ A new user should be able to get the template running in a few minutes just by f
|
||||
3. Aim for 3-8 steps. Too few feels incomplete; too many feels overwhelming.
|
||||
|
||||
<Accordion title="Example: Setup Steps for Stock Investment Analysis Copilot (Yahoo Finance tools) ">
|
||||
1. Click **Use template** to copy the “Investment Analysis Copilot (Yahoo Finance)” agent into your workspace.
|
||||
1. Click **Use template** to copy the "Investment Analysis Copilot (Yahoo Finance)" agent into your workspace.
|
||||
|
||||
2. Go to **Settings → Model provider** and add your LLM API key. For example, OpenAI, Anthropic, or another supported provider.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user