From a9182be98f8e93a44883d3ed401b25674ef0d649 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Sat, 22 Jun 2024 20:26:07 -0400 Subject: [PATCH] bullets --- docs/docs/getting-started/workspace.mdx | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) 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