GITBOOK-98: Add "Management" part
parent
5eb479dc70
commit
4d4eca789b
|
|
@ -97,6 +97,8 @@
|
|||
* [Collaboration](guides/workspace/README.md)
|
||||
* [Discover](guides/workspace/app/README.md)
|
||||
* [Invite and Manage Members](guides/workspace/invite-and-manage-members.md)
|
||||
* [Management](guides/management/README.md)
|
||||
* [Manage App](guides/management/manage-app.md)
|
||||
|
||||
## Community
|
||||
|
||||
|
|
|
|||
|
|
@ -40,28 +40,3 @@ If you have obtained a template (DSL file) from the community or others, you can
|
|||
Dify DSL is an AI application engineering file standard defined by Dify.AI in v0.6 and later. The file format is YML. This standard covers the basic description of the application, model parameters, orchestration configuration, and other information.
|
||||
{% endhint %}
|
||||
|
||||
### Editing Application Information
|
||||
|
||||
After creating an application, if you want to modify the application name or description, you can click "Edit info" in the upper left corner of the application to revise the application's icon, name, or description.
|
||||
|
||||
<figure><img src="../../.gitbook/assets/image.png" alt=""><figcaption><p>Edit App Info</p></figcaption></figure>
|
||||
|
||||
### Duplicating Application
|
||||
|
||||
All applications support copying. Click "Duplicate" in the upper left corner of the application.
|
||||
|
||||
### Exporting Application
|
||||
|
||||
Applications created in Dify can be exported in DSL format. You can freely import the configuration file into any Dify workspace.
|
||||
|
||||
{% hint style="info" %}
|
||||
Dify DSL is an AI application engineering file standard defined by Dify.AI in v0.6 and later. The file format is YML. This standard covers the basic description of the application, model parameters, orchestration configuration, and other information.
|
||||
{% endhint %}
|
||||
|
||||
### Deleting Application
|
||||
|
||||
If you want to remove an application, you can click "Delete" in the upper left corner of the application.
|
||||
|
||||
{% hint style="info" %}
|
||||
⚠️ The deletion of an application cannot be undone. All users will be unable to access your application, and all prompts, orchestration configurations, and logs within the application will be deleted.
|
||||
{% endhint %}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
# Management
|
||||
|
||||
|
|
@ -0,0 +1,31 @@
|
|||
# Manage App
|
||||
|
||||
### Editing Application Information
|
||||
|
||||
After creating an application, if you want to modify the application name or description, you can click "Edit info" in the upper left corner of the application to revise the application's icon, name, or description.
|
||||
|
||||
<figure><img src="../../.gitbook/assets/image.png" alt=""><figcaption><p>Edit App Info</p></figcaption></figure>
|
||||
|
||||
### Duplicating Application
|
||||
|
||||
All applications support copying. Click "Duplicate" in the upper left corner of the application.
|
||||
|
||||
### Switch to Workflow Orchestrate
|
||||
|
||||
TODO 🚧
|
||||
|
||||
### Exporting Application
|
||||
|
||||
Applications created in Dify can be exported in DSL format. You can freely import the configuration file into any Dify workspace.
|
||||
|
||||
{% hint style="info" %}
|
||||
Dify DSL is an AI application engineering file standard defined by Dify.AI in v0.6 and later. The file format is YML. This standard covers the basic description of the application, model parameters, orchestration configuration, and other information.
|
||||
{% endhint %}
|
||||
|
||||
### Deleting Application
|
||||
|
||||
If you want to remove an application, you can click "Delete" in the upper left corner of the application.
|
||||
|
||||
{% hint style="info" %}
|
||||
⚠️ The deletion of an application cannot be undone. All users will be unable to access your application, and all prompts, orchestration configurations, and logs within the application will be deleted.
|
||||
{% endhint %}
|
||||
Loading…
Reference in New Issue