Skip to content

Commit

Permalink
Updates the text for all tiles on the landing page (#6427)
Browse files Browse the repository at this point in the history
* update DP text

Signed-off-by: Heather Halter <[email protected]>

* adds descriptions to tiles

Signed-off-by: Heather Halter <[email protected]>

* Update _includes/cards.html

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Heather Halter <[email protected]>

* Update _includes/cards.html

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Heather Halter <[email protected]>

* Update _includes/cards.html

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Heather Halter <[email protected]>

---------

Signed-off-by: Heather Halter <[email protected]>
Signed-off-by: Heather Halter <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]>
(cherry picked from commit f7e60ca)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and kolchfa-aws committed Feb 26, 2024
1 parent cd5768c commit 218c0ee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _includes/cards.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,30 @@
<div class="card">
<a href="{{site.url}}{{site.baseurl}}/about/" class='card-link'></a>
<p class="heading">OpenSearch and OpenSearch Dashboards</p>
<p class="description">Learn how to power up your search</p>
<p class="description">Build your OpenSearch solution using core tooling and visualizations</p>
<p class="last-link">Documentation &#x2192;</p>
</div>


<div class="card">
<a href="{{site.url}}/docs/latest/data-prepper/" class='card-link'></a>
<p class="heading">Data Prepper</p>
<p class="description">Prepare your data for OpenSearch</p>
<p class="description">Filter, mutate, and sample your data for ingestion into OpenSearch</p>
<p class="last-link" >Documentation &#x2192;</p>
</div>

<div class="card">
<a href="{{site.url}}/docs/latest/clients/" class='card-link'></a>
<p class="heading">Clients</p>
<p class="description">OpenSearch in your programming language</p>
<p class="description">Interact with OpenSearch from your application using language APIs</p>
<p class="last-link">Documentation &#x2192;</p>
</div>


<div class="card">
<a href="{{site.url}}/docs/latest/benchmark/" class='card-link'></a>
<p class="heading">Benchmark</p>
<p class="description">Track OpenSearch performance</p>
<p class="heading">OpenSearch Benchmark</p>
<p class="description">Measure performance metrics for your OpenSearch cluster</p>
<p class="last-link">Documentation &#x2192;</p>
</div>
</div>
Expand Down

0 comments on commit 218c0ee

Please sign in to comment.