docs: replace Introduction with JTBD product overview in Discover#3131
Open
gtrivedi88 wants to merge 1 commit into
Open
docs: replace Introduction with JTBD product overview in Discover#3131gtrivedi88 wants to merge 1 commit into
gtrivedi88 wants to merge 1 commit into
Conversation
Replace the legacy Introduction page (community links, feature bullets, marketing copy) with a structured product overview that follows JTBD and CQA 2.1 methodology. New page: modules/discover/pages/what-is-che.adoc - WHY-first abstract for search/link preview - Core goals (onboarding, consistency, security) - What Che provides (workspaces, IDEs, extensibility, enterprise) - Workspace model (code + tools + runtime as one unit) - Community section preserved at end of page Changes: - Delete modules/overview/ (empty after nav removal in eclipse-che#3124) - Update antora.yml start_page to discover:what-is-che.adoc - Update discover/nav.adoc: replace cross-module overview xref with local what-is-che.adoc, remove hosted-che xref (still accessible via its own module, not a Discover evaluation topic) - Add page-aliases for backward-compatible URL redirects The content body is identical to downstream devspaces-documentation con_what-is-devspaces.adoc (minus the community section which is upstream-only). Co-authored-by: Cursor <cursoragent@cursor.com>
|
⚡️ Deploying pull request preview... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
introduction-to-eclipse-che.adocwith a structured product overview (what-is-che.adoc) that follows JTBD methodology and CQA 2.1 standardsmodules/overview/tomodules/discover/(completing the migration started in fix: Remove overview duplication to restore JTBD navigation flow #3124)antora.ymlstart_page todiscover:what-is-che.adocWhat changed
modules/discover/pages/what-is-che.adocmodules/overview/pages/introduction-to-eclipse-che.adocmodules/overview/nav.adocmodules/discover/nav.adocantora.ymlWhy
The old Introduction page was a mix of marketing bullets, community links, and technical content without clear structure. Per the JTBD restructure (see #3098, #3102):
The new page:
page-aliasesfor backward-compatible URL redirects from the old pageDownstream alignment
The content body (minus the community section) is identical to
devspaces-documentation/topics/discover/con_what-is-devspaces.adocwhich was published downstream today.Test plan
Made with Cursor