diff --git a/en/SUMMARY.md b/en/SUMMARY.md index 3eec489..8fb99e7 100644 --- a/en/SUMMARY.md +++ b/en/SUMMARY.md @@ -33,6 +33,7 @@ ## Explore +* [Discovery](explore/app.md) * [Chat](explore/chat.md) ## Advanced diff --git a/en/explore/app.md b/en/explore/app.md new file mode 100644 index 0000000..0ec6ba3 --- /dev/null +++ b/en/explore/app.md @@ -0,0 +1,15 @@ +# Discovery +## Template application +In **Explore > Discovery**, some commonly used template applications are provided. These apps cover translate, writing, programming and assistant. +![](./images/explore-app.jpg) + +If you want to use a template application, click the template's "Add to Workspace" button. In the workspace on the left, the app is available. +![](./images/creat-customize-app.jpg) + +If you want to modify a template to create a new application, click the "Customize" button of the template. + +## Workspace +The workspace is the application's navigation. Click an application in the workspace to use the application directly. +![](./images/workspace.jpg) + +Apps in the workspace include: your own apps and apps added to the workspace by other teams. \ No newline at end of file diff --git a/en/explore/images/creat-customize-app.jpg b/en/explore/images/creat-customize-app.jpg new file mode 100644 index 0000000..de281f9 Binary files /dev/null and b/en/explore/images/creat-customize-app.jpg differ diff --git a/en/explore/images/explore-app.jpg b/en/explore/images/explore-app.jpg new file mode 100644 index 0000000..dd6ecde Binary files /dev/null and b/en/explore/images/explore-app.jpg differ diff --git a/en/explore/images/workspace.jpg b/en/explore/images/workspace.jpg new file mode 100644 index 0000000..f39070d Binary files /dev/null and b/en/explore/images/workspace.jpg differ