Skip to content

Commit 4cad0a3

Browse files
committed
Adjust landing page
1 parent 553ddc8 commit 4cad0a3

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

src/Elastic.Markdown/Layout/_LandingPage.cshtml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
<div class="container mx-auto pt-16 pb-10 grid md:grid-cols-2 items-center gap-6">
1111
<div>
1212
<h1 class="text-4xl font-bold font-sans text-black">Elastic Docs</h1>
13-
<p class="mt-4">Find the help you need, wherever you are in your Elastic journey.</p>
13+
<p class="mt-4">Welcome to the docs that cover all changes in <span class="whitespace-nowrap">Elastic Stack 9.0.0</span> and later, including <span class="whitespace-nowrap">Elastic Stack 9.1.0</span> and <span class="whitespace-nowrap">Elastic Cloud Serverless</span>.
14+
For easy reference, changes in 9.1.0 are marked inline. For details, check <a href="https://www.elastic.co/docs/get-started/versioning-availability" class="link">Understanding versioning and availability.</a></p>
1415
<div class="flex md:inline-flex gap-3 mt-6">
1516
<a href="@Model.Link("/get-started/")" class="grow select-none cursor-pointer text-white text-nowrap bg-blue-elastic hover:bg-blue-elastic-110 focus:ring-4 focus:ring-blue-elastic-50 font-semibold font-sans rounded-sm px-6 py-2 focus:outline-none h-10 flex items-center justify-center">
1617
Get started
@@ -53,8 +54,8 @@
5354
<p class="font-sans font-bold text-xl">Elasticsearch</p>
5455
<p class="mt-2 grow">Build powerful search and RAG applications using Elasticsearch's vector database, AI toolkit, and advanced retrieval capabilities.</p>
5556
<div class="grid grid-cols-1 mt-6 gap-2">
56-
<a href="@Model.Link("/solutions/search")" class="text-blue-elastic hover:text-blue-elastic-100 font-sans font-semibold">View @Model.CurrentVersion docs</a>
57-
<a href="https://www.elastic.co/guide/en/elasticsearch/reference/index.html" class="text-sm text-grey-70 hover:text-grey-100 font-sans font-semibold">View other versions</a>
57+
<a href="@Model.Link("/solutions/search")" class="text-blue-elastic hover:text-blue-elastic-100 font-sans font-semibold">9.0+ (latest @Model.CurrentVersion) docs</a>
58+
<a href="https://www.elastic.co/guide/en/elasticsearch/reference/index.html" class="text-sm text-grey-70 hover:text-grey-100 font-sans font-semibold">Previous versions</a>
5859
</div>
5960
</div>
6061
</div>
@@ -66,8 +67,8 @@
6667
<p class="font-sans font-bold text-xl">Observability</p>
6768
<p class="mt-2 grow">Resolve problems with open, flexible, and unified observability powered by advanced machine learning and analytics.</p>
6869
<div class="grid grid-cols-1 mt-6 gap-2">
69-
<a href="@Model.Link("/solutions/observability")" class="text-blue-elastic hover:text-blue-elastic-100 font-sans font-semibold">View @Model.CurrentVersion docs</a>
70-
<a href="https://www.elastic.co/guide/en/observability/index.html" class="text-sm text-grey-70 hover:text-grey-100 font-sans font-semibold">View other versions</a>
70+
<a href="@Model.Link("/solutions/observability")" class="text-blue-elastic hover:text-blue-elastic-100 font-sans font-semibold">9.0+ (latest @Model.CurrentVersion) docs</a>
71+
<a href="https://www.elastic.co/guide/en/observability/index.html" class="text-sm text-grey-70 hover:text-grey-100 font-sans font-semibold">Previous versions</a>
7172
</div>
7273
</div>
7374
</div>
@@ -80,8 +81,8 @@
8081
<p class="font-sans font-bold text-xl">Security</p>
8182
<p class="mt-2 grow">Detect, investigate, and respond to threats with AI-driven security analytics to protect your organization at scale.</p>
8283
<div class="grid grid-cols-1 mt-6 gap-2">
83-
<a href="@Model.Link("/solutions/security")" class="text-blue-elastic hover:text-blue-elastic-100 font-sans font-semibold">View @Model.CurrentVersion docs</a>
84-
<a href="https://www.elastic.co/guide/en/security/index.html" class="text-sm text-grey-70 hover:text-grey-100 font-sans font-semibold">View other versions</a>
84+
<a href="@Model.Link("/solutions/security")" class="text-blue-elastic hover:text-blue-elastic-100 font-sans font-semibold">9.0+ (latest @Model.CurrentVersion) docs</a>
85+
<a href="https://www.elastic.co/guide/en/security/index.html" class="text-sm text-grey-70 hover:text-grey-100 font-sans font-semibold">Previous versions</a>
8586
</div>
8687
</div>
8788
</div>
@@ -224,7 +225,7 @@
224225
<div class="grid gap-6 md:grid-cols-2 lg:grid-cols-4 mt-6 bg-ink-dark text-white">
225226
<div class="flex flex-col p-6">
226227
<h3 class="font-sans font-bold text-2xl">Release notes</h3>
227-
<p class="grow mt-4">Explore the latest features and changes in Elastic.</p>
228+
<p class="grow mt-4">Explore the latest features and changes in Elastic, including the latest 9.1.0 version of the Elastic Stack.</p>
228229
<div class="mt-6">
229230
<a href="@Model.Link("/release-notes/")" class="link text-white">
230231
View release notes

0 commit comments

Comments
 (0)