Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions src/Elastic.Markdown/Slices/Layout/_LandingPage.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -178,23 +178,23 @@
<p class="grow mt-3">Browse the client libraries for Elasticsearch.</p>
<ul>
<li class="mt-3">
<a href="#" class="font-sans font-bold hover:underline hover:text-black">
<a href="/docs/reference/elasticsearch/clients/java" class="font-sans font-bold hover:underline hover:text-black">
Java
</a>
</li>
<li class="mt-3">
<a href="#" class="font-sans font-bold hover:underline hover:text-black">
<a href="/docs/reference/elasticsearch/clients/dotnet" class="font-sans font-bold hover:underline hover:text-black">
.NET
</a>
</li>
<li class="mt-3">
<a href="#" class="font-sans font-bold hover:underline hover:text-black">
<a href="/docs/reference/elasticsearch/clients/python" class="font-sans font-bold hover:underline hover:text-black">
Python
</a>
</li>
</ul>
<div class="mt-6">
<a href="#" class="link">
<a href="/docs/reference/elasticsearch-clients/" class="link">
Explore all
<svg class="link-arrow"
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
Expand All @@ -208,23 +208,23 @@
<p class="grow mt-3">Browse the query language documentation.</p>
<ul>
<li class="mt-3">
<a href="#" class="font-sans font-bold hover:underline hover:text-black">
<a href="docs/reference/query-languages/querydsl" class="font-sans font-bold hover:underline hover:text-black">
Query DSL
</a>
</li>
<li class="mt-3">
<a href="#" class="font-sans font-bold hover:underline hover:text-black">
<a href="/docs/reference/query-languages/esql" class="font-sans font-bold hover:underline hover:text-black">
ES/QL
</a>
</li>
<li class="mt-3">
<a href="#" class="font-sans font-bold hover:underline hover:text-black">
<a href="/docs/reference/query-languages/kql" class="font-sans font-bold hover:underline hover:text-black">
KQL
</a>
</li>
</ul>
<div class="mt-6">
<a href="#" class="link">
<a href="/docs/reference/query-languages/" class="link">
Explore all
<svg class="link-arrow"
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
Expand All @@ -238,23 +238,23 @@
<p class="grow mt-3">Browse the agents for Elastic APM.</p>
<ul>
<li class="mt-3">
<a href="#" class="font-sans font-bold hover:underline hover:text-black">
<a href="/docs/reference/apm/agents/rum-js" class="font-sans font-bold hover:underline hover:text-black">
RUM JavaScript
</a>
</li>
<li class="mt-3">
<a href="#" class="font-sans font-bold hover:underline hover:text-black">
<a href="/docs/reference/apm/agents/java" class="font-sans font-bold hover:underline hover:text-black">
Java
</a>
</li>
<li class="mt-3">
<a href="#" class="font-sans font-bold hover:underline hover:text-black">
<a href="/docs/reference/apm/agents/dotnet" class="font-sans font-bold hover:underline hover:text-black">
.NET
</a>
</li>
</ul>
<div class="mt-6">
<a href="#" class="link">
<a href="/docs/reference/apm-agents/" class="link">
Explore all
<svg class="link-arrow"
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
Expand Down Expand Up @@ -322,10 +322,10 @@
<h3 class="font-sans font-bold text-2xl">Contribute and extend</h3>
<p class="grow mt-4">Learn how to contribute to Elastic products and extend Elastic capabilities.</p>
<div class="mt-6 grid grid-cols-1 gap-6 text-center">
<a href="https://docs-v3-preview.elastic.dev/elastic/asciidocalypse/tree/main/kibana/docs/extend/" 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">
<a href="/docs/extend/kibana" 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">
Start contributing
</a>
<a href="https://docs-v3-preview.elastic.dev/elastic/asciidocalypse/tree/main/elasticsearch/docs/extend/" target="_blank" rel="noopener noreferrer" class="link text-white">
<a href="/docs/extend/" target="_blank" rel="noopener noreferrer" class="link text-white">
Extend Elastic
<svg class="link-arrow"
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
Expand Down
Loading