diff --git a/docs/docs/getting-started/workspace.mdx b/docs/docs/getting-started/workspace.mdx index 0e8973072..5a5bd5827 100644 --- a/docs/docs/getting-started/workspace.mdx +++ b/docs/docs/getting-started/workspace.mdx @@ -35,14 +35,21 @@ In the top navigation bar, the dropdown menu labeled with the project name offer style={{ width: "40%", margin: "20px auto" }} /> -**New**: Create a new flow from scratch. -**Settings**: Adjust settings specific to the current flow, such as its Name, Description, and Endpoint Name. -**Logs**: View logs for the current project, including execution history, errors, and other runtime events. -**Import**: Import a flow or component from a JSON file into the Workspace. -**Export**: Export the current flow as a JSON file. -**Undo (⌘Z)**: Revert the last action taken in the project. -**Redo (⌘Y)**: Reapply a previously undone action. -**Refresh All**: Refresh all components and data within the Workspace. +* **New**: Create a new flow from scratch. + +* **Settings**: Adjust settings specific to the current flow, such as its Name, Description, and Endpoint Name. + +* **Logs**: View logs for the current project, including execution history, errors, and other runtime events. + +* **Import**: Import a flow or component from a JSON file into the Workspace. + +* **Export**: Export the current flow as a JSON file. + +* **Undo (⌘Z)**: Revert the last action taken in the project. + +* **Redo (⌘Y)**: Reapply a previously undone action. + +* **Refresh All**: Refresh all components and data within the Workspace. ## Control Panel