|
52 | 52 | <div class="flex flex-col h-full"> |
53 | 53 | <p class="font-sans font-bold text-xl">Elasticsearch</p> |
54 | 54 | <p class="mt-2 grow">Build powerful search and RAG applications using Elasticsearch's vector database, AI toolkit, and advanced retrieval capabilities.</p> |
55 | | - <div class="grid grid-cols-2 mt-6"> |
56 | | - <a href="@Model.Link("/solutions/search")" class="text-blue-elastic hover:text-blue-elastic-100 font-sans font-semibold">View docs</a> |
| 55 | + <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 | 58 | </div> |
58 | 59 | </div> |
59 | 60 | </div> |
|
64 | 65 | <div class="flex flex-col h-full"> |
65 | 66 | <p class="font-sans font-bold text-xl">Observability</p> |
66 | 67 | <p class="mt-2 grow">Resolve problems with open, flexible, and unified observability powered by advanced machine learning and analytics.</p> |
67 | | - <div class="grid grid-cols-2 mt-6"> |
68 | | - <a href="@Model.Link("/solutions/observability")" class="text-blue-elastic hover:text-blue-elastic-100 font-sans font-semibold">View docs</a> |
| 68 | + <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> |
69 | 71 | </div> |
70 | 72 | </div> |
71 | 73 | </div> |
|
77 | 79 | <div class="flex flex-col h-full"> |
78 | 80 | <p class="font-sans font-bold text-xl">Security</p> |
79 | 81 | <p class="mt-2 grow">Detect, investigate, and respond to threats with AI-driven security analytics to protect your organization at scale.</p> |
80 | | - <div class="grid grid-cols-2 mt-6"> |
81 | | - <a href="@Model.Link("/solutions/security")" class="text-blue-elastic hover:text-blue-elastic-100 font-sans font-semibold">View docs</a> |
| 82 | + <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> |
82 | 85 | </div> |
83 | 86 | </div> |
84 | 87 | </div> |
|
0 commit comments