diff --git a/packages/noco-docs/docs/030.workspaces/050.actions-on-workspace.md b/packages/noco-docs/docs/030.workspaces/050.actions-on-workspace.md index e2a463875c..c892e01f66 100644 --- a/packages/noco-docs/docs/030.workspaces/050.actions-on-workspace.md +++ b/packages/noco-docs/docs/030.workspaces/050.actions-on-workspace.md @@ -1,17 +1,21 @@ --- title: 'Actions on workspace' +description: 'This article explains how to rename or delete a workspace.' +tags: ['workspaces', 'rename workspace', 'delete workspace'] +keywords: ['Workspace configuration', 'Rename workspace', 'Delete workspace', 'Workspace actions', 'Workspace management', 'Workspace administration', 'Workspace settings', 'Workspace organization'] --- ## Rename workspace -To change workspace name: -1. Click on `Team & Settings` on the left sidebar to open Workspace configuration page. -2. Click on `Settings` tab. -3. Feed in the new workspace name in the `Workspace Name` field. -4. Click on `Rename Workspace` button. +To update the workspace name: -![image](/img/v2/workspace-rename.png) +1. Navigate to the `Team & Settings` option in the left sidebar to access the Workspace configuration page. +2. Select the `Settings` tab. +3. Enter the new desired workspace name in the `Workspace Name` field. +4. Confirm the change by clicking on the `Rename Workspace` button. + +![image](/img/v2/workspace/rename-workspace.png) ## Delete workspace If you determine that a workspace is no longer necessary, you have the option to permanently remove it from your settings. Deleting a workspace will delete all the bases and data associated with it. @@ -24,17 +28,16 @@ If you determine that a workspace is no longer necessary, you have the option to Only **workspace owner** can delete a workspace. ::: -To delete a workspace: - -1. Click on `Team & Settings` on the left sidebar to open Workspace configuration page. -2. Click on `Settings` tab. -3. Click on `Delete Workspace` button. -4. Key in the workspace name to confirm the deletion. -5. Click on `Delete Workspace` button on the confirmation dialog box. +To remove a workspace: -![image](/img/v2/workspace-delete.png) +1. Open the Workspace configuration page by selecting `Team & Settings` from the left sidebar. +2. Access the `Settings` tab. +3. Click on the `Delete Workspace` button. +4. Provide the workspace name as confirmation for deletion. +5. Confirm the action by clicking the `Delete Workspace` button in the confirmation dialog box. -![image](/img/v2/workspace-delete-confirmation.png) +![image](/img/v2/workspace/delete-workspace.png) +![image](/img/v2/workspace/delete-workspace-confirmation.png) ## Related articles - [Workspace overview](/workspaces/workspace-overview) diff --git a/packages/noco-docs/static/img/v2/workspace/delete-workspace-confirmation.png b/packages/noco-docs/static/img/v2/workspace/delete-workspace-confirmation.png new file mode 100644 index 0000000000..7f97eb0bde Binary files /dev/null and b/packages/noco-docs/static/img/v2/workspace/delete-workspace-confirmation.png differ diff --git a/packages/noco-docs/static/img/v2/workspace/delete-workspace.png b/packages/noco-docs/static/img/v2/workspace/delete-workspace.png new file mode 100644 index 0000000000..c4426a8d14 Binary files /dev/null and b/packages/noco-docs/static/img/v2/workspace/delete-workspace.png differ diff --git a/packages/noco-docs/static/img/v2/workspace/rename-workspace.png b/packages/noco-docs/static/img/v2/workspace/rename-workspace.png new file mode 100644 index 0000000000..e8fd7cc9b2 Binary files /dev/null and b/packages/noco-docs/static/img/v2/workspace/rename-workspace.png differ