Skip to content

Commit

Permalink
Add Solution get started links
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Jan 18, 2024
1 parent 4cb209f commit 2a76b8f
Showing 1 changed file with 34 additions and 7 deletions.
41 changes: 34 additions & 7 deletions extra/docs_landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -434,26 +434,34 @@
<div role="tabpanel" id="solution-tab-contents" aria-labelledby="solution-tab" tabindex="0">
<div class="row">
<div class="col-md-4 col-12 mb-2">
<a class="no-text-decoration" href="en/elasticsearch/reference/current/index.html">
<div class="card h-100">
<div class="card-border card-border-top"></div>
<span class="inline-block float-left icon mr-2" style="background-image: url('https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blt11200907c1c033aa/634d9da119d8652169cf9b2b/enterprise-search-logo-color-32px.png');"></span>
<h3 class="mt-3">
Search
</h3>
<p>Build custom applications with your data using Elasticsearch.</p>
<a class="no-text-decoration" href="en/elasticsearch/reference/current/getting-started.html">
<span class="button btn-tertiary">
Get started
<svg width="27" height="14" viewBox="0 0 27 14" fill="none" xmlns="http://www.w3.org/2000/svg" class="jsx-3012141155">
<path d="M0 7H25" stroke="#0077CC" stroke-width="2" class="jsx-3012141155"></path>
<path d="M19 1L25 7L19 13" stroke="#0077CC" stroke-width="2" class="jsx-3012141155"></path>
</svg>
</span>
</a>
<a class="no-text-decoration" href="en/elasticsearch/reference/current/index.html">
<span class="button btn-tertiary">
View Elasticsearch docs
<svg width="27" height="14" viewBox="0 0 27 14" fill="none" xmlns="http://www.w3.org/2000/svg" class="jsx-3012141155">
<path d="M0 7H25" stroke="#0077CC" stroke-width="2" class="jsx-3012141155"></path>
<path d="M19 1L25 7L19 13" stroke="#0077CC" stroke-width="2" class="jsx-3012141155"></path>
</svg>
</span>
</a>
</div>
</a>
</div>
<div class="col-md-4 col-12 mb-2">
<a class="no-text-decoration" href="en/observability/current/index.html">
<div class="card h-100">
<div class="card-border card-border-top"></div>
<span class="inline-block float-left icon mr-2" style="background-image: url('https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/bltaa08b370a00bbecc/634d9da14e565f1cdce27f7c/observability-logo-color-32px.png');">
Expand All @@ -462,18 +470,27 @@ <h3 class="mt-3">
Observability
</h3>
<p>Monitor applications and systems with Elastic Observability.</p>
<a class="no-text-decoration" href="en/observability/current/observability-get-started.html">
<span class="button btn-tertiary">
Get started
<svg width="27" height="14" viewBox="0 0 27 14" fill="none" xmlns="http://www.w3.org/2000/svg" class="jsx-3012141155">
<path d="M0 7H25" stroke="#0077CC" stroke-width="2" class="jsx-3012141155"></path>
<path d="M19 1L25 7L19 13" stroke="#0077CC" stroke-width="2" class="jsx-3012141155"></path>
</svg>
</span>
</a>
<a class="no-text-decoration" href="en/observability/current/index.html">
<span class="button btn-tertiary">
View Observability docs
<svg width="27" height="14" viewBox="0 0 27 14" fill="none" xmlns="http://www.w3.org/2000/svg" class="jsx-3012141155">
<path d="M0 7H25" stroke="#0077CC" stroke-width="2" class="jsx-3012141155"></path>
<path d="M19 1L25 7L19 13" stroke="#0077CC" stroke-width="2" class="jsx-3012141155"></path>
</svg>
</span>
</div>
</a>
</a>
</div>
</div>
<div class="col-md-4 col-12 mb-2">
<a class="no-text-decoration" href="en/security/current/es-overview.html">
<div class="card h-100">
<div class="card-border card-border-top"></div>
<span class="inline-block float-left icon mr-2" style="background-image: url('https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blt5e0e0ad9a13e6b8c/634d9da18473831f96bbdf1e/security-logo-color-32px.png');">
Expand All @@ -482,15 +499,25 @@ <h3 class="mt-3">
Security
</h3>
<p>Detect, investigate, and respond to threats with Elastic Security.</p>
<a class="no-text-decoration" href="en/starting-with-the-elasticsearch-platform-and-its-solutions/current/getting-started-endpoint-security.html"></a>
<span class="button btn-tertiary">
Get started
<svg width="27" height="14" viewBox="0 0 27 14" fill="none" xmlns="http://www.w3.org/2000/svg" class="jsx-3012141155">
<path d="M0 7H25" stroke="#0077CC" stroke-width="2" class="jsx-3012141155"></path>
<path d="M19 1L25 7L19 13" stroke="#0077CC" stroke-width="2" class="jsx-3012141155"></path>
</svg>
</span>
</a>
<a class="no-text-decoration" href="en/security/current/es-overview.html"></a>
<span class="button btn-tertiary">
View Security docs
<svg width="27" height="14" viewBox="0 0 27 14" fill="none" xmlns="http://www.w3.org/2000/svg" class="jsx-3012141155">
<path d="M0 7H25" stroke="#0077CC" stroke-width="2" class="jsx-3012141155"></path>
<path d="M19 1L25 7L19 13" stroke="#0077CC" stroke-width="2" class="jsx-3012141155"></path>
</svg>
</span>
</a>
</div>
</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 2a76b8f

Please sign in to comment.