Skip to content

chore: promote Get Started to top-level Antora module (JTBD Phase 2)#3136

Open
gtrivedi88 wants to merge 16 commits into
eclipse-che:mainfrom
gtrivedi88:jtbd-get-started-category
Open

chore: promote Get Started to top-level Antora module (JTBD Phase 2)#3136
gtrivedi88 wants to merge 16 commits into
eclipse-che:mainfrom
gtrivedi88:jtbd-get-started-category

Conversation

@gtrivedi88

Copy link
Copy Markdown
Contributor

Summary

  • Promote getting-started content from User Guide into modules/get-started/
  • Follows CCS category definition: Get Started = 'Perform first tasks to become productive'
  • Mirrors downstream devspaces-documentation structure (shipped in DS 3.29)

Changes

  • New modules/get-started/ with nav.adoc, 7 pages (6 moved + 1 new)
  • New page: your-first-workspace.adoc (first-day experience from URL to coding)
  • Moved: workspace creation, Git auth, PAT, raw devfile, basic actions from end-user-guide
  • Updated antora.yml with get-started nav
  • Slimmed end-user-guide nav (getting-started section removed)
  • Cross-module xrefs updated in install, hosted-che, end-user-guide
  • page-aliases for backward-compatible URLs
  • JTBD titles applied (user goals, not feature names)

Test plan

  • Antora build succeeds
  • Old end-user-guide URLs redirect via page-aliases
  • Get Started nav renders correctly
  • No broken xrefs across modules

Made with Cursor

@gtrivedi88 gtrivedi88 requested review from a team, deerskindoll and mkuznyetsov as code owners June 29, 2026 14:30
@gtrivedi88 gtrivedi88 requested a review from nickboldt June 29, 2026 14:30
@github-actions

github-actions Bot commented Jun 29, 2026

Copy link
Copy Markdown

Click here to review and test in web IDE: Contribute

@github-actions

github-actions Bot commented Jun 29, 2026

Copy link
Copy Markdown

🎊 Navigate the preview: https://6a47b21e07333128bd5163c6--eclipse-che-docs-pr.netlify.app 🎊

Comment thread modules/get-started/pages/starting-a-workspace-from-a-git-repository-url.adoc Outdated
Comment thread modules/get-started/pages/starting-a-workspace-from-a-raw-devfile-url.adoc Outdated
@gtrivedi88 gtrivedi88 force-pushed the jtbd-get-started-category branch from 572d9e5 to 82f631d Compare July 2, 2026 11:02
.Get Started
* xref:your-first-workspace.adoc[]
* xref:starting-a-workspace-from-a-git-repository-url.adoc[]
* xref:basic-actions-you-can-perform-on-a-workspace.adoc[]

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this section should be cross-linked with https://6a479f877b6b963b51397db5--eclipse-che-docs-pr.netlify.app/docs/next/end-user-guide/managing-workspaces-with-apis/

Basically, we should clarify that on the Kubernetes level, workspace CDE = k8s object

| _Delete a workspace_
| Go to *⋮* *>* *Delete Workspace*.

|===

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should clarify that CDE / workspace = k8s object and cross-link this section with https://6a479f877b6b963b51397db5--eclipse-che-docs-pr.netlify.app/docs/next/end-user-guide/managing-workspaces-with-apis/

gtrivedi88 and others added 12 commits July 3, 2026 17:58
Move getting-started content from User Guide into a new
modules/get-started/ Antora module, following the CCS 'Get Started'
category: 'Perform the simplest first tasks to become productive.'

- Create modules/get-started/ with nav and 7 pages (6 moved + 1 new)
- New page: your-first-workspace.adoc (first-day experience, adapted
  from downstream con_your-first-workspace.adoc with Che branding)
- Move workspace creation, Git auth, PAT pages from end-user-guide
- Add page-aliases for backward-compatible redirects
- Apply JTBD titles from downstream audit
- Update cross-module xrefs in install, hosted-che, end-user-guide
- Slim end-user-guide nav (getting-started section removed)
- Add modules/get-started/nav.adoc to antora.yml

Mirrors downstream devspaces-documentation Get Started guide structure.

Co-authored-by: Cursor <cursoragent@cursor.com>
- Per-page persona callout added to all 6 topic pages
- Links to discover:roles-and-tasks.adoc for role definitions

Co-authored-by: Cursor <cursoragent@cursor.com>
Replace hardcoded persona text with include::discover:partial$snip_persona-developer.adoc[]
in all 6 get-started pages. Partials created in Discover PR eclipse-che#3131.

Co-authored-by: Cursor <cursoragent@cursor.com>
…artial

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
@gtrivedi88 gtrivedi88 force-pushed the jtbd-get-started-category branch from f5fd4fa to 67d899f Compare July 3, 2026 12:29
…ment

Add TIP explaining that workspaces are DevWorkspace custom resources
and linking to managing-workspaces-with-apis for CLI management.

Requested by @ibuziuk in PR review.

Co-authored-by: Cursor <cursoragent@cursor.com>
@gtrivedi88 gtrivedi88 force-pushed the jtbd-get-started-category branch from 67d899f to 7c9b536 Compare July 3, 2026 12:29
Co-authored-by: Cursor <cursoragent@cursor.com>
@gtrivedi88 gtrivedi88 force-pushed the jtbd-get-started-category branch from cd6c8f9 to 7a6fc23 Compare July 3, 2026 12:34
- Add CDE=workspace=DevWorkspace equivalence to your-first-workspace overview
- Change title from "Cloud Development Environment" to "cloud workspace"
  for consistency with rest of Get Started guide and UI terminology
- After the first definition, "workspace" is used consistently

Follows Google/Microsoft pattern: define the full term once, use the
short product term throughout.

Co-authored-by: Cursor <cursoragent@cursor.com>
@gtrivedi88 gtrivedi88 force-pushed the jtbd-get-started-category branch from 6b44abc to 0b10aa0 Compare July 3, 2026 12:44
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>
@gtrivedi88 gtrivedi88 force-pushed the jtbd-get-started-category branch from 5b648cc to 377d0f8 Compare July 3, 2026 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants