Skip to content

Commit 82f631d

Browse files
fix: use local get-started partial instead of cross-module discover:partial
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 0daae45 commit 82f631d

7 files changed

Lines changed: 7 additions & 6 deletions

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

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

12-
include::discover:partial$snip_persona-developer.adoc[]
12+
include::partial$snip_persona-developer.adoc[]
1313

1414
In a workspace, you can run Git commands that require user authentication like cloning a remote private Git repository or pushing to a remote public or private Git repository.
1515

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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

12-
include::discover:partial$snip_persona-developer.adoc[]
12+
include::partial$snip_persona-developer.adoc[]
1313

1414
After you start a new workspace, you can perform the following actions on it in the *Workspaces* page:
1515

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Selecting a branch or a tag will add the reference parameter to the URL.
1515
For GitHub, you can also use a repository URL of a directory with a devfile, or a repository URL of the devfile.
1616
The name of the devfile must be `devfile.yaml` or `.devfile.yaml`.
1717
18-
include::discover:partial$snip_persona-developer.adoc[]
18+
include::partial$snip_persona-developer.adoc[]
1919
2020
This feature is not supported for other Git providers.
2121
====

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

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

12-
include::discover:partial$snip_persona-developer.adoc[]
12+
include::partial$snip_persona-developer.adoc[]
1313

1414
pass:[<!-- vale RedHat.Spelling = NO -->]
1515

modules/get-started/pages/using-a-git-provider-access-token.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

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

12-
include::discover:partial$snip_persona-developer.adoc[]
12+
include::partial$snip_persona-developer.adoc[]
1313

1414
OAuth for GitHub, GitLab, Bitbucket, or Microsoft Azure Repos needs to be xref:administration-guide:configuring-oauth-for-git-providers.adoc[configured by the administrator] of your organization's {prod-short} instance. If your administrator could not configure it for {prod-short} users, the workaround is for you to use a personal access token. You can configure personal access tokens on the *User Preferences* page of your {prod-short} dashboard: `pass:c,a,q[{prod-url}]/dashboard/#/user-preferences?tab=personal-access-tokens`, or apply it manually as a {kubernetes} Secret in the namespace.
1515

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[role="_abstract"]
1010
When you open the {prod-short} URL for the first time, you go from login to coding in about three minutes. The following sections cover the login flow, first workspace creation, workspace tools, and common errors.
1111

12-
include::discover:partial$snip_persona-developer.adoc[]
12+
include::partial$snip_persona-developer.adoc[]
1313

1414
== From URL to code in four steps
1515

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This page is for developers who create and use cloud development environments. To learn more about common roles and example tasks referenced in {prod-short} documentation, see xref:discover:roles-and-tasks.adoc[].

0 commit comments

Comments
 (0)