From ee242b353558f4befff9f2d5b8d3fce13b561aac Mon Sep 17 00:00:00 2001 From: Kaarina Tungseth Date: Tue, 5 May 2026 13:44:57 -0500 Subject: [PATCH 1/2] Redesign landing page with search-first layout and product index Replaces the previous hero/card layout with a search-first design: - Version disambiguation banner with link to 8.x docs - Prominent search bar with What's new ribbon - Analytics-driven popular destinations grid - Get started cards (local, cloud trial, fundamentals) - Browse by solution (Search, Observability, Security) with sub-links - Full product index categorized by stack, cloud, ingest, query languages, APM agents, and developer tools - Scoped CSS replacing Tailwind utility classes Co-Authored-By: Claude Sonnet 4.6 --- .../Layout/_LandingPage.cshtml | 910 ++++++++++++------ 1 file changed, 619 insertions(+), 291 deletions(-) diff --git a/src/Elastic.Markdown/Layout/_LandingPage.cshtml b/src/Elastic.Markdown/Layout/_LandingPage.cshtml index 7dd11f233f..4f45273501 100644 --- a/src/Elastic.Markdown/Layout/_LandingPage.cshtml +++ b/src/Elastic.Markdown/Layout/_LandingPage.cshtml @@ -1,300 +1,628 @@ @inherits RazorSlice -
-
-
-
-

Elastic Docs

-

Welcome to the technical documentation for Elastic Stack 9.0.0 - and later, and Elastic Cloud Serverless. Deploy, operate, and scale with step-by-step guides, API references, examples, and best practices.

-

Upgrading from an earlier version? Follow the upgrade guide to plan and complete your upgrade.

+ + +
+ + +
+
+
+

You're viewing docs for Elastic Stack 9.0+ (latest @Model.CurrentVersion)

+

Need docs for an earlier version?

+
+
+ 8.x docs (elastic.co/guide) → + @if (Model.AllVersionsUrl is not null) + { + All versions + } +
+
+
+ + +
+

Elastic documentation

+

Find guides, API references, and tutorials for the Elastic Stack.

+
+ + +
+
+ + +
+
+ NEW + Elasticsearch @Model.CurrentVersion is out — check out what's new → +
+
+ + + + + + + + +
+
+

Browse by solution

+
+
+
+

Search

+

Build search experiences powered by Elasticsearch — from full-text search to vector and hybrid retrieval.

+ +
+
+

Observability

+

Logs, metrics, APM, and uptime monitoring in a unified platform.

+ +
+
+

Security

+

SIEM, endpoint protection, and threat hunting for your organization.

+ +
+
+
+ + + + + + -
-
-
-
-

Looking for more?

-

We'll show you how to solve toughest challenges with Search AI. - Join us at an Elastic{ON} event near you!

-
- - Register now - -
-
-
-
From 1d628e287d9bf69a5d8b0b1a61997c331157514d Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri Benedetti Date: Wed, 6 May 2026 10:57:47 +0200 Subject: [PATCH 2/2] Scope landing page styles to page content Prevent the landing page prototype from leaking reset and link styles into the shared Elastic navigation chrome. Co-authored-by: OpenAI GPT-5.5 Co-authored-by: Cursor --- .../Layout/_LandingPage.cshtml | 20 +++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/src/Elastic.Markdown/Layout/_LandingPage.cshtml b/src/Elastic.Markdown/Layout/_LandingPage.cshtml index 4f45273501..165992c42e 100644 --- a/src/Elastic.Markdown/Layout/_LandingPage.cshtml +++ b/src/Elastic.Markdown/Layout/_LandingPage.cshtml @@ -1,8 +1,8 @@ @inherits RazorSlice -
+
@@ -394,7 +398,7 @@

Elastic documentation

Find guides, API references, and tutorials for the Elastic Stack.

- +