From 1a7ba7fcab9869c12f58e925b050c72a5e32f6e7 Mon Sep 17 00:00:00 2001 From: Vishal Tak <vtak@gitlab.com> Date: Tue, 23 Jul 2024 13:35:01 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Ashraf Khamis <akhamis@gitlab.com> --- doc/user/workspace/configuration.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/doc/user/workspace/configuration.md b/doc/user/workspace/configuration.md index d2da5a0306074..6bba0952f79bb 100644 --- a/doc/user/workspace/configuration.md +++ b/doc/user/workspace/configuration.md @@ -55,11 +55,8 @@ Prerequisites: To create a workspace: -1. On the left sidebar, select **Search or go to**. -1. Select **Your work**. -1. Select **Workspaces**. -1. Select **New workspace**. -1. From the **Project** dropdown list, select a project with a [devfile](index.md#devfile). +1. On the left sidebar, select **Search or go to** and find your project. +1. Select **Edit > New workspace**. 1. From the **Cluster agent** dropdown list, select a cluster agent owned by the group the project belongs to. 1. From the **Git reference** dropdown list, select the branch, tag, or commit hash GitLab uses to create the workspace. -- GitLab