|
10 | 10 | <div class="container mx-auto pt-16 pb-10 grid md:grid-cols-2 items-center gap-6">
|
11 | 11 | <div>
|
12 | 12 | <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 @Model.CurrentVersion</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> |
14 | 15 | <div class="flex md:inline-flex gap-3 mt-6">
|
15 | 16 | <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">
|
16 | 17 | Get started
|
|
53 | 54 | <p class="font-sans font-bold text-xl">Elasticsearch</p>
|
54 | 55 | <p class="mt-2 grow">Build powerful search and RAG applications using Elasticsearch's vector database, AI toolkit, and advanced retrieval capabilities.</p>
|
55 | 56 | <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> |
58 | 59 | </div>
|
59 | 60 | </div>
|
60 | 61 | </div>
|
|
66 | 67 | <p class="font-sans font-bold text-xl">Observability</p>
|
67 | 68 | <p class="mt-2 grow">Resolve problems with open, flexible, and unified observability powered by advanced machine learning and analytics.</p>
|
68 | 69 | <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> |
71 | 72 | </div>
|
72 | 73 | </div>
|
73 | 74 | </div>
|
|
80 | 81 | <p class="font-sans font-bold text-xl">Security</p>
|
81 | 82 | <p class="mt-2 grow">Detect, investigate, and respond to threats with AI-driven security analytics to protect your organization at scale.</p>
|
82 | 83 | <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> |
85 | 86 | </div>
|
86 | 87 | </div>
|
87 | 88 | </div>
|
|
224 | 225 | <div class="grid gap-6 md:grid-cols-2 lg:grid-cols-4 mt-6 bg-ink-dark text-white">
|
225 | 226 | <div class="flex flex-col p-6">
|
226 | 227 | <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> |
228 | 229 | <div class="mt-6">
|
229 | 230 | <a href="@Model.Link("/release-notes/")" class="link text-white">
|
230 | 231 | View release notes
|
|
0 commit comments