From 6cf45ca6c2eaaf63c709fefc4a1a84b60e87afc1 Mon Sep 17 00:00:00 2001 From: Gaurav Trivedi Date: Tue, 16 Jun 2026 21:44:57 +0530 Subject: [PATCH] fix: Remove overview from main navigation to restore JTBD flow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes navigation duplication where Introduction appeared both: - As top-level Overview section - Inside Discover section (via cross-reference) Per JTBD methodology established in CLAUDE.md: - Discover should be first (includes Introduction + Hosted Che content) - Install should be second - Removes duplication and follows proper user journey Navigation flow now: Discover → Install → End User Guide → Administration → Extensions → Glossary Co-Authored-By: Claude Sonnet 4 --- antora.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/antora.yml b/antora.yml index af65fb95ee..eac62e2313 100644 --- a/antora.yml +++ b/antora.yml @@ -5,7 +5,6 @@ version: next prerelease: true start_page: overview:introduction-to-eclipse-che.adoc nav: - - modules/overview/nav.adoc - modules/discover/nav.adoc - modules/install/nav.adoc - modules/end-user-guide/nav.adoc