Skip to content

Commit 377d0f8

Browse files
fix: use Cloud Development Environment consistently in Get Started
CDE is the industry standard term. Use it in all titles and headings. "Workspace" only when quoting exact UI labels (Workspaces page, Create Workspace button). - Restore "Open your project in a Cloud Development Environment" (SME) - "How Git authentication works in Cloud Development Environments" - "Manage your Cloud Development Environments" - "Start a Cloud Development Environment from a raw devfile URL" - "What can you do in a Cloud Development Environment?" - Overview defines CDE = workspace = DevWorkspace equivalence Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 0b10aa0 commit 377d0f8

5 files changed

Lines changed: 10 additions & 10 deletions

modules/get-started/pages/authenticating-to-a-git-server-from-a-workspace.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
:_content-type: CONCEPT
22
:description: Authenticating to a Git server from a workspace
33
:keywords: authentication, authenticate, github, gitlab, bitbucket
4-
:navtitle: How Git authentication works in workspaces
4+
:navtitle: How Git authentication works in Cloud Development Environments
55
:page-aliases: end-user-guide:authenticating-to-a-git-server-from-a-workspace.adoc
66

77
[id="authenticating-to-a-git-server-from-a-workspace"]
8-
= How Git authentication works in workspaces
8+
= How Git authentication works in Cloud Development Environments
99

1010
pass:[<!-- vale RedHat.CaseSensitiveTerms = NO -->]
1111

modules/get-started/pages/basic-actions-you-can-perform-on-a-workspace.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
:_content-type: REFERENCE
22
:description: Basic actions you can perform on a workspace
33
:keywords: workspace, workspaces, reopen, restart, stop, start, delete
4-
:navtitle: Manage your workspaces
4+
:navtitle: Manage your Cloud Development Environments
55
:page-aliases: end-user-guide:basic-actions-you-can-perform-on-a-workspace.adoc
66

77
[id="basic-actions-you-can-perform-on-a-workspace"]
8-
= Manage your workspaces
8+
= Manage your Cloud Development Environments
99

1010
You manage your workspaces and verify their current states in the *Workspaces* page (`pass:c,a,q[{prod-url}]/dashboard/#/workspaces`) of your {prod-short} dashboard.
1111

modules/get-started/pages/starting-a-workspace-from-a-git-repository-url.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
:_content-type: PROCEDURE
22
:description: Starting a workspace from a Git repository URL
33
:keywords: start-new-workspace, start-a-new-workspace, how-to-start-new-workspace, how-to-start-a-new-workspace, starting-a-new-workspace, clone-git-repository, clone-a-git-repository, how-to-start-workspace, how-to-start-a-workspace
4-
:navtitle: Open your project in a cloud workspace
4+
:navtitle: Open your project in a Cloud Development Environment
55
:page-aliases: end-user-guide:starting-a-workspace-from-a-git-repository-url.adoc
66

77
[id="starting-a-workspace-from-a-git-repository-url"]
8-
= Open your project in a cloud workspace
8+
= Open your project in a Cloud Development Environment
99

1010
In the context of this procedure, "Git repository URL" refers to a git clone URL of a repository. Usually, you can fetch this URL by clicking on the *Clone* button in the SCM repository's main page.
1111
Alternatively, you can copy the URL from the address bar of your browser when you are on the main page of the repository.

modules/get-started/pages/starting-a-workspace-from-a-raw-devfile-url.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
:_content-type: PROCEDURE
22
:description: Starting a workspace from a raw devfile URL
33
:keywords: start-new-workspace, start-a-new-workspace, how-to-start-new-workspace, how-to-start-a-new-workspace, starting-a-new-workspace, how-to-start-workspace, how-to-start-a-workspace
4-
:navtitle: Start a workspace from a raw devfile URL
4+
:navtitle: Start a Cloud Development Environment from a raw devfile URL
55
:page-aliases: end-user-guide:starting-a-workspace-from-a-raw-devfile-url.adoc
66

77
[id="starting-a-workspace-from-a-raw-devfile-url"]
8-
= Start a workspace from a raw devfile URL
8+
= Start a Cloud Development Environment from a raw devfile URL
99

1010
With {prod-short}, you can open a *devfile* URL in your browser to start a new workspace.
1111

modules/get-started/pages/your-first-workspace.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
= Your first-day experience
88

99
[role="_abstract"]
10-
{prod-short} creates a Cloud Development Environment for your project, called a *workspace* in the dashboard and CLI. Each workspace runs as a {orch-name} `DevWorkspace` custom resource on your cluster. You go from login to coding in about three minutes.
10+
{prod-short} creates a Cloud Development Environment (CDE) for your project. The dashboard and CLI refer to each CDE as a *workspace*. Each Cloud Development Environment runs as a {orch-name} `DevWorkspace` custom resource on your cluster. You go from login to coding in about three minutes.
1111

1212
include::partial$snip_persona-developer.adoc[]
1313

@@ -36,7 +36,7 @@ The first workspace start takes approximately 2-3 minutes because {prod-short} p
3636

3737
Subsequent starts are faster because {platforms-name} caches the container images on the node. If your administrator has deployed the {image-puller-name-short}, images are pre-cached across all nodes for near-instant starts.
3838

39-
== What can you do in a workspace?
39+
== What can you do in a Cloud Development Environment?
4040

4141
A running {prod-short} workspace provides:
4242

0 commit comments

Comments
 (0)